Searched refs:tzparse (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/tzcode/ |
D | localtime.c | 251 static int tzparse P((const char * name, struct state * sp, 658 result = tzparse(&u.buf[1], &ts, FALSE); 1003 tzparse(name, sp, lastditch) in tzparse() function 1242 (void) tzparse(gmt, sp, TRUE); 1310 if (name[0] == ':' || tzparse(name, lclptr, FALSE) != 0) in tzset_locked()
|