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

/freebsd-11-stable/include/xlocale/
H A D_time.h54 char *strptime_l(const char * __restrict, const char * __restrict,
/freebsd-11-stable/lib/libc/stdtime/
H A DMakefile.inc23 MLINKS+=strptime.3 strptime_l.3
H A Dstrptime.c684 strptime_l(const char * __restrict buf, const char * __restrict fmt, function
706 return strptime_l(buf, fmt, tm, __get_locale());
/freebsd-11-stable/usr.sbin/pw/
H A Dpsdate.c133 ret = strptime_l(str, valid_formats[i], &tm, l);

Completed in 123 milliseconds