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

/bionic/libc/tzcode/
H A Dstrftime.c193 _fmt(const char *format, const struct tm *t, char *pt, argument
205 pt = _add((t->tm_wday < 0 ||
208 pt, ptlim, modifier);
211 pt = _add((t->tm_wday < 0 ||
214 pt, ptlim, modifier);
217 pt = _add((t->tm_mon < 0 ||
220 pt, ptlim, modifier);
224 pt = _add((t->tm_mon < 0 ||
227 pt, ptlim, modifier);
237 pt
630 _conv(int n, const char *format, char *pt, const char *ptlim) argument
639 _add(const char *str, char *pt, const char *const ptlim, int modifier) argument
687 _yconv(int a, int b, bool convert_top, bool convert_yy, char *pt, const char *ptlim, int modifier) argument
[all...]
/bionic/libc/upstream-openbsd/lib/libc/time/
H A Dwcsftime.c138 _fmt(const wchar_t *format, const struct tm *t, wchar_t *pt, argument
143 if (pt == ptlim)
145 *pt++ = *format;
154 pt = _add((t->tm_wday < 0 ||
157 pt, ptlim);
160 pt = _add((t->tm_wday < 0 ||
163 pt, ptlim);
166 pt = _add((t->tm_mon < 0 ||
169 pt, ptlim);
173 pt
492 _conv(int n, const wchar_t *format, wchar_t *pt, const wchar_t *ptlim) argument
501 _add(const wchar_t *str, wchar_t *pt, const wchar_t *ptlim) argument
509 _sadd(const char *str, wchar_t *pt, const wchar_t *ptlim) argument
524 _yconv(int a, int b, int convert_top, int convert_yy, wchar_t *pt, const wchar_t *ptlim) argument
[all...]

Completed in 25 milliseconds