Searched refs:TZDEFRULES (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dtzfile.h44 #ifndef TZDEFRULES
45 #define TZDEFRULES "posixrules" macro
46 #endif /* !defined TZDEFRULES */
H A Dlocaltime.c110 ** The DST rules to use if TZ has no rules and we can't load TZDEFRULES.
1028 load_result = tzload(TZDEFRULES, sp, FALSE);
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c611 dolink(psxrules, TZDEFRULES);
983 if (strcmp(fields[ZF_NAME], TZDEFRULES) == 0 && psxrules != NULL) {
984 buf = erealloc(buf, (int) (132 + strlen(TZDEFRULES)));
987 TZDEFRULES);

Completed in 149 milliseconds