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.c52 #define PAD_FMT_HMS 0 macro
204 pt = _conv(t->tm_hour, PADDING(PAD_FMT_HMS), in _fmt()
210 PADDING(PAD_FMT_HMS), pt, ptlim); in _fmt()
245 pt = _conv(t->tm_min, PADDING(PAD_FMT_HMS), in _fmt()
267 pt = _conv(t->tm_sec, PADDING(PAD_FMT_HMS), in _fmt()