HomeSort by: relevance | last modified time | path
    Searched refs:strftime_l (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/time/
Makefile.inc 28 strftime.3 strftime_l.3 \
private.h 738 # undef strftime_l
739 # define strftime_l tz_strftime_l macro
771 size_t strftime_l(char *restrict, size_t, char const *restrict,
strftime.c 132 __weak_alias(strftime_l, _strftime_l)
192 strftime_l(char *restrict s, size_t maxsize, char const *restrict format, function in typeref:typename:size_t
803 strftime_l(char * __restrict s, size_t maxsize, const char * __restrict format, function in typeref:typename:size_t
  /src/lib/libc/locale/
wcsftime.c 99 if (strftime_l(dst, maxsize, sformat, timeptr, loc) == 0)
  /src/include/
time.h 197 size_t strftime_l(char * __restrict, size_t, const char * __restrict,
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 502 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format,
504 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc);
1643 INTERCEPT_FUNCTION(strftime_l);
  /src/lib/libc/include/
namespace.h 683 #define strftime_l _strftime_l macro

Completed in 19 milliseconds