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

/freebsd-10.0-release/lib/libc/stdtime/
H A Dstrftime.c49 static char * _conv(int, const char *, char *, const char *);
203 pt = _conv(t->tm_mday, fmt_padding[PAD_FMT_DAYOFMONTH][PadIndex],
229 pt = _conv(t->tm_mday,
236 pt = _conv(t->tm_hour, fmt_padding[PAD_FMT_HMS][PadIndex],
240 pt = _conv((t->tm_hour % 12) ?
245 pt = _conv(t->tm_yday + 1,
251 ** _conv(t->tm_hour % 12 ?
259 pt = _conv(t->tm_hour, fmt_padding[PAD_FMT_SHMS][PadIndex],
273 ** _conv(t->tm_hour, 2, ' ');
280 pt = _conv((
586 _conv(n, format, pt, ptlim) function
[all...]
/freebsd-10.0-release/contrib/nvi/common/
H A Dcommon.h26 typedef struct _conv CONV;
H A Dconv.h50 struct _conv { struct

Completed in 195 milliseconds