Home | History | Annotate | Download | only in tzcode

Lines Matching refs:tzload

244 static int      tzload P((const char * name, struct state * sp,
407 tzload(const char* name, struct state* const sp, const int doextend)
423 XLOG(("tzload: null 'name' parameter\n" ));
443 XLOG(("tzload: null TZDIR macro ?\n" ));
447 XLOG(( "tzload: path too long: %s/%s\n", p, name ));
461 XLOG(( "tzload: could not find '%s'\n", name ));
473 XLOG(( "tzload: could not read content of '%s'\n", DATAFILE ));
650 XLOG(( "tzload: load ok !!\n" ));
1002 load_result = tzload(TZDEFRULES, sp, FALSE);
1197 if (tzload(gmt, sp, TRUE) != 0)
1217 if (tzload((char *) NULL, lclptr, TRUE) != 0)
1265 } else if (tzload(name, lclptr, TRUE) != 0)
2085 int rc = tzload(name, sp, doextend);