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

/freebsd-10.0-release/lib/libc/stdtime/
H A Dstrftime.c52 static char * _yconv(int, int, int, int, char *, const char *);
185 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0,
433 pt = _yconv(year, base, 0, 1,
435 } else pt = _yconv(year, base, 1, 1,
473 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1,
477 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1,
618 _yconv(a, b, convert_top, convert_yy, pt, ptlim) function

Completed in 210 milliseconds