Searched refs:sec_val (Results 1 – 1 of 1) sorted by relevance
735 double sec_val; in convtime() local737 if ((sec_val = convtime_double(s)) < 0.0) in convtime()741 if (sec_val < 0 || sec_val > INT_MAX) in convtime()744 return (int)sec_val; in convtime()