Searched refs:DIR (Results 1 - 25 of 297) sorted by relevance

1234567891011>>

/freebsd-13-stable/tools/regression/security/cap_test/
H A Dcap_test.t6 if test -z "${DIR}" ; then DIR=$( make -V .OBJDIR ); fi
7 if test -z "${DIR}" ; then DIR=$( dirname $0 ); fi
10 $DIR/cap_test $*
/freebsd-13-stable/crypto/openssh/regress/
H A Dsftp-glob.sh41 DIR=${BASE}/dir
42 DATA=${DIR}/file
44 GLOB1="${DIR}/g-wild*"
45 GLOB2="${DIR}/g-wildx"
46 QUOTE="${DIR}/g-quote\""
47 SLASH="${DIR}/g-sl\\ash"
48 ESLASH="${DIR}/g-slash\\"
49 QSLASH="${DIR}/g-qs\\\""
50 SPACE="${DIR}/g-q space"
53 mkdir -p ${DIR}
[all...]
H A Dscp-uri.sh9 DIR=${COPY}.dd
19 rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2}
20 mkdir ${DIR} ${DIR2}
40 $SCP $scpopts ${COPY} "scp://${USER}@somehost:${PORT}/${DIR}" || fail "copy failed"
41 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
46 $SCP $scpopts "scp://${USER}@somehost:${PORT}/${COPY}" ${DIR} || fail "copy failed"
47 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
52 cp ${DATA} ${DIR}/copy
53 $SCP $scpopts -r ${DIR} "scp://${USER}@somehost:${PORT}/${DIR2}" || fail "copy failed"
54 for i in $(cd ${DIR}
[all...]
H A Dscp-ssh-wrapper.sh25 BAD="../../../../../../../../../../../../../${DIR}/dotpathdir"
29 echo "D0755 0 /${DIR}/rootpathdir"
H A Dscp.sh16 DIR=${COPY}.dd
26 rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2}
27 mkdir ${DIR} ${DIR2}
48 $SCP $scpopts ${COPY} somehost:${DIR} || fail "copy failed"
49 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
54 $SCP $scpopts ${COPY} ${DIR} || fail "copy failed"
55 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
60 $SCP $scpopts somehost:${COPY} ${DIR} || fail "copy failed"
61 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
66 cp ${DATA} ${DIR}/cop
[all...]
H A Dsftp-uri.sh9 DIR=${COPY}.dd
14 rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2}
15 mkdir ${DIR} ${DIR2}
32 ${SFTP} -q -S "$SSH" -F $OBJ/ssh_config "sftp://${USER}@somehost:${PORT}/${COPY}" ${DIR} || fail "copy failed"
33 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
38 "sftp://${USER}@somehost:${PORT}/${DIR}/" > /dev/null 2>&1 << EOF
46 cmp ${DATA} ${DIR}/copy || fail "corrupted copy"
52 "sftp://${USER}@somehost:${PORT}/${DIR}" > /dev/null 2>&1 << EOF
60 cmp ${DATA} ${DIR}/copy || fail "corrupted copy"
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.include.ksh30 DIR=/var/tmp/dtest.$$
32 mkdir $DIR
33 cd $DIR
59 /bin/rm -rf $DIR
H A Dtst.noprobes.ksh32 DIR=/var/tmp/dtest.$$
34 mkdir $DIR
35 cd $DIR
58 rm -rf $DIR
H A Dtst.onlyenabled.ksh34 DIR=/var/tmp/dtest.$$
36 mkdir $DIR
37 cd $DIR
82 /bin/rm -rf $DIR
H A Dtst.reeval.ksh34 DIR=/var/tmp/dtest.$$
36 mkdir $DIR
37 cd $DIR
76 system("$DIR/test");
96 /bin/rm -rf $DIR
H A Dtst.badguess.ksh34 DIR=/var/tmp/dtest.$$
36 mkdir $DIR
37 cd $DIR
82 /bin/rm -rf $DIR
H A Dtst.eliminate.ksh39 DIR=/var/tmp/dtest.$$
41 mkdir $DIR
42 cd $DIR
104 /bin/rm -rf $DIR
H A Dtst.enabled.ksh34 DIR=/var/tmp/dtest.$$
36 mkdir $DIR
37 cd $DIR
94 /bin/rm -rf $DIR
H A Dtst.fork.ksh35 DIR=/var/tmp/dtest.$$
37 mkdir $DIR
38 cd $DIR
103 /bin/rm -rf $DIR
H A Dtst.header.ksh34 DIR=/var/tmp/dtest.$$
36 mkdir $DIR
37 cd $DIR
85 /bin/rm -rf $DIR
H A Dtst.multiple.ksh35 DIR=/var/tmp/dtest.$$
37 mkdir $DIR
38 cd $DIR
97 /bin/rm -rf $DIR
H A Dtst.nodtrace.ksh38 DIR=/var/tmp/dtest.$$
40 mkdir $DIR
41 cd $DIR
88 /bin/rm -rf $DIR
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mv_files/
H A Drandom_creation.ksh9 DIR="${TESTDIR}/RANDOM_SMALL"
11 log_must mkdir "${DIR}"
15 if ! touch "${DIR}/${i}" ; then
21 visible="$(find "${DIR}" -type f|wc -l)"
29 log_must mv "${DIR}" "${DIR1}"
31 log_must mkdir "${DIR}"
35 if ! touch "${DIR}/${i}" ; then
42 visible="$(find "${DIR}" -type f|wc -l)"
/freebsd-13-stable/include/
H A Ddirent.h88 typedef struct _dirdesc DIR; typedef in typeref:struct:_dirdesc
99 typedef void * DIR; typedef
108 int dirfd(DIR *);
111 DIR *__opendir2(const char *, int);
112 int fdclosedir(DIR *);
116 DIR *opendir(const char *);
117 DIR *fdopendir(int);
119 readdir(DIR *);
121 int readdir_r(DIR *, struct dirent *, struct dirent **);
123 void rewinddir(DIR *);
[all...]
/freebsd-13-stable/usr.bin/lastcomm/tests/
H A Dlegacy_test.sh6 DIR=`dirname $0`
26 cat $DIR/v1-$ARCH-acct.in $DIR/v2-$ARCH-acct.in >v1v2-$ARCH-acct.in
27 cat $DIR/v2-$ARCH.out $DIR/v1-$ARCH.out >v1v2-$ARCH.out
31 lastcomm -cesuS -f $DIR/v1-$ARCH-acct.in | check 1 $DIR/v1-$ARCH.out
32 lastcomm -cesuS -f - <$DIR/v1-$ARCH-acct.in | tail -r | check 2 $DIR/v1-$ARCH.out
33 lastcomm -cesuS -f $DIR/v
[all...]
/freebsd-13-stable/contrib/tcsh/
H A Dtw.decls.h58 extern void tw_alias_start (DIR *, const Char *);
59 extern void tw_cmd_start (DIR *, const Char *);
60 extern void tw_logname_start (DIR *, const Char *);
61 extern void tw_var_start (DIR *, const Char *);
62 extern void tw_complete_start (DIR *, const Char *);
63 extern void tw_file_start (DIR *, const Char *);
64 extern void tw_vl_start (DIR *, const Char *);
65 extern void tw_wl_start (DIR *, const Char *);
66 extern void tw_bind_start (DIR *, const Char *);
67 extern void tw_limit_start (DIR *, cons
[all...]
/freebsd-13-stable/lib/libc/gen/
H A Ddirfd.c43 dirfd(DIR *dirp)
H A Dtelldir.h95 * One of these structures is malloced for each DIR to record telldir
103 bool _filldir(DIR *, bool);
104 struct dirent *_readdir_unlocked(DIR *, int);
105 void _reclaim_telldir(DIR *);
106 void _seekdir(DIR *, long);
107 void _fixtelldir(DIR *dirp, long oldseek, long oldloc);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
H A Dtst.largeusersym.ksh33 DIR=/var/tmp/dtest.$$
35 mkdir $DIR
36 cd $DIR
81 /bin/rm -rf $DIR
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex1.ksh40 DIR=${TMPDIR:-/tmp}/dtest.$$
42 mkdir $DIR
43 cd $DIR
91 /bin/rm -rf $DIR

Completed in 190 milliseconds

1234567891011>>