Home
last modified time | relevance | path

Searched defs:strftime_l (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/stdtime/
H A Dstrftime.c77 strftime_l(char * __restrict s, size_t maxsize, const char * __restrict format, in strftime_l() function
/freebsd/contrib/tzcode/
H A Dstrftime.c175 strftime_l(char *restrict s, size_t maxsize, char const *restrict format, in strftime_l() function
H A Dprivate.h764 # define strftime_l tz_strftime_l macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__locale_dir/locale_base_api/
H A Dwin32.h225 # define strftime_l _strftime_l macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/xlocale/
H A D__posix_l_fallback.h93 strftime_l(char* __s, size_t __max, const char* __format, const struct tm* __tm, locale_t) { in strftime_l() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp622 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument