localtime.c | 287 static bool tzparse(char const *, struct state *, struct state const *); 859 if (tzparse(&up->buf[1], ts, sp)) { 1254 tzparse(const char *name, struct state *sp, struct state const *basep) function in typeref:typename:bool 1533 (void)tzparse("UTC0", sp, NULL); 1558 if (err != 0 && name && name[0] != ':' && tzparse(name, sp, NULL))
|