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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c34 static char *_yconv(int, int, int, int, char *, const char *);
142 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0,
360 pt = _yconv(year, base, 0, 1,
363 pt = _yconv(year, base, 1, 1,
393 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1,
397 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1,
515 _yconv(const int a, const int b, const int convert_top, const int convert_yy, function

Completed in 61 milliseconds