Searched refs:strftime_l (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/include/xlocale/
H A D_time.h45 size_t strftime_l(char * __restrict, size_t, const char * __restrict,
/barrelfish-master/lib/libc/stdtime/
H A DMakefile.inc23 MLINKS+=strftime.3 strftime_l.3
H A Dstrftime.c90 strftime_l(char * __restrict s, size_t maxsize, const char * __restrict format, function
126 return strftime_l(s, maxsize, format, t, __get_locale());
/barrelfish-master/lib/libc/locale/
H A Dwcsftime.c98 if (strftime_l(dst, maxsize, sformat, timeptr, locale) == 0)
/barrelfish-master/include/cxx/support/win32/
H A Dlocale_win32.h176 #define strftime_l( __s, __l, __f, __tm, __loc ) strftime( __s, __l, __f, __tm ) macro
178 #define strftime_l _strftime_l macro
/barrelfish-master/include/cxx/support/xlocale/
H A D__posix_l_fallback.h144 inline _LIBCPP_INLINE_VISIBILITY size_t strftime_l(char *s, size_t max, function
/barrelfish-master/include/cxx/support/ibm/
H A Dxlocale.h210 // strftime_l() is defined by POSIX. However, AIX 7.1 does not have it
213 size_t strftime_l(char *__s, size_t __size, const char *__fmt, function
/barrelfish-master/lib/cxx/cxx/
H A Dlocale.cpp4797 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_);
4945 strftime_l(buf, countof(buf), f, &t, __loc_);
5087 strftime_l(buf, countof(buf), "%A", &t, __loc_);
5089 strftime_l(buf, countof(buf), "%a", &t, __loc_);
5096 strftime_l(buf, countof(buf), "%B", &t, __loc_);
5098 strftime_l(buf, countof(buf), "%b", &t, __loc_);
5103 strftime_l(buf, countof(buf), "%p", &t, __loc_);
5106 strftime_l(buf, countof(buf), "%p", &t, __loc_);
5127 strftime_l(buf, countof(buf), "%A", &t, __loc_);
5135 strftime_l(bu
[all...]

Completed in 117 milliseconds