Home
last modified time | relevance | path

Searched refs:tzparse (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tzcode/
H A Dlocaltime.c578 static bool tzparse(char const *, struct state *, struct state const *);
1243 if (tzparse(&up->buf[1], ts, sp)) { in tzloadbody()
1635 tzparse(const char *name, struct state *sp, struct state const *basep) in tzparse() function
1820 tzparse("UTC0", sp, NULL); in gmtload()
1862 && tzparse(name, sp, NULL)) in zoneinit()