Lines Matching refs:TZDIR
507 name like "America/Los_Angeles", first open TZDIR (default
519 /* If compiled with -DSUPPRESS_TZDIR, do not prepend TZDIR to relative TZ.
965 /* TZDIR with a trailing '/'. It is null-terminated if OPENAT_TZDIR. */
969 static char const tzdirslash[sizeof TZDIR + OPENAT_TZDIR] = TZDIR "/";
970 enum { tzdirslashlen = sizeof TZDIR };
995 enum { TZLOAD_TZDIR_SUB = 4 }; /* TZ should be a file under TZDIR. */
1033 subsidiary to TZDIR. Also, NAME is not a device. */
1057 as such a name could read a non-directory outside TZDIR
1069 O_RDONLY should be OK too, as TZDIR is invariably readable.
1094 /* Create a string "TZDIR/NAME". Using sprintf here