Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c51 #define PAD_FMT_HMS 0 macro
182 pt = _conv(t->tm_hour, PADDING(PAD_FMT_HMS), in _fmt()
188 PADDING(PAD_FMT_HMS), pt, ptlim); in _fmt()
223 pt = _conv(t->tm_min, PADDING(PAD_FMT_HMS), in _fmt()
245 pt = _conv(t->tm_sec, PADDING(PAD_FMT_HMS), in _fmt()