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

1234

/freebsd-10.3-release/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-10.3-release/release/powerpc/
H A Dmake-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 ${2}
48 rm -f ${tempfile}
/freebsd-10.3-release/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-10.3-release/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;
/freebsd-10.3-release/lib/libkse/thread/
H A Dthr_info.c76 char s[512], tempfile[128]; local
81 snprintf(tempfile, sizeof(tempfile), "/tmp/pthread.dump.%u.%i",
84 if ((fd = __sys_open(tempfile, O_RDWR | O_CREAT | O_EXCL,
/freebsd-10.3-release/tests/sys/kern/
H A Dunix_passfd_test.c82 tempfile(int *fdp) function
214 tempfile(&putfd);
236 tempfile(&putfd);
257 tempfile(&putfd);
274 tempfile(&putfd_1);
275 tempfile(&putfd_2);
375 tempfile(&putfd);
/freebsd-10.3-release/usr.bin/xinstall/
H A Dxinstall.c722 char backup[MAXPATHLEN], *p, pathbuf[MAXPATHLEN], tempfile[MAXPATHLEN]; local
796 to_fd = create_tempfile(to_name, tempfile,
797 sizeof(tempfile));
799 err(EX_OSERR, "%s", tempfile);
810 tempcopy ? tempfile : to_name, from_sb.st_size);
816 strip(tempcopy ? tempfile : to_name);
823 to_fd = open(tempcopy ? tempfile : to_name, O_RDONLY, 0);
840 (void)unlink(tempfile);
842 err(EX_OSERR, "%s", tempfile);
845 if (compare(temp_fd, tempfile, (size_
[all...]
/freebsd-10.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c2521 char *realfile, *slash, tempfile[MAXPATHLEN]; local
2532 strlcpy(tempfile, realfile, sizeof(tempfile));
2533 slash = strrchr(tempfile, '/');
2536 failed = stat(tempfile, &st);
2538 err(1, "Error on stat(%s)", tempfile);
2540 createdir(ent, tempfile);
2543 tempfile);
2553 strlcpy(tempfile, realfile, sizeof(tempfile));
[all...]

Completed in 184 milliseconds

1234