Home
last modified time | relevance | path

Searched refs:maxsize (Results 1 – 3 of 3) sorted by relevance

/time/
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 Dstrftime_l.c235 if ((size_t) _incr >= maxsize - i) \
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()
843 add (len, __strftime_internal (p, maxsize - i, subfmt, in libc_hidden_def()
1010 if ((size_t) padding >= maxsize - i) in libc_hidden_def()
1020 if ((size_t) digits >= maxsize - i) in libc_hidden_def()
1436 if (p && maxsize != 0) 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()

Completed in 6 milliseconds