Home
last modified time | relevance | path

Searched refs:vartmp (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/lib/libiberty/src/
H A Dmake-temp-file.c80 static const char vartmp[] = variable
115 base = try_dir (vartmp, base); in choose_tmpdir()
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DPaths.pm65 sub vartmp($) { '/tmp' } subroutine
H A DTemp.pm26 our $tempbase = $ENV{'PKG_TMPDIR'} || OpenBSD::Paths->vartmp;