Home
last modified time | relevance | path

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

/original-bsd/lib/libc/gen/
H A Dctime.c158 static int tzload P((const char * name, struct state * sp));
254 tzload(name, sp) in tzload() function
676 load_result = tzload(TZDEFRULES, sp);
848 if (tzload(GMT, sp) != 0)
882 } else if (tzload(name, lclptr) != 0) in tzset()
901 if (tzload((char *) NULL, lclptr) != 0) in tzsetwall()