Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dstrftime.c111 static char * _yconv(int, int, bool, bool, char *, char const *);
209 pt = _yconv(t->tm_year, TM_YEAR_BASE, in _fmt()
454 pt = _yconv(year, base, in _fmt()
457 } else pt = _yconv(year, base, in _fmt()
496 pt = _yconv(t->tm_year, TM_YEAR_BASE, in _fmt()
501 pt = _yconv(t->tm_year, TM_YEAR_BASE, in _fmt()
635 _yconv(int a, int b, bool convert_top, bool convert_yy, in _yconv() function
/freebsd/lib/libc/stdtime/
H A Dstrftime.c37 static char * _yconv(int, int, int, int, char *, const char *, locale_t);
165 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0, in _fmt()
419 pt = _yconv(year, base, 0, 1, in _fmt()
421 } else pt = _yconv(year, base, 1, 1, in _fmt()
460 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1, in _fmt()
464 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1, in _fmt()
601 _yconv(const int a, const int b, const int convert_top, const int convert_yy, in _yconv() function