| /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...] |
| /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)
|
| /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,
|