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

/netbsd-current/lib/libc/time/
H A Dlocaltime.c173 static bool tzparse(char const *, struct state *, struct state const *);
704 if (tzparse(&up->buf[1], ts, sp)) {
1146 tzparse(const char *name, struct state *sp, struct state const *basep) function
1424 (void)tzparse("UTC0", sp, NULL);
1447 if (err != 0 && name && name[0] != ':' && tzparse(name, sp, NULL))

Completed in 112 milliseconds