Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c35 static char *_yconv(int, int, int, int, char *, const char *);
164 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0, in _fmt()
382 pt = _yconv(year, base, 0, 1, in _fmt()
385 pt = _yconv(year, base, 1, 1, in _fmt()
415 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1, in _fmt()
419 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1, in _fmt()
537 _yconv(const int a, const int b, const int convert_top, const int convert_yy, in _yconv() function