Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/compat/
H A Dstrptime.c107 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 Dconfig.h1435 #define strptime unbound_strptime
/freebsd/contrib/unbound/
H A Dconfig.h.in1405 #define strptime unbound_strptime
H A Dconfigure.ac2189 #define strptime unbound_strptime