Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c194 static int tzload(const char * name, struct state * sp,
342 tzload(register const char* name, register struct state* const sp, in tzload() function
974 load_result = tzload(TZDEFRULES, sp, FALSE); in tzparse()
1182 if (tzload(gmt, sp, TRUE) != 0) in gmtload()
1209 if (tzload(NULL, lclptr, TRUE) != 0) in tzsetwall()
1260 } else if (tzload(name, lclptr, TRUE) != 0) in tzset_locked()
2280 int rc = tzload(name, sp, doextend); in __bionic_tzload_cached()