| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| clean-temp.h | 45 struct temp_dir struct 61 Return a fresh 'struct temp_dir' on success. Upon error, an error message 63 extern struct temp_dir * create_temp_dir (const char *prefix, 70 extern void register_temp_file (struct temp_dir *dir, 76 extern void unregister_temp_file (struct temp_dir *dir, 82 extern void register_temp_subdir (struct temp_dir *dir, 89 extern void unregister_temp_subdir (struct temp_dir *dir, 94 extern int cleanup_temp_file (struct temp_dir *dir, 99 extern int cleanup_temp_subdir (struct temp_dir *dir, 104 extern int cleanup_temp_dir_contents (struct temp_dir *dir) [all...] |
| clean-temp.c | 78 'struct temp_dir' from the public header file overlaps with this. */ 245 Return a fresh 'struct temp_dir' on success. Upon error, an error message 247 struct temp_dir * 346 return (struct temp_dir *) tmpdir; 357 register_temp_file (struct temp_dir *dir, 371 unregister_temp_file (struct temp_dir *dir, 392 register_temp_subdir (struct temp_dir *dir, 407 unregister_temp_subdir (struct temp_dir *dir, 427 do_unlink (struct temp_dir *dir, const char *absolute_file_name) 441 do_rmdir (struct temp_dir *dir, const char *absolute_dir_name [all...] |
| javacomp.c | 464 write_temp_file (struct temp_dir *tmpdir, const char *file_name, 601 struct temp_dir *tmpdir; 659 struct temp_dir *tmpdir; 802 struct temp_dir *tmpdir; 1099 struct temp_dir *tmpdir; 1159 struct temp_dir *tmpdir; 1216 struct temp_dir *tmpdir; 1323 struct temp_dir *tmpdir;
|
| /src/external/bsd/atf/dist/tools/ |
| fs.hpp | 325 // The "temp_dir" class. 328 class temp_dir { class in namespace:tools::fs 332 temp_dir(const tools::fs::path&); 333 ~temp_dir(void);
|
| fs.cpp | 581 // The "temp_dir" class. 584 impl::temp_dir::temp_dir(const path& p) function in class:impl::temp_dir 589 throw tools::system_error(IMPL_NAME "::temp_dir::temp_dir(" + 596 impl::temp_dir::~temp_dir(void) 602 impl::temp_dir::get_path(void)
|
| atf-run.cpp | 388 tools::fs::temp_dir resdir( 443 tools::fs::temp_dir workdir(tools::fs::path(tools::config::get(
|
| fs_test.cpp | 451 // Test cases for the "temp_dir" class. 457 set_md_var("descr", "Tests the RAII behavior of the temp_dir class"); 466 tools::fs::temp_dir td1(tmpl); 467 tools::fs::temp_dir td2(tmpl); 731 // Add the tests for the "temp_dir" class.
|
| /src/external/gpl2/lvm2/dist/lib/format_text/ |
| format-text.c | 845 char temp_file[PATH_MAX], temp_dir[PATH_MAX]; local 850 strcpy(temp_dir, "."); 852 strncpy(temp_dir, tc->path_edit, 854 temp_dir[slash - tc->path_edit] = '\0'; 861 if (!create_temp_name(temp_dir, temp_file, sizeof(temp_file), &fd,
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| gtest.cc | 6144 const char* temp_dir = internal::posix::GetEnv("TEMP"); 6145 if (temp_dir == nullptr || temp_dir[0] == '\0') 6147 else if (temp_dir[strlen(temp_dir) - 1] == '\\') 6148 return temp_dir; 6150 return std::string(temp_dir) + "\\";
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| write-csharp.c | 591 struct temp_dir *tmpdir;
|
| write-java.c | 896 struct temp_dir *tmpdir;
|