Home
last modified time | relevance | path

Searched refs:tempfile (Results 1 – 25 of 96) sorted by relevance

1234

/NextBSD/sys/boot/common/
HDnewvers.sh35 tempfile=$(mktemp tmp.XXXXXX) || exit
36 trap "rm -f $tempfile" EXIT INT TERM
43 echo "char bootprog_name[] = \"FreeBSD/${3} ${2}\";" > $tempfile
44 echo "char bootprog_rev[] = \"${r}\";" >> $tempfile
45 echo "char bootprog_date[] = \"${t}\";" >> $tempfile
46 echo "char bootprog_maker[] = \"${u}@${h}\";" >> $tempfile
47 mv $tempfile vers.c
/NextBSD/contrib/dialog/samples/
HDreport-tempfile8 echo "Result: `cat $tempfile`";;
12 echo "Help pressed: `cat $tempfile`";;
16 echo "Item-help button pressed: `cat $tempfile`";;
18 if test -s $tempfile ; then
19 cat $tempfile
HDsetup-tempfile5 tempfile=`(tempfile) 2>/dev/null` || tempfile=/tmp/test$$
6 trap "rm -f $tempfile" 0 $SIG_NONE $SIG_HUP $SIG_INT $SIG_TRAP $SIG_TERM
HDtextbox-help6 . ./setup-tempfile
11 cat textbox.txt | expand > $tempfile
12 cat $TEXT | expand >> $tempfile
16 --textbox "$tempfile" 22 77
HDtextbox36 . ./setup-tempfile
11 cat textbox.txt | expand > $tempfile
12 cat $TEXT | expand >> $tempfile
16 --textbox "$tempfile" 22 77
HDtextbox-both6 . ./setup-tempfile
11 cat textbox.txt | expand > $tempfile
12 cat $TEXT | expand >> $tempfile
17 --textbox "$tempfile" 22 77
HDinputbox26 . ./setup-tempfile
16 Try entering your name below:" 16 51 2> $tempfile
20 . ./report-tempfile
HDchecklist97 . ./setup-tempfile
9 $DIALOG "$@" --file checklist9.txt 2>$tempfile
13 . ./report-tempfile
HDinputbox6 . ./setup-tempfile
16 Try entering your name below:" 16 51 2> $tempfile
20 . ./report-tempfile
HDpassword6 . ./setup-tempfile
16 Try entering your name below:" 16 51 2> $tempfile
20 . ./report-tempfile
HDmenubox6 . ./setup-tempfile
23 "MSDOS" "Microsoft DOS" 2> $tempfile
27 . ./report-tempfile
HDpassword16 . ./setup-tempfile
17 Try entering your name below:" 16 51 2> $tempfile
21 . ./report-tempfile
HDinputbox36 . ./setup-tempfile
17 Try entering your name below:" 16 51 2> $tempfile
21 . ./report-tempfile
HDbuildlist6 . ./setup-tempfile
16 "6" "Item number 6" "on" 2> $tempfile
20 . ./report-tempfile
HDinputbox16 . ./setup-tempfile
19 Try entering your name below:" 0 0 2> $tempfile
23 . ./report-tempfile
HDmenubox26 . ./setup-tempfile
23 "MSDOS" "Microsoft DOS" 2> $tempfile
27 . ./report-tempfile
HDpassword26 . ./setup-tempfile
17 Try entering your name below:" 16 51 stupid 2> $tempfile
21 . ./report-tempfile
HDmenubox16 . ./setup-tempfile
23 "MSDOS" "Microsoft DOS" 2> $tempfile
27 . ./report-tempfile
HDinputbox57 . ./setup-tempfile
17 Try entering your name below:" 16 51 4> $tempfile
21 . ./report-tempfile
HDinputbox-extra6 . ./setup-tempfile
17 Try entering your name below:" 16 51 2> $tempfile
21 . ./report-tempfile
HDmenubox36 . ./setup-tempfile
23 …S: Disk Operating System, originally for an IBM contract, hence using the same jargon" 2> $tempfile
27 . ./report-tempfile
HDmenubox46 . ./setup-tempfile
23 …S: Disk Operating System, originally for an IBM contract, hence using the same jargon" 2> $tempfile
27 . ./report-tempfile
HDmenubox-utf86 . ./setup-tempfile
25 "MSDOS" "Microsoft DOS" 2> $tempfile
29 . ./report-tempfile
HDinputbox-help6 . ./setup-tempfile
17 Try entering your name below:" 16 51 2> $tempfile
21 . ./report-tempfile
/NextBSD/release/powerpc/
HDmake-memstick.sh23 tempfile="${2}.$$"
37 rm -f ${tempfile}
38 makefs -B big ${tempfile} ${1}
46 mkimg -s apm -p freebsd-boot:=${1}/boot/boot1.hfs -p freebsd-ufs/FreeBSD_Install:=${tempfile} -o ${…
48 rm -f ${tempfile}

1234