Home
last modified time | relevance | path

Searched refs:l (Results 1 – 4 of 4) sorted by relevance

/time/
A Dtst-ftime_l.c12 locale_t l; in do_test() local
20 l = newlocale (LC_ALL_MASK, "de_DE.ISO-8859-1", NULL); in do_test()
21 if (l == NULL) in do_test()
48 if (strftime_l (buf, sizeof (buf), "%e %^B %Y", &tm, l) == 0) in do_test()
67 if (wcsftime_l (wbuf, sizeof (wbuf) / sizeof (wbuf[0]), L"%e %^B %Y", &tm, l) in do_test()
86 old = uselocale (l); in do_test()
A DVersions30 # l*
A Dstrftime_l.c264 # define __mbsrtowcs_l(d, s, l, st, loc) __mbsrtowcs (d, s, l, st) argument
266 # define widen(os, ws, l) \ argument
271 l = __mbsrtowcs_l (NULL, &__s, 0, &__st, loc); \
272 ws = alloca ((l + 1) * sizeof (wchar_t)); \
273 (void) __mbsrtowcs_l (ws, &__s, l, &__st, loc); \
A Dstrptime_l.c46 struct tm *l = localtime (t); in localtime_r() local
47 if (! l) in localtime_r()
49 *tp = *l; in localtime_r()

Completed in 7 milliseconds