Searched refs:atfile (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/usr.bin/at/
H A Dat.h31 extern char atfile[];
H A Dpanic.c55 unlink(atfile);
71 unlink(atfile);
H A Dat.c105 char atfile[] = ATJOB_DIR "12345678901234"; variable
130 unlink(atfile);
235 ppos = atfile + strlen(ATJOB_DIR);
273 if (stat(atfile, &statbuf) != 0)
283 if ((fdes = creat(atfile, O_WRONLY)) == -1)
/freebsd-current/tests/sys/cddl/zfs/tests/clean_mirror/
H A Dclean_mirror_common.kshlib38 typeset atfile=0
43 while (( atfile < FILE_COUNT )); do
44 cksums[$atfile]=$($CKSUM ${TESTDIR}/file.${atfile})
45 (( atfile = atfile + 1 ))
59 atfile=0
61 while (( atfile < FILE_COUNT )); do
62 newcksum=$($CKSUM $TESTDIR/file.${atfile})
63 if [[ $newcksum != ${cksums[$atfile]} ]]; the
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/scrub_mirror/
H A Dscrub_mirror_common.kshlib39 typeset atfile=0
44 while (( atfile < FILE_COUNT )); do
45 files[$atfile]=$TESTDIR/file.$atfile
46 log_must file_write -o create -f $TESTDIR/file.$atfile \
48 cksums[$atfile]=$(cksum ${files[$atfile]})
49 (( atfile = atfile + 1 ))
59 atfile
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/clean_mirror/
H A Dclean_mirror_common.kshlib40 typeset atfile=0
45 while (( atfile < FILE_COUNT )); do
46 files[$atfile]=$TESTDIR/file.$atfile
47 log_must file_write -o create -f $TESTDIR/file.$atfile \
49 cksums[$atfile]=$(cksum ${files[$atfile]})
50 (( atfile = atfile + 1 ))
57 atfile
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/scrub_mirror/
H A Dscrub_mirror_common.kshlib33 typeset atfile=0
39 while [ "$atfile" -lt "$FILE_COUNT" ]; do
40 if [ -f ${TESTDIR}/0/${TESTFILE}.${atfile} ]; then
41 cksums[$atfile]=$($CKSUM ${TESTDIR}/0/${TESTFILE}.${atfile})
43 (( atfile = $atfile + 1 ))
58 atfile=0
60 while [ "$atfile" -lt "$FILE_COUNT" ]; do
61 if [ -f ${TESTDIR}/0/${TESTFILE}.${atfile} ]; the
[all...]

Completed in 86 milliseconds