Searched refs:TOPDIR (Results 1 – 13 of 13) sorted by relevance
| /freebsd/tests/sys/capsicum/ |
| H A D | openat.cc | 143 #define TOPDIR "cap_topdir" macro 144 #define SUBDIR TOPDIR "/subdir" 170 int rc = mkdir(TmpFile(TOPDIR), 0755); in OpenatTest() 183 const char *p = TmpFile(TOPDIR); // maybe "/tmp/somewhere/cap_topdir" in OpenatTest() 192 CreateFile(TmpFile(TOPDIR "/topfile"), "Top-level file"); in OpenatTest() 196 EXPECT_OK(symlink("topfile", TmpFile(TOPDIR "/symlink.samedir"))); in OpenatTest() 197 EXPECT_OK(symlink("subdir/bottomfile", TmpFile(TOPDIR "/symlink.down"))); in OpenatTest() 198 EXPECT_OK(symlink(TmpFile(TOPDIR "/topfile"), TmpFile(SUBDIR "/symlink.absolute_in"))); in OpenatTest() 199 EXPECT_OK(symlink("/etc/passwd", TmpFile(TOPDIR "/symlink.absolute_out"))); in OpenatTest() 200 std::string dots2top = dots2root + TmpFile(TOPDIR "/topfile"); in OpenatTest() [all …]
|
| H A D | copy_file_range.cc | 10 #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/contrib/tzdata/ |
| H A D | Makefile | 91 TOPDIR = macro 94 TZDEFAULT = $(TOPDIR)/etc/localtime 106 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME) 109 BINDIR = $(TOPDIR)/$(USRDIR)/bin 115 ZICDIR = $(TOPDIR)/$(USRDIR)/sbin 118 MANDIR = $(TOPDIR)/$(USRSHAREDIR)/man 121 LIBDIR = $(TOPDIR)/$(USRDIR)/lib 1415 TOPDIR="$$PWD" \
|
| H A D | README | 23 make TOPDIR="$HOME/tzdir" install
|
| H A D | CONTRIBUTING | 69 make TOPDIR=$PWD/tz clean check install
|
| H A D | NEWS | 2514 4.3BSD circa 1986. This affects the Makefile macros TOPDIR,
|
| /freebsd/contrib/tzcode/ |
| H A D | Makefile | 91 TOPDIR = macro 94 TZDEFAULT = $(TOPDIR)/etc/localtime 106 TZDIR = $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME) 109 BINDIR = $(TOPDIR)/$(USRDIR)/bin 115 ZICDIR = $(TOPDIR)/$(USRDIR)/sbin 118 MANDIR = $(TOPDIR)/$(USRSHAREDIR)/man 121 LIBDIR = $(TOPDIR)/$(USRDIR)/lib 1415 TOPDIR="$$PWD" \
|
| H A D | README | 23 make TOPDIR="$HOME/tzdir" install
|
| H A D | CONTRIBUTING | 69 make TOPDIR=$PWD/tz clean check install
|
| H A D | NEWS | 2514 4.3BSD circa 1986. This affects the Makefile macros TOPDIR,
|
| /freebsd/cddl/usr.sbin/dtrace/tests/tools/ |
| H A D | genmakefiles.sh | 93 readonly TOPDIR=$(realpath ${ORIGINDIR}/../../../../..) 94 readonly CONTRIB_TESTDIR=${TOPDIR}/cddl/contrib/opensolaris/cmd/dtrace/test/tst
|
| /freebsd/share/doc/llvm/clang/ |
| H A D | Makefile | 7 TOPDIR= ${DOCDIR}/llvm/clang macro
|
| /freebsd/share/doc/llvm/ |
| H A D | Makefile | 11 TOPDIR= ${DOCDIR}/llvm macro
|