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

/freebsd-10-stable/lib/libc/stdtime/
H A Dstrftime.c49 static char * _conv(int, const char *, char *, const char *, locale_t);
203 pt = _conv(t->tm_mday,
230 pt = _conv(t->tm_mday,
238 pt = _conv(t->tm_hour, fmt_padding[PAD_FMT_HMS][PadIndex],
242 pt = _conv((t->tm_hour % 12) ?
248 pt = _conv(t->tm_yday + 1,
255 * _conv(t->tm_hour % 12 ?
263 pt = _conv(t->tm_hour, fmt_padding[PAD_FMT_SHMS][PadIndex],
277 * _conv(t->tm_hour, 2, ' ');
284 pt = _conv((
595 _conv(n, format, pt, ptlim, loc) function
[all...]
/freebsd-10-stable/contrib/nvi/common/
H A Dcommon.h26 typedef struct _conv CONV;
H A Dconv.h50 struct _conv { struct

Completed in 44 milliseconds