Home
last modified time | relevance | path

Searched defs:s (Results 1 – 8 of 8) sorted by relevance

/time/
A Dwcsftime.c23 wcsftime (wchar_t *s, size_t maxsize, const wchar_t *format, in wcsftime()
A Dstrftime.c23 strftime (char *s, size_t maxsize, const char *format, const struct tm *tp) in strftime()
A Dbug-asctime.c15 char *s = asctime (tp); in do_test() local
A Dbug-asctime_r.c17 char *s = asctime_r (tp, buf); in do_test() local
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
449 my_strftime (CHAR_T *s, size_t maxsize, const CHAR_T *format, in my_strftime()
[all …]
A Dtzset.c82 __tzstring_len (const char *s, size_t len) in __tzstring_len()
119 __tzstring (const char *s) in __tzstring()
A Dtst-strftime3.c368 const char *s = str; in print_string_hex() local
A Dstrptime_l.c273 } s; in __strptime_internal() local

Completed in 10 milliseconds