Home
last modified time | relevance | path

Searched defs:strftime_l (Results 1 – 5 of 5) 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.c119 strftime_l(char *restrict s, size_t maxsize, char const *restrict format, in strftime_l() function
H A Dprivate.h661 # define strftime_l tz_strftime_l global() macro
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dwin32.h225 # define strftime_l _strftime_l macro
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp596 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument