Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdtime/
H A Dlocaltime.c193 static int tzload(const char * name, struct state * sp,
318 tzload(const char *name, struct state * const sp, const int doextend) in tzload() function
976 load_result = tzload(TZDEFRULES, sp, FALSE); in tzparse()
1181 if (tzload(gmt, sp, TRUE) != 0) in gmtload()
1200 if (tzload(NULL, lclptr, TRUE) != 0) in tzsetwall_basic()
1251 } else if (tzload(name, lclptr, TRUE) != 0) in tzset_basic()