Searched refs:TM_LOCALZONE (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/lib/libast/common/tm/ |
H A D | tmzone.c | 59 …me == '+' || *name == '-') && (fixed.west = tmgoff(name, &e, TM_LOCALZONE)) != TM_LOCALZONE && !*e) in tmzone()
|
H A D | tmxtime.c | 86 if (west == TM_LOCALZONE) in tmxtime()
|
H A D | tmfix.c | 153 t = tmtime(tm, TM_LOCALZONE); in tmfix()
|
H A D | tmxdate.c | 216 zone = TM_LOCALZONE; in tmxdate() 236 …OUR|MINUTE|ZONE)) == (YEAR|MONTH|HOUR|MINUTE) && (i = tmgoff(s, &t, TM_LOCALZONE)) != TM_LOCALZONE) in tmxdate()
|
H A D | tmxscan.c | 55 …ype=s.yday=s.mday=s.wday=s.hour=s.min=s.sec=s.meridian=(-1),s.nsec=1000000000L,s.zone=TM_LOCALZONE)
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | mktime.c | 64 t = tmtime(&tm, TM_LOCALZONE);
|
H A D | strptime.c | 65 t = tmtime(&tm, TM_LOCALZONE);
|
H A D | strftime.c | 98 t = tmtime(&tl, TM_LOCALZONE);
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | tm.h | 52 #define TM_LOCALZONE (25 * 60) /* use local time zone offset */ macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | tm.h | 61 #define TM_LOCALZONE (25 * 60) /* use local time zone offset */ macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | tm.h | 61 #define TM_LOCALZONE (25 * 60) /* use local time zone offset */ macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | tm.h | 61 #define TM_LOCALZONE (25 * 60) /* use local time zone offset */ macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | tm.h | 61 #define TM_LOCALZONE (25 * 60) /* use local time zone offset */ macro
|