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

/freebsd-10-stable/include/xlocale/
H A D_time.h54 char *strptime_l(const char * __restrict, const char * __restrict,
/freebsd-10-stable/lib/libc/locale/
H A DSymbol.map125 strptime_l;
/freebsd-10-stable/usr.sbin/pw/
H A Dpsdate.c131 ret = strptime_l(str, valid_formats[i], &tm, l);
/freebsd-10-stable/lib/libc/stdtime/
H A Dstrptime.c684 strptime_l(const char * __restrict buf, const char * __restrict fmt, function
706 return strptime_l(buf, fmt, tm, __get_locale());

Completed in 305 milliseconds