Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c162 static int tzload P((const char * name, struct state * sp));
310 tzload(name, sp) in tzload() function
848 if (tzload(TZDEFRULES, sp) != 0) {
951 if (tzload(GMT, sp) != 0)
968 if (tzload((char *) NULL, lclptr) != 0) in tzsetwall()
1007 } else if (tzload(name, lclptr) != 0) in tzset()