Searched refs:OUTFILE (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/tools/tools/netrate/tcpp/
H A Drunit.pl21 open(OUTFILE, ">".$outfile) || die $outfile;
22 print OUTFILE "# $kernel $date\n";
23 print OUTFILE "# hydra1: ".`ssh root\@hydra1 uname -a`."\n";
24 print OUTFILE "# hydra2: ".`ssh root\@hydra2 uname -a`."\n";
25 print OUTFILE "#\n";
26 print OUTFILE "kernel,tso,lro,mtu,cores,trial,";
27 print OUTFILE "bytes,seconds,conns,bandwidth,user,nice,sys,intr,idle\n";
28 close(OUTFILE);
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-extractimage.sh194 OUTFILE="${FSMNT}/usr/.fetch-${INSFILE}"
196 OUTFILE="${FSMNT}/.fetch-${INSFILE}"
200 fetch_file "${FTPPATH}/${INSFILE}" "${OUTFILE}" "1"
203 fetch_file "${FTPPATH}/${INSFILE}.count" "${OUTFILE}.count" "0"
206 fetch_file "${FTPPATH}/${INSFILE}.md5" "${OUTFILE}.md5" "0"
209 export INSFILE="${OUTFILE}"
233 OUTFILE="${FSMNT}/usr/.fetch-${INSFILE}"
235 OUTFILE="${FSMNT}/.fetch-${INSFILE}"
246 mkdir -p "${OUTFILE}/${d}"
250 NETRC="${OUTFILE}/
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dembedspu.sh52 OUTFILE=
64 elif test -z "$OUTFILE"; then
65 OUTFILE="$1"
73 if test -z "$OUTFILE"; then
148 -Wa,-mbig -Wl,-r -Wl,-x -o ${OUTFILE} - <<EOF
/freebsd-9.3-release/bin/sh/
H A Dmkinit.c68 * OUTFILE is the name of the output file. Output is initially written
69 * to the file OUTTEMP, which is then moved to OUTFILE.
72 #define OUTFILE "init.c" macro
172 rename(OUTTEMP, OUTFILE);

Completed in 105 milliseconds