Searched refs:tmword (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/libast/common/tm/ |
H A D | tmlex.c | 55 if (*x && *x != '%' && tmword(s, e, x, suf, nsuf)) in tmlex() 63 if (*x && *x != '%' && tmword(s, e, x, suf, nsuf)) in tmlex()
|
H A D | tmzone.c | 76 if (tmword(name, end, zp->standard, NiL, 0)) in tmzone() 82 if (zp->dst && zp->daylight && tmword(name, end, zp->daylight, NiL, 0)) in tmzone()
|
H A D | tmtype.c | 52 if ((t = zp->type) && tmword(s, e, t, NiL, 0)) return(zp); in tmtype()
|
H A D | tmword.c | 44 tmword(register const char* s, char** e, register const char* t, char** suf, int n) in tmword() function
|
H A D | tminit.c | 402 if (tmword(s, NiL, zp->standard, NiL, 0)) in tmlocal() 428 if (tmword(s, NiL, zp->standard, NiL, 0)) in tmlocal()
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | tm.h | 187 extern int tmword(const char*, char**, const char*, char**, int);
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | tm.h | 200 extern __MANGLE__ int tmword __PROTO__((const char*, char**, const char*, char**, int));
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | tm.h | 200 extern __MANGLE__ int tmword __PROTO__((const char*, char**, const char*, char**, int));
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | tm.h | 200 extern __MANGLE__ int tmword __PROTO__((const char*, char**, const char*, char**, int));
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | tm.h | 200 extern __MANGLE__ int tmword __PROTO__((const char*, char**, const char*, char**, int));
|
/titanic_41/usr/src/lib/libast/ |
H A D | mapfile-vers | 640 tmword;
|
H A D | Makefile.com | 557 common/tm/tmword.o \
|
/titanic_41/usr/src/lib/libast/common/ |
H A D | RELEASE | 664 03-02-05 tm/tmdate.c,tm/tmword.c,string/strelapsed.c: '_' treated like ' '
|