Home
last modified time | relevance | path

Searched defs:TMPDIR (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/make/unit-tests/
H A DMakefile40 TMPDIR:= ${.OBJDIR}/tmp macro
42 TMPDIR:= ${TMPDIR}/uid${.MAKE.UID} macro
44 TMPDIR:= /tmp/uid${.MAKE.UID} macro
[all...]
/netbsd-src/external/gpl2/rcs/include/
H A Dconf.h230 #define TMPDIR "/tmp" /* default directory for temporary files */ macro