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

/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...]
/bionic/libc/tzcode/
H A Dstrftime.c171 _fmt(const char *format, const struct tm *t, char *pt, argument
183 pt = _add((t->tm_wday < 0 ||
186 pt, ptlim, modifier);
189 pt = _add((t->tm_wday < 0 ||
192 pt, ptlim, modifier);
195 pt = _add((t->tm_mon < 0 ||
198 pt, ptlim, modifier);
202 pt = _add((t->tm_mon < 0 ||
205 pt, ptlim, modifier);
215 pt
608 _conv(int n, const char *format, char *pt, const char *ptlim) argument
617 _add(const char *str, char *pt, const char *const ptlim, int modifier) argument
665 _yconv(int a, int b, bool convert_top, bool convert_yy, char *pt, const char *ptlim, int modifier) argument
[all...]

Completed in 29 milliseconds