HomeSort by relevance Sort by last modified time
    Searched refs:_conv (Results 1 - 2 of 2) sorted by null

  /bionic/libc/tzcode/
strftime.c 115 static char * _conv(int, const char *, char *, const char *);
248 pt = _conv(t->tm_mday,
273 pt = _conv(t->tm_mday,
282 pt = _conv(t->tm_hour,
288 pt = _conv((t->tm_hour % 12) ?
295 pt = _conv(t->tm_yday + 1,
302 ** _conv(t->tm_hour % 12 ?
310 pt = _conv(t->tm_hour,
326 ** _conv(t->tm_hour, 2, ' ');
333 pt = _conv((t->tm_hour % 12)
644 _conv(const int n, const char *const format, char *const pt, function
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 106 static wchar_t * _conv(int, const wchar_t *, wchar_t *, const wchar_t *);
204 pt = _conv(t->tm_mday, L"%02d", pt, ptlim);
219 pt = _conv(t->tm_mday, L"%2d", pt, ptlim);
225 pt = _conv(t->tm_hour, L"%02d", pt, ptlim);
228 pt = _conv((t->tm_hour % 12) ?
233 pt = _conv(t->tm_yday + 1, L"%03d", pt, ptlim);
238 ** _conv(t->tm_hour % 12 ?
246 pt = _conv(t->tm_hour, L"%2d", pt, ptlim);
251 ** _conv(t->tm_hour, 2, ' ');
258 pt = _conv((t->tm_hour % 12)
497 _conv(int n, const wchar_t *format, wchar_t *pt, const wchar_t *ptlim) function
    [all...]

Completed in 63 milliseconds