Home
last modified time | relevance | path

Searched refs:sec_val (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dmisc.c735 double sec_val; in convtime() local
737 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()