Searched refs:_conv_num (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dstrptime.c56 static int _conv_num(const unsigned char **, int *, int, int);
220 if (!(_conv_num(&bp, &i, 0, 99)))
229 if (!(_conv_num(&bp, &tm->tm_mday, 1, 31)))
238 if (!(_conv_num(&bp, &tm->tm_hour, 0, 23)))
247 if (!(_conv_num(&bp, &tm->tm_hour, 1, 12)))
253 if (!(_conv_num(&bp, &tm->tm_yday, 1, 366)))
260 if (!(_conv_num(&bp, &tm->tm_min, 0, 59)))
266 if (!(_conv_num(&bp, &tm->tm_mon, 1, 12)))
302 if (!(_conv_num(&bp, &tm->tm_sec, 0, 61)))
315 if (!(_conv_num(
378 _conv_num(const unsigned char **buf, int *dest, int llim, int ulim) function
[all...]

Completed in 165 milliseconds