Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdtime/
H A Dstrftime.c58 #define PAD_FMT_HMS 0 macro
218 pt = _conv(t->tm_hour, fmt_padding[PAD_FMT_HMS][PadIndex], in _fmt()
224 fmt_padding[PAD_FMT_HMS][PadIndex], in _fmt()
270 pt = _conv(t->tm_min, fmt_padding[PAD_FMT_HMS][PadIndex], in _fmt()
294 pt = _conv(t->tm_sec, fmt_padding[PAD_FMT_HMS][PadIndex], in _fmt()