Searched refs:tmpfile (Results 1 - 25 of 44) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/mac/setup/ncftp_dist/
H A Dpkg_to_dmg.sh17 tmpfile="${TMPDIR-/tmp}/pkg_to_dmg.$$"
18 rm -f "$tmpfile"
19 cat /dev/null > "$tmpfile"
20 if [ ! -f "$tmpfile" ] ; then
21 echo "Could not create $tmpfile." 1>&2
61 hdid "$dmg" > "$tmpfile" 2>&1
63 vol=`sed -n '/\/Volumes/{s-\ *$--;s-^.*/Volumes/-/Volumes/-;p;q;};' "$tmpfile"`
64 disk=`sed -n '/Apple_HFS/{s-\ .*$--;s-/dev/--;p;q;};' "$tmpfile"`
65 rm -f "$tmpfile"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/tests/
H A Dtest_smbclient_s3.sh43 tmpfile=/tmp/smbclient.in.$$
45 cat > $tmpfile <<EOF
52 < $tmpfile 2>/dev/null | \
57 rm -f $tmpfile
61 rm -f $tmpfile
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dheaders_install.pl26 my $tmpfile = "$installdir/$file.tmp";
30 open(my $out, '>', $tmpfile)
31 or die "$tmpfile: $!\n";
47 system $unifdef . " $tmpfile > $installdir/$file";
48 unlink $tmpfile;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/wiper/contrib/
H A Draid1ext4trim.sh-1.5202 ## Check free space & calculate tmpfile size.
214 tmpfile="$fsdir/${0##*/}_TMPFILE.$$"
216 ## Clean up tmpfile (if any) and exit:
219 if [ -e $tmpfile ]; then
220 echo "Removing temporary file '$tmpfile'..."
221 $RM -f $tmpfile
222 if [ -e $tmpfile ]; then
223 echo "Failed to remove '$tmpfile'!!!"
231 ## Prepare signal handling, in case we get interrupted while $tmpfile exists:
248 ## but rather simply allocates formerly-free space to the tmpfile
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtxn002.tcl76 set tmpfile $dir/printlog.out
77 set stat [catch {exec $util_path/db_printlog -h $dir > $tmpfile} ret]
80 set f [open $tmpfile r]
88 fileremove $tmpfile
H A Drecd002.tcl103 set tmpfile $testdir/printlog.out
105 > $tmpfile} ret]
107 fileremove $tmpfile
H A Drecd004.tcl96 set tmpfile $testdir/printlog.out
98 > $tmpfile} ret]
100 fileremove $tmpfile
H A Dtest012.tcl133 proc test012.check { binfile tmpfile } {
136 error_check_good Test012:diff($binfile,$tmpfile) \
137 [filecmp $binfile $tmpfile] 0
H A Dsdb004.tcl226 proc subdb004.check { binfile tmpfile } {
229 error_check_good Subdb004:datamismatch($binfile,$tmpfile) \
230 [filecmp $binfile $tmpfile] 0
232 proc subdb004_recno.check { binfile tmpfile } {
238 error_check_good Subdb004:datamismatch($fname,$tmpfile) \
239 [filecmp $fname $tmpfile] 0
H A Dtest003.tcl190 proc test003.check { binfile tmpfile } {
193 error_check_good Test003:datamismatch($binfile,$tmpfile) \
194 [filecmp $binfile $tmpfile] 0
196 proc test003_recno.check { binfile tmpfile } {
202 error_check_good Test003:datamismatch($fname,$tmpfile) \
203 [filecmp $fname $tmpfile] 0
H A Drecd003.tcl120 set tmpfile $testdir/printlog.out
122 > $tmpfile} ret]
124 fileremove $tmpfile
H A Drecd017.tcl95 set tmpfile $testdir/printlog.out
97 > $tmpfile} ret]
99 fileremove $tmpfile
H A Dtxn011.tcl202 set tmpfile $dir/printlog.out
203 set stat [catch {exec $util_path/db_printlog -h $dir > $tmpfile} ret]
206 set f [open $tmpfile r]
216 fileremove $tmpfile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh/
H A Dncftpput_schedule.sh8 tmpfile="$HOME/.ncftp/spool/tmp/filelist.txt"
74 }' < "$CSVFILE" > "$tmpfile"
76 nlines=`wc -l < "$tmpfile"`
80 LOCAL_FILE=`sed -n "${i},${i}p" < "$tmpfile" | cut -d"|" -f1`
83 YYYYMMDD=`sed -n "${i},${i}p" < "$tmpfile" | cut -d"|" -f2 | sed 's/[^0-9]//g;'`
84 HHMMSS=`sed -n "${i},${i}p" < "$tmpfile" | cut -d"|" -f3 | sed 's/[^0-9]//g;'`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/tests/
H A Dquote_before_print.c28 FILE *fp = tmpfile();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfs_inet.cpp113 wxString tmpfile =
117 wxFileOutputStream sout(tmpfile);
122 return new wxFSFile(new wxTemporaryFileInputStream(tmpfile),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/autoconf/
H A Dshtool618 tmpfile="$tmpdir/shtool.tmp"
619 touch "$tmpfile"
2281 echo "cp /dev/null $tmpfile.lst" 1>&2
2283 cp /dev/null $tmpfile.lst
2287 echo "(cd $src && $prg_find . -type f -depth -print) | sed -e 's:^\\.\$::' -e 's:^\\./::' | cat $exclude >>$tmpfile.lst" 1>&2
2290 sed -e 's:^\.$::' -e 's:^\./::' | eval cat $exclude >>$tmpfile.lst
2293 echo "echo $src >>$tmpfile.lst" 1>&2
2295 echo $src >>$tmpfile.lst
2298 sort <$tmpfile.lst >$tmpfile
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dgettext-119 tmpfile="$tmpfiles gtmf-test1.ok"
H A Dgettext-231 tmpfile="$tmpfiles gtmf-test2.ok"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dblocklist-test.c20 createTestBlocklist( const char * tmpfile )
31 out = fopen( tmpfile, "w+" );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dplotframes124 $stats{$type}->{tmpfile} = File::Temp->new(SUFFIX => '.dat');
125 my $fn = $stats{$type}->{tmpfile}->filename;
156 my $fn = $stats{$type}->{tmpfile}->filename;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/wiper/
H A Dwiper.sh476 tmpfile="WIPER_TMPFILE.$$"
477 get_trimlist="$HDPARM --fibmap $tmpfile"
643 ## Clean up tmpfile (if any) and exit:
647 if [ -e $tmpfile ]; then
649 $RM -f $tmpfile
658 ## Prepare signal handling, in case we get interrupted while $tmpfile exists:
675 ## but rather simply allocates formerly-free space to the tmpfile.
678 if [ -e "$tmpfile" ]; then
679 if ! $RM -f "$tmpfile" ; then
680 echo "$tmpfile
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dlargefile.cpp77 } tmpfile; local
79 CPPUNIT_ASSERT(!tmpfile.m_name.empty());
89 else if (IsFAT(tmpfile.m_name)) {
112 auto_ptr<wxOutputStream> out(MakeOutStream(tmpfile.m_name));
146 auto_ptr<wxInputStream> in(MakeInStream(tmpfile.m_name));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dchm.cpp703 wxString tmpfile = wxFileName::CreateTempFileName(_T("chmstrm")); local
705 if ( tmpfile.empty() )
707 wxLogError(_("Could not create temporary file '%s'"), tmpfile.c_str());
712 if ( m_chm->Extract(pattern, tmpfile) <= 0 )
715 pattern.c_str(), tmpfile.c_str());
716 if ( wxFileExists(tmpfile) )
717 wxRemoveFile(tmpfile);
723 fin = new wxFileInputStream(tmpfile);
729 wxRemoveFile(tmpfile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djmemansi.c10 * assumes that you have the ANSI-standard library routine tmpfile().
126 /* Since this implementation uses tmpfile() to create the file,
135 * This version uses tmpfile(), which constructs a suitable file name
144 if ((info->temp_file = tmpfile()) == NULL)

Completed in 239 milliseconds

12