Searched refs:TM_UT (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libast/common/tm/ |
H A D | tmdata.c | 124 TM_UT, TM_UT, TM_UT, TM_UT,
|
H A D | tmlocale.c | 98 if (strchr(b[TM_UT], '%')) in fixup() 100 tm_info.deformat = b[TM_UT]; in fixup() 101 for (n = TM_UT; n < TM_DT; n++) in fixup()
|
H A D | tminit.c | 373 s = tmpoff(s, e - s, tm_info.format[TM_UT], n, 0); in tmlocal() 378 tmpoff(s, e - s, tm_info.format[TM_UT], m, TM_DST); in tmlocal()
|
H A D | tmxscan.c | 310 if ((n = tmlex(s, &u, tm_info.format + TM_MERIDIAN, TM_UT - TM_MERIDIAN, NiL, 0)) < 0) in scan()
|
H A D | tmxfmt.c | 517 …p = (flags & TM_UTC) ? tm_info.format[TM_UT] : tm->tm_isdst && tm->tm_zone->daylight ? tm->tm_zone… in tmxfmt()
|
H A D | tmxdate.c | 1506 case TM_UT: in tmxdate()
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | tm.h | 70 #define TM_UT 43 macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | tm.h | 79 #define TM_UT 43 macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | tm.h | 79 #define TM_UT 43 macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | tm.h | 79 #define TM_UT 43 macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | tm.h | 79 #define TM_UT 43 macro
|