Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/time/
Dlocaltime.c173 static int tzparse(const char * name, struct state * sp,
505 result = tzparse(&up->buf[1], &ts, FALSE); in tzload()
872 tzparse(const char *name, struct state *sp, int lastditch) in tzparse() function
1110 (void) tzparse(gmt, sp, TRUE); in gmtload()
1188 if (name[0] == ':' || tzparse(name, lclptr, FALSE) != 0) in tzset_basic()