Searched refs:temp_file (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemansi.c101 if (fseek(info->temp_file, file_offset, SEEK_SET))
103 if (JFREAD(info->temp_file, buffer_address, byte_count)
114 if (fseek(info->temp_file, file_offset, SEEK_SET))
116 if (JFWRITE(info->temp_file, buffer_address, byte_count)
125 fclose(info->temp_file);
144 if ((info->temp_file = tmpfile()) == NULL)
H A Djmemmac.c161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
164 retVal = FSRead ( info->temp_file, &bytes,
179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
182 retVal = FSWrite ( info->temp_file, &bytes,
192 FSClose ( info->temp_file );
253 osErr = FSpOpenDF ( &theSpec, fsRdWrPerm, &(info->temp_file) );
H A Djmemname.c208 if (fseek(info->temp_file, file_offset, SEEK_SET))
210 if (JFREAD(info->temp_file, buffer_address, byte_count)
221 if (fseek(info->temp_file, file_offset, SEEK_SET))
223 if (JFWRITE(info->temp_file, buffer_address, byte_count)
232 fclose(info->temp_file); /* close the file */
251 if ((info->temp_file = fopen(info->temp_name, RW_BINARY)) == NULL)
H A Djmemsys.h160 short temp_file; /* file reference number to temp file */ member in struct:backing_store_struct
165 FILE * temp_file; /* stdio reference to temp file */ member in struct:backing_store_struct
/macosx-10.10/ruby-106/ruby/lib/
H A Dpstore.rb445 temp_file = File.new(temp_filename, WR_ACCESS)
447 temp_file.flock(File::LOCK_EX)
448 temp_file.write(data)
449 temp_file.flush
452 File.unlink(temp_file) rescue nil
455 temp_file.close
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-common.c103 temp_file (struct pex_obj *obj, int flags, char *name) function
232 outname = temp_file (obj, flags, outname);
394 name = temp_file (obj, flags, name);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Datf-check.cpp108 class temp_file : public std::ostream { class in namespace:__anon6878
113 temp_file(const atf::fs::path& p) : function in class:__anon6878::temp_file
122 throw atf::system_error("atf_check::temp_file::temp_file(" +
129 ~temp_file(void)
624 temp_file temp(path2);
/macosx-10.10/nano-12/src/
H A Dtext.c2312 FILE *temp_file; local
2313 char *temp = safe_tempfile(&temp_file);
2323 openfile->mark_set ? write_marked_file(temp, temp_file, TRUE,
2326 write_file(temp, temp_file, TRUE, OVERWRITE, FALSE);

Completed in 196 milliseconds