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

/freebsd-current/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,
419 pt = _yconv(year, base, 0, 1,
421 } else pt = _yconv(year, base, 1, 1,
460 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1,
464 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1,
601 _yconv(const int a, const int b, const int convert_top, const int convert_yy, function
/freebsd-current/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,
454 pt = _yconv(year, base,
457 } else pt = _yconv(year, base,
496 pt = _yconv(t->tm_year, TM_YEAR_BASE,
501 pt = _yconv(t->tm_year, TM_YEAR_BASE,
635 _yconv(int a, int b, bool convert_top, bool convert_yy, function

Completed in 127 milliseconds