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

1234

/freebsd-11-stable/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 Dtailboxbg6 . ./setup-tempfile
13 --tailboxbg listing.out 24 70 2>$tempfile
19 kill -$SIG_QUIT `cat $tempfile` 2>&1 >/dev/null 2>/dev/null
H A Dtextbox-both6 . ./setup-tempfile
11 cat textbox.txt | expand > $tempfile
12 cat $TEXT | expand >> $tempfile
17 --textbox "$tempfile" 22 77
H A Dtextbox-help6 . ./setup-tempfile
11 cat textbox.txt | expand > $tempfile
12 cat $TEXT | expand >> $tempfile
16 --textbox "$tempfile" 22 77
H A Dtextbox36 . ./setup-tempfile
11 cat textbox.txt | expand > $tempfile
12 cat $TEXT | expand >> $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 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 Dtreeview6 . ./setup-tempfile
18 tag9 nine off 1 2> $tempfile
22 . ./report-tempfile
H A Dtailboxbg16 . ./setup-tempfile
17 2>$tempfile
21 pid=`cat $tempfile |sed -e 's/ //g'`
H A Dtailboxbg26 . ./setup-tempfile
18 2>$tempfile
22 pid=`cat $tempfile |sed -e 's/ //g'`
H A Dbuildlist241 tempfile=$output
42 . ./report-tempfile
H A Dmenubox1242 tempfile=$output
43 . ./report-tempfile
H A Dtextbox6 . ./setup-tempfile
8 cat << EOF > $tempfile
38 cat $TEXT | expand >> $tempfile
40 $DIALOG --clear --title "TEXT BOX" "$@" --textbox "$tempfile" 22 77
H A Dtextbox26 . ./setup-tempfile
8 cat << EOF > $tempfile
38 cat $TEXT | expand >> $tempfile
40 $DIALOG --clear --title "TEXT BOX" "$@" --textbox "$tempfile" 0 0
H A Dtreeview251 tempfile=$output
52 . ./report-tempfile
H A Dwheel6 . ./setup-tempfile
10 $DIALOG --print-maxsize 2>$tempfile
11 ROWS="`cut $tempfile -f1 -d, | cut -f2 -d:`"
12 COLS="`cut $tempfile -f2 -d,`"
13 rm $tempfile
H A Deditbox-utf86 . ./setup-tempfile
/freebsd-11-stable/etc/periodic/daily/
H A D450.status-security28 if tempfile=`mktemp ${TMPDIR:-/tmp}/450.status-security.XXXXXX`
30 periodic security > $tempfile || rc=3
31 if [ -s "$tempfile" ]; then
32 cat "$tempfile"
35 rm -f "$tempfile"
/freebsd-11-stable/etc/periodic/monthly/
H A D450.status-security28 if tempfile=`mktemp ${TMPDIR:-/tmp}/450.status-security.XXXXXX`
30 periodic security > $tempfile || rc=3
31 if [ -s "$tempfile" ]; then
32 cat "$tempfile"
35 rm -f "$tempfile"
/freebsd-11-stable/etc/periodic/weekly/
H A D450.status-security28 if tempfile=`mktemp ${TMPDIR:-/tmp}/450.status-security.XXXXXX`
30 periodic security > $tempfile || rc=3
31 if [ -s "$tempfile" ]; then
32 cat "$tempfile"
35 rm -f "$tempfile"
/freebsd-11-stable/stand/common/
H A Dnewvers.sh35 tempfile=$(mktemp tmp.XXXXXX) || exit
36 trap "rm -f $tempfile" EXIT INT TERM
58 echo "char bootprog_info[] = \"$bootprog_info\";" > $tempfile
59 echo "unsigned bootprog_rev = ${r%%.*}${r##*.};" >> $tempfile
60 mv $tempfile vers.c
/freebsd-11-stable/release/powerpc/
H A Dmake-memstick.sh25 tempfile="${2}.$$"
39 rm -f ${tempfile}
40 makefs -B big -o version=2 ${tempfile} ${1}
46 -p freebsd-ufs/FreeBSD_Install:=${tempfile} \
49 rm -f ${tempfile}
/freebsd-11-stable/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-11-stable/bin/pax/
H A Dpax.c104 char *tempfile; /* tempfile to use for mkstemp(3) */ variable
105 char *tempbase; /* basename of tempfile to use for mkstemp(3) */
252 tempfile = malloc(tdlen + 1 + sizeof(_TFILE_BASE));
253 if (tempfile == NULL) {
258 memcpy(tempfile, tmpdir, tdlen);
259 tempbase = tempfile + tdlen;

Completed in 290 milliseconds

1234