Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/time/
Dlocaltime.c287 static bool tzparse(char const *, struct state *, struct state const *);
859 if (tzparse(&up->buf[1], ts, sp)) { in tzloadbody()
1254 tzparse(const char *name, struct state *sp, struct state const *basep) in tzparse() function
1533 (void)tzparse("UTC0", sp, NULL); in gmtload()
1558 if (err != 0 && name && name[0] != ':' && tzparse(name, sp, NULL)) in zoneinit()