Searched defs:tzload (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c117 char *last_tzload; /* name of file tzload() last opened */
162 static int tzload P((const char * name, struct state * sp));
310 tzload(name, sp) function
848 if (tzload(TZDEFRULES, sp) != 0) {
951 if (tzload(GMT, sp) != 0)
968 if (tzload((char *) NULL, lclptr) != 0)
1007 } else if (tzload(name, lclptr) != 0)

Completed in 52 milliseconds