/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/ |
H A D | xattr_003_neg.ksh | 48 rm -f $testfile $tempfile 55 typeset tempfile=/tmp/tempfile.$$ 67 get_xattr passwd $testfile >$tempfile 69 log_mustnot diff -q /etc/passwd $tempfile 70 log_must rm $tempfile 77 get_xattr passwd $testfile >$tempfile 78 log_must diff -q /etc/passwd $tempfile 79 log_must rm $tempfile
|
/freebsd/contrib/dialog/samples/ |
H A D | report-tempfile | 8 echo "Result: `cat "$tempfile"`";; 12 echo "Help pressed: `cat "$tempfile"`";; 16 echo "Item-help button pressed: `cat "$tempfile"`";; 20 if test -s "$tempfile" ; then 21 cat "$tempfile"
|
H A D | setup-tempfile | 5 tempfile=`(tempfile) 2>/dev/null` || tempfile=/tmp/test$$ 6 trap "rm -f $tempfile" 0 $SIG_NONE $SIG_HUP $SIG_INT $SIG_QUIT $SIG_TERM
|
H A D | textbox-help | 6 . ./setup-tempfile 11 expand < textbox.txt > $tempfile 12 expand < $TEXT >> $tempfile 16 --textbox "$tempfile" 22 77
|
H A D | textbox3 | 6 . ./setup-tempfile 11 expand < textbox.txt > $tempfile 12 expand < $TEXT >> $tempfile 16 --textbox "$tempfile" 22 77
|
H A D | textbox-both | 6 . ./setup-tempfile 11 expand < textbox.txt > $tempfile 12 expand < $TEXT >> $tempfile 17 --textbox "$tempfile" 22 77
|
H A D | wheel | 6 . ./setup-tempfile 10 $DIALOG --print-maxsize 2>$tempfile 11 ROWS="`sed -e 's/^[^:]*:[ ]*//' -e 's/,.*//' $tempfile`" 12 COLS="`sed -e 's/^[^,]*,[ ]*//' $tempfile`" 13 rm $tempfile
|
H A D | checklist9 | 7 . ./setup-tempfile 9 $DIALOG "$@" --file checklist9.txt 2>$tempfile 13 . ./report-tempfile
|
H A D | inputbox | 6 . ./setup-tempfile 16 Try entering your name below:" 16 51 2> $tempfile 20 . ./report-tempfile
|
H A D | inputbox2 | 6 . ./setup-tempfile 16 Try entering your name below:" 16 51 2> $tempfile 20 . ./report-tempfile
|
H A D | password | 6 . ./setup-tempfile 16 Try entering your name below:" 16 51 2> $tempfile 20 . ./report-tempfile
|
H A D | menubox | 6 . ./setup-tempfile 23 "MS-DOS" "Microsoft DOS" 2> $tempfile 27 . ./report-tempfile
|
H A D | inputbox3 | 6 . ./setup-tempfile 17 Try entering your name below:" 16 51 2> $tempfile 21 . ./report-tempfile
|
H A D | password1 | 6 . ./setup-tempfile 17 Try entering your name below:" 16 51 2> $tempfile 21 . ./report-tempfile
|
H A D | buildlist | 6 . ./setup-tempfile 16 "6" "Item number 6" "on" 2> $tempfile 20 . ./report-tempfile
|
H A D | inputbox-extra | 6 . ./setup-tempfile 17 Try entering your name below:" 16 51 2> $tempfile 21 . ./report-tempfile
|
H A D | inputbox-help | 6 . ./setup-tempfile 17 Try entering your name below:" 16 51 2> $tempfile 21 . ./report-tempfile
|
H A D | inputbox1 | 6 . ./setup-tempfile 19 Try entering your name below:" 0 0 2> $tempfile 23 . ./report-tempfile
|
H A D | inputbox5 | 7 . ./setup-tempfile 17 Try entering your name below:" 16 51 4> $tempfile 21 . ./report-tempfile
|
/freebsd/usr.sbin/periodic/etc/daily/ |
H A D | 450.status-security | 27 if tempfile=`mktemp ${TMPDIR:-/tmp}/450.status-security.XXXXXX` 29 periodic security > $tempfile || rc=3 30 if [ -s "$tempfile" ]; then 31 cat "$tempfile" 34 rm -f "$tempfile"
|
/freebsd/usr.sbin/periodic/etc/monthly/ |
H A D | 450.status-security | 27 if tempfile=`mktemp ${TMPDIR:-/tmp}/450.status-security.XXXXXX` 29 periodic security > $tempfile || rc=3 30 if [ -s "$tempfile" ]; then 31 cat "$tempfile" 34 rm -f "$tempfile"
|
/freebsd/usr.sbin/periodic/etc/weekly/ |
H A D | 450.status-security | 27 if tempfile=`mktemp ${TMPDIR:-/tmp}/450.status-security.XXXXXX` 29 periodic security > $tempfile || rc=3 30 if [ -s "$tempfile" ]; then 31 cat "$tempfile" 34 rm -f "$tempfile"
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | archive.c | 67 char *tempfile; in process_ar_obj() local 71 create_tempfile(NULL, &tempfile, &fd); in process_ar_obj() 73 cleanup_tempfile(tempfile); in process_ar_obj() 86 cleanup_tempfile(tempfile); in process_ar_obj() 87 err(EXIT_FAILURE, "lseek failed for '%s'", tempfile); in process_ar_obj() 90 cleanup_tempfile(tempfile); in process_ar_obj() 98 cleanup_tempfile(tempfile); in process_ar_obj() 99 err(EXIT_FAILURE, "fstat %s failed", tempfile); in process_ar_obj() 102 cleanup_tempfile(tempfile); in process_ar_obj() 103 err(EXIT_FAILURE, "lseek %s failed", tempfile); in process_ar_obj() [all …]
|
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/ |
H A D | prepare.py | 65 self.tempfile = os.path.join(self.tempdir, os.path.normpath(self.itemfile)) 69 f.write('{0}: {1}\n'.format(self.packfile, self.tempfile)) 73 f.write('{0}: {1}\n'.format(self.tempfile, self.cachefile)) 89 self.tempfile = os.path.join(self.tempdir, os.path.normpath(self.itemfile)) 93 f.write('{0}: {1}\n'.format(self.packfile, self.tempfile)) 97 f.write('{0}: {1}\n'.format(self.tempfile, self.cachefile)) 112 self.tempfile = os.path.join(self.tempdir, 'libsodium.so') 129 f.write('{0}: {1}\n'.format(self.packfile, self.tempfile)) 133 f.write('{0}: {1}\n'.format(self.tempfile, self.cachefile)) 149 self.tempfile = os.path.join(self.tempdir, os.path.normpath(self.itemfile)) [all …]
|
/freebsd/stand/common/ |
H A D | newvers.sh | 32 tempfile=$(mktemp tmp.XXXXXX) || exit 33 trap "rm -f $tempfile" EXIT INT TERM 62 cat > $tempfile <<EOF 66 mv $tempfile vers.c
|