Home
last modified time | relevance | path

Searched refs:SDIR (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/c063/
H A Dt_mkdirat.c46 #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/contrib/ntp/scripts/
H A Dsummary.in69 opendir SDIR, $statsdir or die "directory ${statsdir}: $!";
70 rewinddir SDIR;
71 @loopfiles=sort grep /loop.*$log_date_pattern/, readdir SDIR;
72 rewinddir SDIR;
73 @peerfiles=sort grep /peer.*$log_date_pattern/, readdir SDIR;
74 rewinddir SDIR;
75 @clockfiles=sort grep /clock.*$log_date_pattern/, readdir SDIR;
76 closedir SDIR;
/freebsd/usr.bin/ctlstat/
H A DMakefile3 SDIR= ${SRCTOP}/sys macro
4 CFLAGS+= -I${SDIR}
/freebsd/usr.sbin/fwcontrol/
H A DMakefile8 SDIR= ${SRCTOP}/sys macro
9 CFLAGS+=-I${.CURDIR} -I${SDIR}
/freebsd/usr.sbin/ctladm/
H A DMakefile7 SDIR= ${SRCTOP}/sys macro
8 CFLAGS+= -I${SDIR}
/freebsd/usr.sbin/camdd/
H A DMakefile3 SDIR= ${SRCTOP}/sys macro
/freebsd/usr.sbin/zonectl/
H A DMakefile3 SDIR= ${SRCTOP}/sys macro