Searched refs:TZDIR (Results 1 – 4 of 4) sorted by relevance
38 TZDIR= ${DESTDIR}/usr/share/zoneinfo macro117 ${ZIC} -d ${TZDIR} -L /dev/null ${TDATA})121 ${ZIC} -d ${TZDIR} -L leapseconds ${TDATA})125 ${ZIC} -d ${TZDIR}/posix -L /dev/null ${TDATA})127 ${ZIC} -d ${TZDIR}/right -L ${.OBJDIR}/leapseconds ${TDATA})135 ${ZIC} -d ${TZDIR} -p ${POSIXRULES})136 chown -R ${BINOWN}:${BINGRP} ${TZDIR}137 find ${TZDIR} \
24 #ifndef TZDIR25 #define TZDIR "/usr/share/zoneinfo" /* Time zone object file directory */ macro
301 /* Reject absolute paths that don't start with TZDIR. */ in tzpath_ok() 302 if (name[0] == '/' && (strncmp(name, TZDIR, sizeof(TZDIR) - 1) != 0 || in tzpath_ok() 303 name[sizeof(TZDIR) - 1] != '/')) in tzpath_ok() 328 * Ignore absolute paths that don't start with TZDIR in open_tzfile() 338 /* Time zone data path is relative to TZDIR. */ in open_tzfile() 339 i = snprintf(fullname, sizeof(fullname), "%s/%s", TZDIR, name); in open_tzfile()
553 directory = TZDIR; in main()