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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
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)
H A Dconfigure14631 { $as_echo "$as_me:$LINENO: checking for 'tmpfile()'" >&5
14632 $as_echo_n "checking for 'tmpfile()'... " >&6; }
14643 FILE * tfile = tmpfile();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd001.tcl112 set tmpfile $testdir/printlog.out
114 > $tmpfile} ret]
116 fileremove $tmpfile
H A Drecd005.tcl139 set tmpfile $testdir/printlog.out
142 > $tmpfile} ret]
144 fileremove $tmpfile
H A Drecd008.tcl81 set tmpfile $testdir/printlog.out
83 > $tmpfile} ret]
85 fileremove $tmpfile
H A Drecd009.tcl93 set tmpfile $testdir/printlog.out
95 > $tmpfile} ret]
97 fileremove $tmpfile
H A Drecd010.tcl111 set tmpfile $testdir/printlog.out
113 > $tmpfile} ret]
115 fileremove $tmpfile
H A Dtest008.tcl193 proc test008.check { binfile tmpfile } {
197 error_check_good diff($binfile,$tmpfile) \
198 [filecmp $binfile $tmpfile] 0
H A Drecd006.tcl138 set tmpfile $testdir/printlog.out
140 > $tmpfile} ret]
142 fileremove $tmpfile
H A Drecd014.tcl69 set tmpfile $testdir/printlog.out
71 > $tmpfile} ret]
73 fileremove $tmpfile
H A Drecd007.tcl142 set tmpfile $testdir/printlog.out
144 > $tmpfile} ret]
146 fileremove $tmpfile
H A Dtestutils.tcl387 proc dup_check { db txn tmpfile dlist {extra 0}} {
390 set outf [open $tmpfile w]
449 proc dup_file_check { db txn tmpfile dlist } {
452 set outf [open $tmpfile w]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Dwpng.c160 FILE *tmpfile; /* or we could just use keybd, since no overlap */ local
209 tmpfile = fopen("/etc/config/system.glGammaVal", "r");
210 if (tmpfile) {
213 fgets(tmpline, 80, tmpfile);
214 fclose(tmpfile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddialup.cpp676 wxString tmpfile = wxGetTempFileName( wxT("_wxdialuptest") );
702 cmd << wxT(" >") << tmpfile << wxT('\'');
704 so we could let ifconfig write directly to the tmpfile, but
711 if( file.Open(tmpfile) )
752 (void) wxRemoveFile(tmpfile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dconfigure1919 tmpfile(){ function
1929 tmpfile TMPASM .asm
1930 tmpfile TMPC .c
1931 tmpfile TMPE $EXESUF
1932 tmpfile TMPH .h
1933 tmpfile TMPO .o
1934 tmpfile TMPS .S
1935 tmpfile TMPSH .sh
1936 tmpfile TMPV .ver
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure3052 tmpfile(){ function
3062 tmpfile TMPASM .asm
3063 tmpfile TMPC .c
3064 tmpfile TMPCPP .cpp
3065 tmpfile TMPE $EXESUF
3066 tmpfile TMPH .h
3067 tmpfile TMPM .m
3068 tmpfile TMPO .o
3069 tmpfile TMPS .S
3070 tmpfile TMPS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqgen.c266 v->asciipoints=tmpfile();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dliolib.c257 p->f = tmpfile();
598 {"tmpfile", io_tmpfile},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Ddb.c4655 fp = tmpfile();

Completed in 202 milliseconds

12