Searched refs:temp_dir (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | clean-temp.h | 45 struct temp_dir struct 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); 109 extern int cleanup_temp_dir (struct temp_dir *dir);
|
H A D | clean-temp.c | 247 struct temp_dir * 346 return (struct temp_dir *) tmpdir; in create_temp_dir() 357 register_temp_file (struct temp_dir *dir, in register_temp_file() 371 unregister_temp_file (struct temp_dir *dir, in unregister_temp_file() 392 register_temp_subdir (struct temp_dir *dir, in register_temp_subdir() 407 unregister_temp_subdir (struct temp_dir *dir, in unregister_temp_subdir() 427 do_unlink (struct temp_dir *dir, const char *absolute_file_name) in do_unlink() 441 do_rmdir (struct temp_dir *dir, const char *absolute_dir_name) in do_rmdir() 456 cleanup_temp_file (struct temp_dir *dir, in cleanup_temp_file() 470 cleanup_temp_subdir (struct temp_dir *dir, in cleanup_temp_subdir() [all …]
|
H A D | javacomp.c | 464 write_temp_file (struct temp_dir *tmpdir, const char *file_name, in write_temp_file() 601 struct temp_dir *tmpdir; in is_envjavac_gcj_14_14_usable() 659 struct temp_dir *tmpdir; in is_envjavac_gcj_14_13_usable() 802 struct temp_dir *tmpdir; in is_envjavac_nongcj_usable() 1099 struct temp_dir *tmpdir; in is_gcj_present() 1159 struct temp_dir *tmpdir; in is_gcj_14_14_usable() 1216 struct temp_dir *tmpdir; in is_gcj_14_13_usable() 1323 struct temp_dir *tmpdir; in is_javac_usable()
|
/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | fs.hpp | 328 class temp_dir { class 332 temp_dir(const tools::fs::path&); 333 ~temp_dir(void);
|
H A D | fs.cpp | 584 impl::temp_dir::temp_dir(const path& p) in temp_dir() function in impl::temp_dir 596 impl::temp_dir::~temp_dir(void) in ~temp_dir() 602 impl::temp_dir::get_path(void) in get_path()
|
H A D | atf-run.cpp | 388 tools::fs::temp_dir resdir( in run_test_program() 443 tools::fs::temp_dir workdir(tools::fs::path(tools::config::get( in run_test_program()
|
H A D | fs_test.cpp | 466 tools::fs::temp_dir td1(tmpl); in ATF_TEST_CASE_BODY() 467 tools::fs::temp_dir td2(tmpl); in ATF_TEST_CASE_BODY()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/ |
H A D | format-text.c | 845 char temp_file[PATH_MAX], temp_dir[PATH_MAX]; in _vg_write_file() local 850 strcpy(temp_dir, "."); in _vg_write_file() 852 strncpy(temp_dir, tc->path_edit, in _vg_write_file() 854 temp_dir[slash - tc->path_edit] = '\0'; in _vg_write_file() 861 if (!create_temp_name(temp_dir, temp_file, sizeof(temp_file), &fd, in _vg_write_file()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
H A D | gtest.cc | 6144 const char* temp_dir = internal::posix::GetEnv("TEMP"); in TempDir() local 6145 if (temp_dir == nullptr || temp_dir[0] == '\0') in TempDir() 6147 else if (temp_dir[strlen(temp_dir) - 1] == '\\') in TempDir() 6148 return temp_dir; in TempDir() 6150 return std::string(temp_dir) + "\\"; in TempDir()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | write-csharp.c | 591 struct temp_dir *tmpdir; in msgdomain_write_csharp()
|
H A D | write-java.c | 896 struct temp_dir *tmpdir; in msgdomain_write_java()
|
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
H A D | ChangeLog.1 | 171 (struct temp_dir): Add cleanup_verbose field.
|