Home
last modified time | relevance | path

Searched refs:L (Results 1 – 7 of 7) sorted by relevance

/time/
A Dtst_wcsftime.c17 L"%H:%M:%S %Y-%m-%d\n", tp); in main()
21 wprintf (L"It is now %ls", buf); in main()
23 wcsftime (buf, sizeof (buf) / sizeof (buf[0]), L"%A\n", tp); in main()
25 wprintf (L"The weekday is %ls", buf); in main()
A Dtst-ftime_l.c67 if (wcsftime_l (wbuf, sizeof (wbuf) / sizeof (wbuf[0]), L"%e %^B %Y", &tm, l) in do_test()
73 else if (wcscmp (wbuf, L" 1 M\x00c4RZ 2002") != 0) in do_test()
76 L" 1 M\x00c4RZ 2002", wbuf); in do_test()
A Dalt_digit.c102 if (number >= 100 || CURRENT_WSTR (_NL_WALT_DIGITS)[0] == L'\0') in _nl_get_walt_digit()
133 ptr = __wcschr (ptr, L'\0') + 1; in _nl_get_walt_digit()
156 if (CURRENT_WSTR (_NL_WALT_DIGITS)[0] == L'\0') in _nl_parse_alt_digit()
A Dstrftime_l.c98 # define L_(Str) L##Str
303 # define TOUPPER(Ch, L) __towupper_l (Ch, L) argument
304 # define TOLOWER(Ch, L) __towlower_l (Ch, L) argument
306 # define TOUPPER(Ch, L) towupper (Ch) argument
307 # define TOLOWER(Ch, L) towlower (Ch) argument
312 # define TOUPPER(Ch, L) __toupper_l (Ch, L) argument
313 # define TOLOWER(Ch, L) __tolower_l (Ch, L) argument
315 # define TOUPPER(Ch, L) toupper (Ch) argument
316 # define TOLOWER(Ch, L) tolower (Ch) argument
319 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) argument
[all …]
A Dera.c125 ptr = (char *) (__wcschr ((wchar_t *) ptr, L'\0') + 1); in __libc_rwlock_define()
129 ptr = (char *) (__wcschr ((wchar_t *) ptr, L'\0') + 1); in __libc_rwlock_define()
A Dtzset.c33 long int __timezone = 0L;
588 leap_correction = 0L; in weak_alias()
600 tp->tm_gmtoff = 0L; in weak_alias()
A Dtzfile.c754 *leap_correct = 0L; in __tzfile_compute()

Completed in 10 milliseconds