Home
last modified time | relevance | path

Searched refs:s (Results 1 – 9 of 9) sorted by relevance

/time/
A Dstrptime_l.c273 } s; in __strptime_internal() local
279 memset (&s, 0, sizeof (s)); in __strptime_internal()
868 for (s.era_cnt = 0; s.era_cnt < (int) num_eras; in __strptime_internal()
928 for (s.era_cnt = 0; s.era_cnt < (int) num_eras; ++s.era_cnt) in __strptime_internal()
964 for (s.era_cnt = 0; s.era_cnt < (int) num_eras; in __strptime_internal()
1151 if (s.have_I && s.is_pm) in __strptime_internal()
1185 if (s.want_xday && !s.have_wday) in __strptime_internal()
1187 if ( !(s.have_mon && s.have_mday) && s.have_yday) in __strptime_internal()
1207 if (s.want_xday && !s.have_yday && (s.have_mon || (unsigned) tm->tm_mon <= 11)) in __strptime_internal()
1210 if ((s.have_uweek || s.have_wweek) && s.have_wday) in __strptime_internal()
[all …]
A Dbug-asctime.c15 char *s = asctime (tp); in do_test() local
16 if (s != NULL || errno != EOVERFLOW) in do_test()
23 s = asctime_r (tp, buf); in do_test()
24 if (s != NULL || errno != EOVERFLOW) in do_test()
A Dstrftime.c23 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 Dwcsftime.c23 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 Dbug-asctime_r.c17 char *s = asctime_r (tp, buf); in do_test() local
18 if (s != NULL || errno != EOVERFLOW) in do_test()
A Dtst-strftime3.c368 const char *s = str; in print_string_hex() local
380 while (*s) in print_string_hex()
383 if (' ' <= *s && *s <= '~') in print_string_hex()
384 putchar (*s); in print_string_hex()
393 printf ("\\x%02x\033[0m", (unsigned char) *s); in print_string_hex()
396 ++ s; in print_string_hex()
400 s = str; in print_string_hex()
401 wlen = mbsrtowcs (w, &s, strlen (s), NULL); in print_string_hex()
A Dstrftime_l.c73 # define mbrlen(s, n, ps) mblen (s, n) argument
90 # define memcpy(d, s, n) bcopy ((s), (d), (n)) argument
101 # define MEMCPY(d, s, n) __wmemcpy (d, s, n) argument
102 # define STRLEN(s) __wcslen (s) argument
112 # define MEMCPY(d, s, n) bcopy ((s), (d), (n)) argument
114 # define MEMCPY(d, s, n) memcpy ((d), (s), (n)) argument
116 # define STRLEN(s) strlen (s) argument
119 # define MEMPCPY(d, s, n) __mempcpy (d, s, n) argument
252 #define cpy(n, s) \ argument
264 # define __mbsrtowcs_l(d, s, l, st, loc) __mbsrtowcs (d, s, l, st) argument
[all …]
A DVersions36 # s*
61 # s*
A Dtzset.c82 __tzstring_len (const char *s, size_t len) in __tzstring_len() argument
93 if (memcmp (s, p, len) == 0) in __tzstring_len()
104 memcpy (new->data, s, len); in __tzstring_len()
119 __tzstring (const char *s) in __tzstring() argument
121 return __tzstring_len (s, strlen (s)); in __tzstring()

Completed in 14 milliseconds