Searched refs:unbound_strptime (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/unbound/compat/ |
H A D | strptime.c | 107 unbound_strptime(const char *s, const char *format, struct tm *tm) in unbound_strptime() function 153 if (!(s = unbound_strptime(s, "%x %X", tm))) { in unbound_strptime() 180 if (!(s = unbound_strptime(s, "%m/%d/%y", tm))) { in unbound_strptime() 240 if (!(s = unbound_strptime(s, "%I:%M:%S %p", tm))) { in unbound_strptime() 245 if (!(s = unbound_strptime(s, "%H:%M", tm))) { in unbound_strptime() 259 if (!(s = unbound_strptime(s, "%H:%M:%S", tm))) { in unbound_strptime() 289 if (!(s = unbound_strptime(s, "%m/%d/%y", tm))) { in unbound_strptime() 294 if (!(s = unbound_strptime(s, "%H:%M:%S", tm))) { in unbound_strptime()
|
/freebsd/lib/libunbound/ |
H A D | config.h | 1438 #define strptime unbound_strptime
|
/freebsd/contrib/unbound/ |
H A D | config.h.in | 1504 #define strptime unbound_strptime
|
H A D | configure.ac | 2312 #define strptime unbound_strptime
|