Searched refs:tzload (Results 1 – 1 of 1) sorted by relevance
/openbsd/lib/libc/time/ |
H A D | localtime.c | 171 static int tzload(const char * name, struct state * sp, 351 tzload(const char *name, struct state *sp, int doextend) in tzload() function 913 load_result = tzload(TZDEFRULES, sp, FALSE); in tzparse() 1109 if (tzload(gmt, sp, TRUE) != 0) in gmtload() 1127 if (tzload(NULL, lclptr, TRUE) != 0) in tzsetwall_basic() 1187 } else if (tzload(name, lclptr, TRUE) != 0) { in tzset_basic()
|