Lines Matching full:tzparse
183 static int tzparse(const char * name, struct state * sp,
530 result = tzparse(&u.buf[1], &ts, FALSE);
908 tzparse(name, sp, lastditch)
1147 (void) tzparse(gmt, sp, TRUE);
1216 if (name[0] == ':' || tzparse(name, lclptr, FALSE) != 0)