Home
last modified time | relevance | path

Searched refs:_yconv (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c109 static wchar_t * _yconv(int, int, int, int, wchar_t *, const wchar_t *);
186 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0, in _fmt()
401 pt = _yconv(year, base, 0, 1, pt, ptlim); in _fmt()
403 pt = _yconv(year, base, 1, 1, pt, ptlim); in _fmt()
440 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1, pt, ptlim); in _fmt()
443 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1, pt, ptlim); in _fmt()
529 _yconv(int a, int b, int convert_top, int convert_yy, wchar_t *pt, in _yconv() function
/bionic/libc/tzcode/
Dstrftime.c118 static char * _yconv(int, int, int, int, char *, const char *, int);
230 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0, in _fmt()
501 pt = _yconv(year, base, 0, 1, in _fmt()
503 } else pt = _yconv(year, base, 1, 1, in _fmt()
543 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1, in _fmt()
547 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1, in _fmt()
702 _yconv(const int a, const int b, const int convert_top, const int convert_yy, in _yconv() function