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

/freebsd-11-stable/lib/libc/stdtime/
H A Dstrftime.c49 static char * _conv(int, const char *, char *, const char *, locale_t);
198 pt = _conv(t->tm_mday,
225 pt = _conv(t->tm_mday,
233 pt = _conv(t->tm_hour, fmt_padding[PAD_FMT_HMS][PadIndex],
237 pt = _conv((t->tm_hour % 12) ?
243 pt = _conv(t->tm_yday + 1,
250 * _conv(t->tm_hour % 12 ?
258 pt = _conv(t->tm_hour, fmt_padding[PAD_FMT_SHMS][PadIndex],
272 * _conv(t->tm_hour, 2, ' ');
279 pt = _conv((
590 _conv(const int n, const char * const format, char * const pt, function
[all...]
/freebsd-11-stable/contrib/nvi/common/
H A Dcommon.h26 typedef struct _conv CONV;
H A Dconv.h50 struct _conv { struct

Completed in 100 milliseconds