Searched refs:_yconv (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | strftime.c | 34 static char *_yconv(int, int, int, int, char *, const char *); 142 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0, in _fmt() 360 pt = _yconv(year, base, 0, 1, in _fmt() 363 pt = _yconv(year, base, 1, 1, in _fmt() 393 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1, in _fmt() 397 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1, in _fmt() 515 _yconv(const int a, const int b, const int convert_top, const int convert_yy, in _yconv() function
|