Home
last modified time | relevance | path

Searched refs:TOPDIR (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/capsicum-test/
H A Dopenat.cc151 #define TOPDIR "cap_topdir" macro
152 #define SUBDIR TOPDIR "/subdir"
178 int rc = mkdir(TmpFile(TOPDIR), 0755); in OpenatTest()
191 const char *p = TmpFile(TOPDIR); // maybe "/tmp/somewhere/cap_topdir" in OpenatTest()
200 CreateFile(TmpFile(TOPDIR "/topfile"), "Top-level file"); in OpenatTest()
204 EXPECT_OK(symlink("topfile", TmpFile(TOPDIR "/symlink.samedir"))); in OpenatTest()
205 EXPECT_OK(symlink("subdir/bottomfile", TmpFile(TOPDIR "/symlink.down"))); in OpenatTest()
206 EXPECT_OK(symlink(TmpFile(TOPDIR "/topfile"), TmpFile(SUBDIR "/symlink.absolute_in"))); in OpenatTest()
207 EXPECT_OK(symlink("/etc/passwd", TmpFile(TOPDIR "/symlink.absolute_out"))); in OpenatTest()
208 std::string dots2top = dots2root + TmpFile(TOPDIR "/topfile"); in OpenatTest()
[all …]
H A Dcopy_file_range.cc10 #define TOPDIR "cap_copy_file_range" macro
24 int rc = mkdir(TmpFile(TOPDIR), 0755); in CopyFileRangeTest()
29 wd_ = open(TmpFile(TOPDIR), O_DIRECTORY); in CopyFileRangeTest()
31 CreateFile(TmpFile(TOPDIR "/" INFILE)); in CopyFileRangeTest()
32 CreateFile(TmpFile(TOPDIR "/" OUTFILE)); in CopyFileRangeTest()
36 unlink(TmpFile(TOPDIR "/" INFILE)); in ~CopyFileRangeTest()
37 unlink(TmpFile(TOPDIR "/" OUTFILE)); in ~CopyFileRangeTest()
38 rmdir(TmpFile(TOPDIR)); in ~CopyFileRangeTest()
/freebsd/crypto/openssl/util/
H A Dcheck-format-commit.sh33 TOPDIR=$(git rev-parse --show-toplevel)
40 cd $TOPDIR
145 $TOPDIR/util/check-format.pl $j > $TEMPDIR/results.txt
/freebsd/contrib/tzcode/
H A DMakefile96 # Everything is installed into subdirectories of TOPDIR, and used there.
97 # TOPDIR should be empty (meaning the root directory),
99 # TOPDIR should be empty or an absolute name unless you're just testing.
100 TOPDIR = macro
103 TZDEFAULT = $(TOPDIR)/etc/localtime
115 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME)
118 BINDIR = $(TOPDIR)/$(USRDIR)/bin
124 ZICDIR = $(TOPDIR)/$(USRDIR)/sbin
127 MANDIR = $(TOPDIR)/$(USRSHAREDIR)/man
130 LIBDIR = $(TOPDIR)/
[all...]
H A DREADME23 make TOPDIR="$HOME/tzdir" install
H A DNEWS2142 4.3BSD circa 1986. This affects the Makefile macros TOPDIR,
/freebsd/contrib/tzdata/
H A DMakefile96 # Everything is installed into subdirectories of TOPDIR, and used there.
97 # TOPDIR should be empty (meaning the root directory),
99 # TOPDIR should be empty or an absolute name unless you're just testing.
100 TOPDIR = macro
103 TZDEFAULT = $(TOPDIR)/etc/localtime
115 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME)
118 BINDIR = $(TOPDIR)/$(USRDIR)/bin
124 ZICDIR = $(TOPDIR)/$(USRDIR)/sbin
127 MANDIR = $(TOPDIR)/$(USRSHAREDIR)/man
130 LIBDIR = $(TOPDIR)/
[all...]
H A DREADME23 make TOPDIR="$HOME/tzdir" install
H A DCONTRIBUTING68 make TOPDIR=$PWD/tz clean check install
H A DNEWS2245 4.3BSD circa 1986. This affects the Makefile macros TOPDIR,
/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh93 readonly TOPDIR=$(realpath ${ORIGINDIR}/../../../../..)
94 readonly CONTRIB_TESTDIR=${TOPDIR}/cddl/contrib/opensolaris/cmd/dtrace/test/tst
/freebsd/share/doc/llvm/clang/
H A DMakefile7 TOPDIR= ${DOCDIR}/llvm/clang macro
/freebsd/share/doc/atf/
H A DMakefile32 TOPDIR= ${SHAREDIR}/doc/atf macro
/freebsd/share/doc/llvm/
H A DMakefile9 TOPDIR= ${DOCDIR}/llvm macro