Home | History | Annotate | Download | only in tzcode

Lines Matching full:tzparse

196 static int      tzparse(const char * name, struct state * sp,
529 result = tzparse(&up->buf[1], &ts, FALSE);
931 tzparse(const char * name, register struct state * const sp,
1170 (void) tzparse(gmt, sp, TRUE);
1248 if (name[0] == ':' || tzparse(name, lclptr, FALSE) != 0)