Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmdata.c124 TM_UT, TM_UT, TM_UT, TM_UT,
H A Dtmlocale.c80 TM_UT, in fixup()
114 if (strchr(b[TM_UT], '%')) in fixup()
116 tm_info.deformat = b[TM_UT]; in fixup()
117 for (n = TM_UT; n < TM_DT; n++) in fixup()
H A Dtminit.c374 s = tmpoff(s, e - s, tm_info.format[TM_UT], n, 0); in tmlocal()
379 tmpoff(s, e - s, tm_info.format[TM_UT], m, TM_DST); in tmlocal()
H A Dtmxscan.c310 if ((n = tmlex(s, &u, tm_info.format + TM_MERIDIAN, TM_UT - TM_MERIDIAN, NiL, 0)) < 0) in scan()
H A Dtmxfmt.c601 …p = (flags & TM_UTC) ? tm_info.format[TM_UT] : tm->tm_isdst && tm->tm_zone->daylight ? tm->tm_zone… in tmxfmt()
H A Dtmxdate.c1519 case TM_UT: in tmxdate()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dtm.h70 #define TM_UT 43 macro