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

/freebsd-11-stable/contrib/unbound/compat/
H A Dstrptime.c107 unbound_strptime(const char *s, const char *format, struct tm *tm) function
153 if (!(s = unbound_strptime(s, "%x %X", tm))) {
180 if (!(s = unbound_strptime(s, "%m/%d/%y", tm))) {
240 if (!(s = unbound_strptime(s, "%I:%M:%S %p", tm))) {
245 if (!(s = unbound_strptime(s, "%H:%M", tm))) {
259 if (!(s = unbound_strptime(s, "%H:%M:%S", tm))) {
289 if (!(s = unbound_strptime(s, "%m/%d/%y", tm))) {
294 if (!(s = unbound_strptime(s, "%H:%M:%S", tm))) {
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h1294 #define strptime unbound_strptime

Completed in 128 milliseconds