Searched refs:tmword (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libast/tm/ |
H A D | tmtype.c | 52 if ((t = zp->type) && tmword(s, e, t, NiL, 0)) return(zp);
|
H A D | tmlex.c | 55 if (*x && *x != '%' && tmword(s, e, x, suf, nsuf)) 63 if (*x && *x != '%' && tmword(s, e, x, suf, nsuf))
|
H A D | tmzone.c | 76 if (tmword(name, end, zp->standard, NiL, 0)) 82 if (zp->dst && zp->daylight && tmword(name, end, zp->daylight, NiL, 0))
|
H A D | tmword.c | 44 tmword(register const char* s, char** e, register const char* t, char** suf, int n) function
|
H A D | tminit.c | 403 if (tmword(s, NiL, zp->standard, NiL, 0)) 429 if (tmword(s, NiL, zp->standard, NiL, 0))
|
/ast/src/lib/libast/include/ |
H A D | tm.h | 187 extern int tmword(const char*, char**, const char*, char**, int);
|
/ast/src/lib/libast/ |
H A D | Makefile | 102 tmsleep.c tmtime.c tmtype.c tmweek.c tmword.c tmzone.c \
|
Completed in 27 milliseconds