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

/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dtm.c90 conv_num(const char **buf, int *dest, int llim, int ulim) { function
305 if (!(conv_num(&bp, &i, 0, 99))) {
320 if (!(conv_num(&bp, &tm->tm_mday, 1, 31))) {
330 if (!(conv_num(&bp, &tm->tm_hour, 0, 23))) {
340 if (!(conv_num(&bp, &tm->tm_hour, 1, 12))) {
350 if (!(conv_num(&bp, &i, 1, 366))) {
358 if (!(conv_num(&bp, &tm->tm_min, 0, 59))) {
365 if (!(conv_num(&bp, &i, 1, 12))) {
399 if (!(conv_num(&bp, &tm->tm_sec, 0, 61))) {
413 if (!(conv_num(
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtm.c90 conv_num(const char **buf, int *dest, int llim, int ulim) { function
305 if (!(conv_num(&bp, &i, 0, 99))) {
320 if (!(conv_num(&bp, &tm->tm_mday, 1, 31))) {
330 if (!(conv_num(&bp, &tm->tm_hour, 0, 23))) {
340 if (!(conv_num(&bp, &tm->tm_hour, 1, 12))) {
350 if (!(conv_num(&bp, &i, 1, 366))) {
358 if (!(conv_num(&bp, &tm->tm_min, 0, 59))) {
365 if (!(conv_num(&bp, &i, 1, 12))) {
399 if (!(conv_num(&bp, &tm->tm_sec, 0, 61))) {
413 if (!(conv_num(
[all...]
/netbsd-current/lib/libc/time/
H A Dstrptime.c53 static const u_char *conv_num(const unsigned char *, int *, uint, uint);
276 bp = conv_num(bp, &i, 0, 99);
289 bp = conv_num(bp, &tm->tm_mday, 1, 31);
298 bp = conv_num(bp, &tm->tm_hour, 0, 23);
307 bp = conv_num(bp, &tm->tm_hour, 1, 12);
316 bp = conv_num(bp, &i, 1, 366);
323 bp = conv_num(bp, &tm->tm_min, 0, 59);
329 bp = conv_num(bp, &i, 1, 12);
345 bp = conv_num(bp, &tm->tm_sec, 0, 61);
391 bp = conv_num(b
736 conv_num(const unsigned char *buf, int *dest, uint llim, uint ulim) function
[all...]

Completed in 123 milliseconds