Home
last modified time | relevance | path

Searched refs:_conv (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tzcode/
H A Dstrftime.c108 static char * _conv(int, const char *, char *, const char *);
227 pt = _conv(t->tm_mday, "%02d", pt, ptlim); in _fmt()
242 pt = _conv(t->tm_mday, "%2d", pt, ptlim); in _fmt()
248 pt = _conv(t->tm_hour, "%02d", pt, ptlim); in _fmt()
251 pt = _conv((t->tm_hour % 12) ? in _fmt()
256 pt = _conv(t->tm_yday + 1, "%03d", pt, ptlim); in _fmt()
269 pt = _conv(t->tm_hour, "%2d", pt, ptlim); in _fmt()
289 pt = _conv((t->tm_hour % 12) ? in _fmt()
294 pt = _conv(t->tm_min, "%02d", pt, ptlim); in _fmt()
297 pt = _conv(t->tm_mon + 1, "%02d", pt, ptlim); in _fmt()
[all …]
/freebsd/lib/libc/stdtime/
H A Dstrftime.c34 static char * _conv(int, const char *, char *, const char *, locale_t);
183 pt = _conv(t->tm_mday, in _fmt()
210 pt = _conv(t->tm_mday, in _fmt()
218 pt = _conv(t->tm_hour, fmt_padding[PAD_FMT_HMS][PadIndex], in _fmt()
222 pt = _conv((t->tm_hour % 12) ? in _fmt()
228 pt = _conv(t->tm_yday + 1, in _fmt()
243 pt = _conv(t->tm_hour, fmt_padding[PAD_FMT_SHMS][PadIndex], in _fmt()
264 pt = _conv((t->tm_hour % 12) ? in _fmt()
270 pt = _conv(t->tm_min, fmt_padding[PAD_FMT_HMS][PadIndex], in _fmt()
274 pt = _conv(t->tm_mon + 1, in _fmt()
[all …]
/freebsd/contrib/nvi/common/
H A Dconv.h48 struct _conv { struct
H A Dcommon.h27 typedef struct _conv CONV;
/freebsd/crypto/heimdal/
H A DChangeLog.19982232 * lib/krb5/principal.c: Quick patch to make 425_conv work