Searched refs:tzparse (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/tzcode/ |
| H A D | localtime.c | 577 static bool tzparse(char const *, struct state *, struct state const *); 1233 if (tzparse(&up->buf[1], ts, sp)) { in tzloadbody() 1625 tzparse(const char *name, struct state *sp, struct state const *basep) in tzparse() function 1810 tzparse("UTC0", sp, NULL); in gmtload() 1852 && tzparse(name, sp, NULL)) in zoneinit()
|