HomeSort by: relevance | last modified time | path
    Searched defs:tzparse (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
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))
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))

Completed in 23 milliseconds