Home
last modified time | relevance | path

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

1234

/glibc-2.36/time/
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()
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()
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()
Dstrftime.c23 strftime (char *s, size_t maxsize, const char *format, const struct tm *tp) in strftime() function
27 libc_hidden_def (strftime)
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()
Dtst-strftime2.c175 strftime (date, sizeof (date), "%F", &ttm); in do_test()
176 r = strftime (buf, sizeof (buf), formats[j], &ttm); in do_test()
DMakefile38 strftime wcsftime strftime_l wcsftime_l \
46 tst-getdate tst-mktime tst-mktime2 tst-ftime_l tst-strftime \
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()
Dtst-mktime.c29 (void) strftime (daybuf, sizeof (daybuf), "%A", &time_str); in do_test()
DVersions37 setitimer; settimeofday; stime; strftime; strptime;
Dtst-strptime.c116 strftime (buf, sizeof (buf), "%F %T", &tm); in test_tm()
Dtst-strftime3.c501 rv = strftime (buffer, sizeof (buffer), d->format, &tm); in do_test()
/glibc-2.36/manual/examples/
Dstrftim.c41 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/
Dprivate.h458 # 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/
Dgen_unicode_ctype.py143 + '"{:s}"\n'.format(time.strftime('%Y-%m-%d'))
183 time.strftime('%Y-%m-%d')))
Dgen_translit_circle.py70 + 'on {:s} '.format(time.strftime('%Y-%m-%d'))
Dgen_translit_font.py70 + 'on {:s} '.format(time.strftime('%Y-%m-%d'))
Dgen_translit_fraction.py70 + 'on {:s} '.format(time.strftime('%Y-%m-%d'))
Dgen_translit_cjk_compat.py72 + 'on {:s} '.format(time.strftime('%Y-%m-%d'))
Dgen_translit_combining.py72 + 'on {:s} '.format(time.strftime('%Y-%m-%d'))
Dgen_translit_compat.py71 + 'on {:s} '.format(time.strftime('%Y-%m-%d'))
/glibc-2.36/nscd/
Ddbg_log.c67 strftime (buf, sizeof (buf), "%c", &now); in dbg_log()
/glibc-2.36/manual/
Dlocale.texi577 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 …]
Dtime.texi1377 @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/
Dtime.h-data40 function size_t strftime (char*, size_t, const char*, const struct tm*)

1234