Searched refs:format (Results 1 – 9 of 9) sorted by relevance
/time/ |
A D | strptime.c | 30 strptime (const char *buf, const char *format, struct tm *tm) in strptime() argument 32 return __strptime_internal (buf, format, tm, NULL, _NL_CURRENT_LOCALE); in strptime()
|
A D | strftime.c | 23 strftime (char *s, size_t maxsize, const char *format, const struct tm *tp) in strftime() argument 25 return __strftime_l (s, maxsize, format, tp, _NL_CURRENT_LOCALE); in strftime()
|
A D | wcsftime.c | 23 wcsftime (wchar_t *s, size_t maxsize, const wchar_t *format, in wcsftime() argument 26 return __wcsftime_l (s, maxsize, format, tp, _NL_CURRENT_LOCALE); in wcsftime()
|
A D | tst-strptime.c | 30 const char *format; member 81 const char *format; member 104 char *ret = strptime (tm_tests[i].input, tm_tests[i].format, &tm); in test_tm() 120 tm_tests[i].input, tm_tests[i].format, in test_tm() 165 char *ret = strptime (day_tests[i].input, day_tests[i].format, &tm); in do_test() 181 day_tests[i].input, day_tests[i].format, in do_test()
|
A D | asctime.c | 29 static const char format[] = "%.3s %.3s%3d %.2d:%.2d:%.2d %d\n"; variable 56 int n = __snprintf (buf, buflen, format, in asctime_internal()
|
A D | tst-strftime3.c | 56 const char *format; member 480 printf ("%s:\n\t%s %s %s\n", d->name, d->locale, d->format, d->printed); in do_test() 501 rv = strftime (buffer, sizeof (buffer), d->format, &tm); in do_test() 510 rvp = strptime (d->printed, d->format, &tm2); in do_test()
|
A D | strftime_l.c | 449 my_strftime (CHAR_T *s, size_t maxsize, const CHAR_T *format, in my_strftime() argument 460 return __strftime_internal (s, maxsize, format, tp, 0, &tzset_called in my_strftime() 468 __strftime_internal (CHAR_T *s, size_t maxsize, const CHAR_T *format, in libc_hidden_def() 560 for (f = format; *f != '\0'; ++f) in libc_hidden_def() 1447 emacs_strftime (char *s, size_t maxsize, const char *format, in emacs_strftime() argument 1450 return my_strftime (s, maxsize, format, tp, 0); in emacs_strftime()
|
A D | Makefile | 103 CFLAGS-test_time.c += -Wno-format
|
A D | strptime_l.c | 1252 strptime (const char *buf, const char *format, struct tm *tm LOCALE_PARAM) in strptime() argument 1254 return __strptime_internal (buf, format, tm, NULL LOCALE_ARG); in strptime()
|
Completed in 11 milliseconds