Searched refs:temp_file (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | wrappers.t | 20 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/ |
| D | HostInfoLinux.cpp | 179 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/ |
| D | Copy.t | 494 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/ |
| D | HostInfoPosix.cpp | 147 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/ |
| D | pex-common.c | 102 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()
|
| D | ChangeLog | 19 * pex-common.c (temp_file): New function, containing guts of
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gcc.c | 2115 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()
|
| D | ChangeLog.1 | 3526 multilib_dir, temp_filename, temp_file, command, switchstr,
|
| /openbsd/src/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
| D | HostInfoMacOSX.mm | 212 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/ |
| D | gcc.c | 2267 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/ |
| D | perlfaq5.pod | 443 sub temp_file {
|