Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dlocaltime.c181 static bool tzparse(char const *, struct state *, struct state const *);
710 if (tzparse(&up->buf[1], ts, sp)) { in tzloadbody()
1151 tzparse(const char *name, struct state *sp, struct state const *basep) in tzparse() function
1427 tzparse("UTC0", sp, NULL); in gmtload()
1481 if (err != 0 && name && name[0] != ':' && tzparse(name, sp, NULL)) in zoneinit()