Searched refs:SDIR (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/c063/ |
| D | t_mkdirat.c | 46 #define SDIR "dir/openat" macro 64 ATF_REQUIRE(access(SDIR, F_OK) == 0); in ATF_TC_BODY() 78 ATF_REQUIRE(mkdirat(AT_FDCWD, SDIR, mode) != -1); in ATF_TC_BODY() 79 ATF_REQUIRE(access(SDIR, F_OK) == 0); in ATF_TC_BODY() 106 ATF_REQUIRE((fd = open(SDIR, O_CREAT|O_RDWR, 0644)) != -1); in ATF_TC_BODY() 108 ATF_REQUIRE(mkdirat(-1, SDIR, mode) == -1); in ATF_TC_BODY()
|
| /freebsd-12-stable/contrib/ntp/scripts/ |
| D | summary.in | 68 opendir SDIR, $statsdir or die "directory ${statsdir}: $!"; 69 rewinddir SDIR; 70 @loopfiles=sort grep /loop.*$log_date_pattern/, readdir SDIR; 71 rewinddir SDIR; 72 @peerfiles=sort grep /peer.*$log_date_pattern/, readdir SDIR; 73 rewinddir SDIR; 74 @clockfiles=sort grep /clock.*$log_date_pattern/, readdir SDIR; 75 closedir SDIR;
|
| /freebsd-12-stable/usr.bin/ctlstat/ |
| D | Makefile | 5 SDIR= ${SRCTOP}/sys macro 6 CFLAGS+= -I${SDIR}
|
| /freebsd-12-stable/usr.sbin/fwcontrol/ |
| D | Makefile | 10 SDIR= ${SRCTOP}/sys macro 11 CFLAGS+=-I${.CURDIR} -I${SDIR}
|
| /freebsd-12-stable/usr.sbin/ctladm/ |
| D | Makefile | 8 SDIR= ${SRCTOP}/sys macro 9 CFLAGS+= -I${SDIR}
|
| /freebsd-12-stable/lib/libngatm/ |
| D | Makefile | 11 SDIR= ${SRCTOP}/sys macro 13 LIBBASE= ${SDIR}/contrib/ngatm
|
| /freebsd-12-stable/usr.sbin/zonectl/ |
| D | Makefile | 5 SDIR= ${SRCTOP}/sys macro
|
| /freebsd-12-stable/usr.sbin/camdd/ |
| D | Makefile | 5 SDIR= ${SRCTOP}/sys macro
|