Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c241 static int tzload P((const char * name, struct state * sp,
404 tzload(name, sp, doextend) in tzload() function
1038 load_result = tzload(TZDEFRULES, sp, FALSE);
1233 if (tzload(gmt, sp, TRUE) != 0)
1253 if (tzload((char *) NULL, lclptr, TRUE) != 0) in tzsetwall()
1301 } else if (tzload(name, lclptr, TRUE) != 0) in tzset_locked()