Searched refs:tmgoff (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libast/tm/ |
H A D | tmgoff.c | 45 tmgoff(register const char* s, char** e, int d) function
|
H A D | tmzone.c | 59 if ((*name == '+' || *name == '-') && (fixed.west = tmgoff(name, &e, TM_LOCALZONE)) != TM_LOCALZONE && !*e)
|
H A D | tminit.c | 329 tmgoff(s, &t, 0);
|
H A D | tmxdate.c | 236 if (((set|state) & (YEAR|MONTH|HOUR|MINUTE|ZONE)) == (YEAR|MONTH|HOUR|MINUTE) && (i = tmgoff(s, &t, TM_LOCALZONE)) != TM_LOCALZONE) 1523 zone = tmgoff(s, &t, 0); 1534 zone += tmgoff(s, &t, dst);
|
/ast/src/lib/libast/include/ |
H A D | tm.h | 175 extern int tmgoff(const char*, char**, int);
|
/ast/src/lib/libast/ |
H A D | Makefile | 100 tmdate.c tmequiv.c tmfix.c tmfmt.c tmform.c tmgoff.c tminit.c \
|
Completed in 12 milliseconds