Searched refs:maxsize (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/time/
H A Dwcsftime.c119 wcsftime(wchar_t *__restrict s, size_t maxsize, argument
127 p = _fmt(((format == NULL) ? L"%c" : format), t, s, s + maxsize, &warn);
128 if (p == s + maxsize) {
129 if (maxsize > 0)
130 s[maxsize - 1] = '\0';
/bionic/libc/tzcode/
H A Dstrftime.c135 strftime(char * const s, const size_t maxsize, const char *const format, argument
146 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn);
163 if (p == s + maxsize)

Completed in 270 milliseconds