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

/openbsd-current/lib/libc/time/
H A Dtzfile.h28 #ifndef TZDEFAULT
29 #define TZDEFAULT "/etc/localtime" macro
30 #endif /* !defined TZDEFAULT */
H A Dlocaltime.c335 name = TZDEFAULT;
1166 name = TZDEFAULT;
/openbsd-current/usr.sbin/zic/
H A Dzic.c585 dolink(lcltime, TZDEFAULT);
911 if (strcmp(fields[ZF_NAME], TZDEFAULT) == 0 && lcltime != NULL) {
912 len = 132 + strlen(TZDEFAULT);
916 TZDEFAULT);

Completed in 182 milliseconds