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

  /src/external/apache2/llvm/dist/libcxx/src/support/win32/
locale_win32.cpp 134 size_t strftime_l(char *ret, size_t n, const char *format, const struct tm *tm, function
  /src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
__posix_l_fallback.h 144 inline _LIBCPP_INLINE_VISIBILITY size_t strftime_l(char *s, size_t max, function
  /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
xlocale.h 213 // strftime_l() is defined by POSIX. However, AIX 7.1 and z/OS do not have it
217 size_t strftime_l(char *__s, size_t __size, const char *__fmt, function
  /src/lib/libc/time/
strftime.c 131 __weak_alias(strftime_l, _strftime_l)
191 strftime_l(char *restrict s, size_t maxsize, char const *restrict format, function
807 strftime_l(char * __restrict s, size_t maxsize, const char * __restrict format, function
private.h 772 # undef strftime_l macro
773 # define strftime_l tz_strftime_l macro
805 size_t strftime_l(char *restrict, size_t, char const *restrict,
  /src/external/apache2/llvm/dist/libcxx/include/__support/win32/
locale_win32.h 260 _LIBCPP_FUNC_VIS size_t strftime_l(char *ret, size_t n, const char *format,
263 #define strftime_l _strftime_l macro
  /src/lib/libc/include/
namespace.h 683 #define strftime_l _strftime_l macro

Completed in 30 milliseconds