Home
last modified time | relevance | path

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

1234

/trueos/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
HDpassword6 . ./setup-tempfile
16 Try entering your name below:" 16 51 2> $tempfile
20 . ./report-tempfile
HDinputbox26 . ./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
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
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
HDpassword16 . ./setup-tempfile
17 Try entering your name below:" 16 51 2> $tempfile
21 . ./report-tempfile
HDinputbox57 . ./setup-tempfile
17 Try entering your name below:" 16 51 4> $tempfile
21 . ./report-tempfile
HDmenubox26 . ./setup-tempfile
23 "MSDOS" "Microsoft DOS" 2> $tempfile
27 . ./report-tempfile
HDinputbox16 . ./setup-tempfile
19 Try entering your name below:" 0 0 2> $tempfile
23 . ./report-tempfile
HDinputbox-extra6 . ./setup-tempfile
17 Try entering your name below:" 16 51 2> $tempfile
21 . ./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
HDinputbox-help6 . ./setup-tempfile
17 Try entering your name below:" 16 51 2> $tempfile
21 . ./report-tempfile
HDmenubox-utf86 . ./setup-tempfile
25 "MSDOS" "Microsoft DOS" 2> $tempfile
29 . ./report-tempfile
HDmenubox16 . ./setup-tempfile
23 "MSDOS" "Microsoft DOS" 2> $tempfile
27 . ./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
HDpassword26 . ./setup-tempfile
17 Try entering your name below:" 16 51 stupid 2> $tempfile
21 . ./report-tempfile
HDmenubox67 . ./setup-tempfile
24 …perating \Zb\Z3S\Znystem, originally for an IBM contract, hence using the same jargon" 2> $tempfile
28 . ./report-tempfile
/trueos/release/powerpc/
HDmake-memstick.sh23 tempfile="${2}.$$"
36 rm -f ${tempfile}
37 makefs -B big ${tempfile} ${1}
44 mkimg -s apm -p freebsd-boot:=${1}/boot/boot1.hfs -p freebsd-ufs/FreeBSD_Install:=${tempfile} -o ${…
46 rm -f ${tempfile}

1234