Home
last modified time | relevance | path

Searched refs:strftime (Results 1 – 13 of 13) sorted by relevance

/time/
A Dstrftime.c23 strftime (char *s, size_t maxsize, const char *format, const struct tm *tp) in strftime() function
27 libc_hidden_def (strftime)
A Dtest_time.c70 else if (strftime (buf, sizeof (buf), "%a %b %d %X %Z %Y", tp) == 0) in main()
98 strftime (buffer, SIZE, "Today is %A, %B %d.\n", loctime); in main()
100 strftime (buffer, SIZE, "The time is %I:%M %p.\n", loctime); in main()
110 strftime (buffer, SIZE, "%D %T was %w the %jth.\n", loctime); in main()
A Dtst-y2039.c36 TEST_VERIFY_EXIT (strftime (buf, sizeof buf, "%Y-%m-%d %H:%M:%S %Z", tm) in do_test()
46 TEST_VERIFY_EXIT (strftime (buf, sizeof buf, "%Y-%m-%d %H:%M:%S %Z", tm) in do_test()
A Dtst-ftime_l.c33 if (strftime (buf, sizeof (buf), "%e %^B %Y", &tm) == 0) in do_test()
88 n = strftime (buf, sizeof (buf), "%e %^B %Y", &tm); in do_test()
111 if (strftime (buf, sizeof (buf), "%e %^B %Y", &tm) == 0) in do_test()
A Dtst-strftime.c16 rc = strftime (buf, sizeof (buf), "%a %A %b %B %c %z %Z", &ttm); in do_bz18985()
37 rc = strftime (buf, sizeof (buf), "%a %A %b %B %c %z %Z", &ttm); in do_bz18985()
97 res = strftime (buf, size, tests[cnt].fmt, now); in do_test()
142 size_t r = strftime (buf, sizeof (buf), ftests[cnt].fmt, &ttm); in do_test()
A Dtst-mktime.c29 (void) strftime (daybuf, sizeof (daybuf), "%A", &time_str); in do_test()
A Dtst-strftime2.c175 strftime (date, sizeof (date), "%F", &ttm); in do_test()
176 r = strftime (buf, sizeof (buf), formats[j], &ttm); in do_test()
A DVersions37 setitimer; settimeofday; stime; strftime; strptime;
A DMakefile38 strftime wcsftime strftime_l wcsftime_l \
46 tst-getdate tst-mktime tst-mktime2 tst-ftime_l tst-strftime \
A Dtst-strptime.c116 strftime (buf, sizeof (buf), "%F %T", &tm); in test_tm()
A Dstrftime_l.c283 # define strftime __strftime_l macro
427 # define my_strftime strftime
868 # ifdef strftime in libc_hidden_def()
869 # undef strftime in libc_hidden_def()
870 size_t strftime (); in libc_hidden_def()
878 len = strftime (ubuf, sizeof ubuf, ufmt, tp); in libc_hidden_def()
A Dtst-strftime3.c501 rv = strftime (buffer, sizeof (buffer), d->format, &tm); in do_test()
A Dtime.h100 extern size_t strftime (char *__restrict __s, size_t __maxsize,

Completed in 12 milliseconds