Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c686 tzload(char const *name, struct state *sp, bool doextend) in tzload() function
1053 load_ok = tzload(TZDEFRULES, sp, false) == 0; in tzparse()
1249 if (tzload(gmt, sp, true) != 0) in gmtload()
1272 int err = tzload(name, sp, true); in zoneinit()