Searched refs:strftime (Results 1 – 13 of 13) sorted by relevance
/time/ |
A D | strftime.c | 23 strftime (char *s, size_t maxsize, const char *format, const struct tm *tp) in strftime() function 27 libc_hidden_def (strftime)
|
A D | test_time.c | 70 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 D | tst-y2039.c | 36 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 D | tst-ftime_l.c | 33 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 D | tst-strftime.c | 16 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 D | tst-mktime.c | 29 (void) strftime (daybuf, sizeof (daybuf), "%A", &time_str); in do_test()
|
A D | tst-strftime2.c | 175 strftime (date, sizeof (date), "%F", &ttm); in do_test() 176 r = strftime (buf, sizeof (buf), formats[j], &ttm); in do_test()
|
A D | Versions | 37 setitimer; settimeofday; stime; strftime; strptime;
|
A D | Makefile | 38 strftime wcsftime strftime_l wcsftime_l \ 46 tst-getdate tst-mktime tst-mktime2 tst-ftime_l tst-strftime \
|
A D | tst-strptime.c | 116 strftime (buf, sizeof (buf), "%F %T", &tm); in test_tm()
|
A D | strftime_l.c | 283 # 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 D | tst-strftime3.c | 501 rv = strftime (buffer, sizeof (buffer), d->format, &tm); in do_test()
|
A D | time.h | 100 extern size_t strftime (char *__restrict __s, size_t __maxsize,
|
Completed in 12 milliseconds