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

/barrelfish-2018-10-04/include/xlocale/
H A D_time.h45 size_t strftime_l(char * __restrict, size_t, const char * __restrict,
/barrelfish-2018-10-04/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-2018-10-04/lib/libc/locale/
H A Dwcsftime.c98 if (strftime_l(dst, maxsize, sformat, timeptr, locale) == 0)
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dlocale.cpp75 #define strftime_l(a,b,c,d,e) strftime(a,b,c,d) macro
4782 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_);
4930 strftime_l(buf, countof(buf), f, &t, __loc_);
5076 strftime_l(buf, countof(buf), "%A", &t, __loc_);
5078 strftime_l(buf, countof(buf), "%a", &t, __loc_);
5085 strftime_l(buf, countof(buf), "%B", &t, __loc_);
5087 strftime_l(buf, countof(buf), "%b", &t, __loc_);
5092 strftime_l(buf, countof(buf), "%p", &t, __loc_);
5095 strftime_l(buf, countof(buf), "%p", &t, __loc_);
5116 strftime_l(bu
[all...]

Completed in 130 milliseconds