Searched refs:tempfile (Results 51 - 75 of 108) sorted by relevance

12345

/freebsd-current/contrib/dialog/samples/
H A Dradiolist36 . ./setup-tempfile
26 "Lemon" "You know how it tastes." off "Hint: like an orange" 2> $tempfile
30 . ./report-tempfile
H A Dradiolist16 . ./setup-tempfile
29 "Lemon" "You know how it tastes." off 2> $tempfile
33 . ./report-tempfile
H A Dradiolist26 . ./setup-tempfile
26 "Lemon" "You know how it tastes." off 2> $tempfile
30 . ./report-tempfile
H A Dradiolist107 . ./setup-tempfile
26 2> $tempfile
30 . ./report-tempfile
H A Dtextbox-both6 . ./setup-tempfile
11 expand < textbox.txt > $tempfile
12 expand < $TEXT >> $tempfile
17 --textbox "$tempfile" 22 77
H A Dtextbox36 . ./setup-tempfile
11 expand < textbox.txt > $tempfile
12 expand < $TEXT >> $tempfile
16 --textbox "$tempfile" 22 77
H A Dtextbox-help6 . ./setup-tempfile
11 expand < textbox.txt > $tempfile
12 expand < $TEXT >> $tempfile
16 --textbox "$tempfile" 22 77
H A Dsetup-edit5 input=`tempfile 2>/dev/null` || input=/tmp/input$$
6 output=`tempfile 2>/dev/null` || output=/tmp/test$$
H A Dtreeview6 . ./setup-tempfile
18 tag9 nine off 1 2> $tempfile
22 . ./report-tempfile
H A Dchecklist-8bit6 . ./setup-tempfile
26 "`./rotated-data 6 "$SAMPLE"`" "You `./rotated-data 6 "$SAMPLE"` how it is." on 2> $tempfile
30 . ./report-tempfile
H A Dradiolist46 . ./setup-tempfile
26 "Lemon" "You know how it tastes." off "Hint: like an orange" 2> $tempfile
30 . ./report-tempfile
H A Dtreeview46 . ./setup-tempfile
20 tag9 nine off 1 ninth 2> $tempfile
24 . ./report-tempfile
H A Dtailboxbg26 . ./setup-tempfile
18 2>$tempfile
22 pid=`sed -e 's/ //g' $tempfile`
H A Dtailboxbg16 . ./setup-tempfile
17 2>$tempfile
21 pid=`sed -e 's/ //g' $tempfile`
H A Dtextbox26 . ./setup-tempfile
8 cat << EOF > $tempfile
38 expand < $TEXT >> $tempfile
40 $DIALOG --clear --title "TEXT BOX" "$@" --textbox "$tempfile" 0 0
H A Dtextbox6 . ./setup-tempfile
8 cat << EOF > $tempfile
38 expand < $TEXT >> $tempfile
40 $DIALOG --clear --title "TEXT BOX" "$@" --textbox "$tempfile" 22 77
H A Dmenubox1242 tempfile=$output
43 . ./report-tempfile
H A Dbuildlist241 tempfile=$output
42 . ./report-tempfile
/freebsd-current/contrib/expat/
H A Dbuildconf.sh48 local tempfile="$(mktemp)"
49 sed "${first_line_to_delete},${last_line_to_delete}d" "${filename}" > "${tempfile}"
50 mv "${tempfile}" "${filename}"
/freebsd-current/usr.sbin/periodic/etc/monthly/
H A D450.status-security27 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-current/usr.sbin/periodic/etc/weekly/
H A D450.status-security27 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-current/usr.sbin/periodic/etc/daily/
H A D450.status-security27 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-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.AddSearchPath.d.ksh69 tempfile=/tmp/test.h
70 echo "#define VALUE 1520" > $tempfile
81 /bin/rm -f $tempfile
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr_003_neg.ksh48 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-current/stand/common/
H A Dnewvers.sh32 tempfile=$(mktemp tmp.XXXXXX) || exit
33 trap "rm -f $tempfile" EXIT INT TERM
55 cat > $tempfile <<EOF
59 mv $tempfile vers.c

Completed in 207 milliseconds

12345