/glibc-2.36/time/ |
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()
|
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()
|
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()
|
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)
|
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()
|
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()
|
D | Makefile | 38 strftime wcsftime strftime_l wcsftime_l \ 46 tst-getdate tst-mktime tst-mktime2 tst-ftime_l tst-strftime \
|
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()
|
D | tst-mktime.c | 29 (void) strftime (daybuf, sizeof (daybuf), "%A", &time_str); in do_test()
|
D | Versions | 37 setitimer; settimeofday; stime; strftime; strptime;
|
D | tst-strptime.c | 116 strftime (buf, sizeof (buf), "%F %T", &tm); in test_tm()
|
D | tst-strftime3.c | 501 rv = strftime (buffer, sizeof (buffer), d->format, &tm); in do_test()
|
/glibc-2.36/manual/examples/ |
D | strftim.c | 41 strftime (buffer, SIZE, "Today is %A, %B %d.\n", loctime); in main() 43 strftime (buffer, SIZE, "The time is %I:%M %p.\n", loctime); in main()
|
/glibc-2.36/timezone/ |
D | private.h | 458 # undef strftime 459 # define strftime tz_strftime macro 506 size_t strftime(char *restrict, size_t, char const *restrict,
|
/glibc-2.36/localedata/unicode-gen/ |
D | gen_unicode_ctype.py | 143 + '"{:s}"\n'.format(time.strftime('%Y-%m-%d')) 183 time.strftime('%Y-%m-%d')))
|
D | gen_translit_circle.py | 70 + 'on {:s} '.format(time.strftime('%Y-%m-%d'))
|
D | gen_translit_font.py | 70 + 'on {:s} '.format(time.strftime('%Y-%m-%d'))
|
D | gen_translit_fraction.py | 70 + 'on {:s} '.format(time.strftime('%Y-%m-%d'))
|
D | gen_translit_cjk_compat.py | 72 + 'on {:s} '.format(time.strftime('%Y-%m-%d'))
|
D | gen_translit_combining.py | 72 + 'on {:s} '.format(time.strftime('%Y-%m-%d'))
|
D | gen_translit_compat.py | 71 + 'on {:s} '.format(time.strftime('%Y-%m-%d'))
|
/glibc-2.36/nscd/ |
D | dbg_log.c | 67 strftime (buf, sizeof (buf), "%c", &now); in dbg_log()
|
/glibc-2.36/manual/ |
D | locale.texi | 577 As an example take the @code{strftime} function, which is meant to nicely 582 @code{strftime} function does this all by itself. @code{%A} 972 @code{strftime} functions use these month names for the conversion 992 The return value can be used as a format string for @code{strftime} to 995 The return value can be used as a format string for @code{strftime} to 998 The return value can be used as a format string for @code{strftime} to 1001 The return value can be used as a format string for @code{strftime} to 1017 @code{strftime} functions to use this information. The format of the 1024 This return value can be used as a format string for @code{strftime} to 1027 This return value can be used as a format string for @code{strftime} to [all …]
|
D | time.texi | 1377 @deftypefun size_t strftime (char *@var{s}, size_t @var{size}, const char *@var{template}, const st… 1380 @c strftime @mtsenv @mtslocale @asucorrupt @ascuheap @asulock @ascudlopen @acucorrupt @aculock @acs… 1761 characters, @code{strftime} returns zero and the contents of the array 1778 len = strftime (buf, bufsize, format, tp); 1781 /* Something went wrong in the strftime call. */ 1786 If @var{s} is a null pointer, @code{strftime} does not actually write 1789 Calling @code{strftime} also sets the current time zone as if 1790 @code{tzset} were called; @code{strftime} uses this information 1794 For an example of @code{strftime}, see @ref{Time Functions Example}. 1846 The @code{wcsftime} function is equivalent to the @code{strftime} [all …]
|
/glibc-2.36/conform/data/ |
D | time.h-data | 40 function size_t strftime (char*, size_t, const char*, const struct tm*)
|