Home
last modified time | relevance | path

Searched refs:temp_file (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dwrappers.t20 my $temp_file = $temp_fh->filename;
62 skip("Can't open $temp_file: $!", 1) unless open my $fh, '<', $temp_file;
134 is_deeply([POSIX::stat($temp_file)], [stat $temp_file], 'stat');
/openbsd/src/gnu/llvm/lldb/source/Host/linux/
DHostInfoLinux.cpp179 FileSpec temp_file("/usr/" LLDB_INSTALL_LIBDIR_BASENAME "/lldb/plugins"); in ComputeSystemPluginsDirectory() local
180 FileSystem::Instance().Resolve(temp_file); in ComputeSystemPluginsDirectory()
181 file_spec.SetDirectory(temp_file.GetPath()); in ComputeSystemPluginsDirectory()
/openbsd/src/gnu/usr.bin/perl/lib/File/
DCopy.t494 my $temp_file = File::Spec->catfile($temp_dir, "somefile");
496 open my $fh, ">", $temp_file
497 or skip "Cannot create $temp_file: $!", 2;
500 or skip "Cannot close $temp_file: $!", 2;
504 ok(!copy($temp_file, $temp_dir),
508 1 while unlink $temp_file;
/openbsd/src/gnu/llvm/lldb/source/Host/posix/
DHostInfoPosix.cpp147 FileSpec temp_file("/opt/local/include/lldb"); in ComputeHeaderDirectory() local
148 file_spec.SetDirectory(temp_file.GetPath()); in ComputeHeaderDirectory()
/openbsd/src/gnu/lib/libiberty/src/
Dpex-common.c102 temp_file (struct pex_obj *obj, int flags, char *name) in temp_file() function
231 outname = temp_file (obj, flags, outname); in pex_run_in_environment()
364 name = temp_file (obj, flags, name); in pex_input_file()
DChangeLog19 * pex-common.c (temp_file): New function, containing guts of
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgcc.c2115 struct temp_file struct
2118 struct temp_file *next; argument
2122 static struct temp_file *always_delete_queue;
2124 static struct temp_file *failure_delete_queue;
2142 struct temp_file *temp;
2147 temp = (struct temp_file *) xmalloc (sizeof (struct temp_file));
2157 struct temp_file *temp;
2162 temp = (struct temp_file *) xmalloc (sizeof (struct temp_file));
2199 struct temp_file *temp; in delete_temp_files()
2211 struct temp_file *temp; in delete_failure_queue()
DChangeLog.13526 multilib_dir, temp_filename, temp_file, command, switchstr,
/openbsd/src/gnu/llvm/lldb/source/Host/macosx/objcxx/
DHostInfoMacOSX.mm212 FileSpec temp_file("~/Library/Application Support/LLDB/PlugIns");
213 FileSystem::Instance().Resolve(temp_file);
214 file_spec.SetDirectory(temp_file.GetPathAsConstString());
/openbsd/src/gnu/gcc/gcc/
Dgcc.c2267 struct temp_file struct
2270 struct temp_file *next; argument
2274 static struct temp_file *always_delete_queue;
2276 static struct temp_file *failure_delete_queue;
2291 struct temp_file *temp; in record_temp_file()
2296 temp = XNEW (struct temp_file); in record_temp_file()
2306 struct temp_file *temp; in record_temp_file()
2311 temp = XNEW (struct temp_file); in record_temp_file()
2355 struct temp_file *temp; in delete_temp_files()
2367 struct temp_file *temp; in delete_failure_queue()
/openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/
Dperlfaq5.pod443 sub temp_file {