| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-tempdir.cc | 25 #include "jit-tempdir.h" 32 /* Construct a tempdir path template suitable for use by mkdtemp 71 /* The constructor for the jit::tempdir object. 72 The real work is done by the jit::tempdir::create method. */ 74 gcc::jit::tempdir::tempdir (logger *logger, int keep_intermediates) function in class:gcc::jit::tempdir 86 /* Do the real work of creating the on-disk tempdir. 87 We do this here, rather than in the jit::tempdir constructor 91 gcc::jit::tempdir::create () 104 /* Create tempdir using mkdtemp. This is created with 0700 perms an [all...] |
| jit-tempdir.cc | 25 #include "jit-tempdir.h" 32 /* Construct a tempdir path template suitable for use by mkdtemp 71 /* The constructor for the jit::tempdir object. 72 The real work is done by the jit::tempdir::create method. */ 74 gcc::jit::tempdir::tempdir (logger *logger, int keep_intermediates) function in class:gcc::jit::tempdir 86 /* Do the real work of creating the on-disk tempdir. 87 We do this here, rather than in the jit::tempdir constructor 91 gcc::jit::tempdir::create () 104 /* Create tempdir using mkdtemp. This is created with 0700 perms an [all...] |
| jit-tempdir.h | 30 /* A class to keep track of the jit::playback::context's tempdir. 32 The tempdir has the following layout: 48 class tempdir : public log_user class in namespace:gcc::jit 51 tempdir (logger *logger, int keep_intermediates); 52 ~tempdir (); 67 on-disk tempdir around after this wrapper object goes away. */ 81 /* Other files within the tempdir to be cleaned up:
|
| jit-tempdir.h | 30 /* A class to keep track of the jit::playback::context's tempdir. 32 The tempdir has the following layout: 48 class tempdir : public log_user class in namespace:gcc::jit 51 tempdir (logger *logger, int keep_intermediates); 52 ~tempdir (); 67 on-disk tempdir around after this wrapper object goes away. */ 81 /* Other files within the tempdir to be cleaned up:
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-tempdir.cc | 25 #include "jit-tempdir.h" 32 /* Construct a tempdir path template suitable for use by mkdtemp 71 /* The constructor for the jit::tempdir object. 72 The real work is done by the jit::tempdir::create method. */ 74 gcc::jit::tempdir::tempdir (logger *logger, int keep_intermediates) function in class:gcc::jit::tempdir 86 /* Do the real work of creating the on-disk tempdir. 87 We do this here, rather than in the jit::tempdir constructor 91 gcc::jit::tempdir::create () 104 /* Create tempdir using mkdtemp. This is created with 0700 perms an [all...] |
| jit-tempdir.cc | 25 #include "jit-tempdir.h" 32 /* Construct a tempdir path template suitable for use by mkdtemp 71 /* The constructor for the jit::tempdir object. 72 The real work is done by the jit::tempdir::create method. */ 74 gcc::jit::tempdir::tempdir (logger *logger, int keep_intermediates) function in class:gcc::jit::tempdir 86 /* Do the real work of creating the on-disk tempdir. 87 We do this here, rather than in the jit::tempdir constructor 91 gcc::jit::tempdir::create () 104 /* Create tempdir using mkdtemp. This is created with 0700 perms an [all...] |
| jit-tempdir.h | 30 /* A class to keep track of the jit::playback::context's tempdir. 32 The tempdir has the following layout: 48 class tempdir : public log_user class in namespace:gcc::jit 51 tempdir (logger *logger, int keep_intermediates); 52 ~tempdir (); 67 on-disk tempdir around after this wrapper object goes away. */ 81 /* Other files within the tempdir to be cleaned up:
|
| jit-tempdir.h | 30 /* A class to keep track of the jit::playback::context's tempdir. 32 The tempdir has the following layout: 48 class tempdir : public log_user class in namespace:gcc::jit 51 tempdir (logger *logger, int keep_intermediates); 52 ~tempdir (); 67 on-disk tempdir around after this wrapper object goes away. */ 81 /* Other files within the tempdir to be cleaned up:
|
| /src/external/bsd/kyua-cli/dist/utils/fs/ |
| operations_test.cpp | 290 const std::string dir_template("tempdir.XXXXXX"); 291 const fs::path tempdir = fs::mkdtemp(dir_template); local 293 ATF_REQUIRE(lookup("tmp", tempdir.leaf_name().c_str(), DT_DIR));
|
| operations_test.cpp | 290 const std::string dir_template("tempdir.XXXXXX"); 291 const fs::path tempdir = fs::mkdtemp(dir_template); local 293 ATF_REQUIRE(lookup("tmp", tempdir.leaf_name().c_str(), DT_DIR));
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| clean-temp.c | 79 struct tempdir struct 94 struct tempdir * volatile * volatile tempdir_list; 207 struct tempdir *dir = cleanup_list.tempdir_list[i]; 251 struct tempdir * volatile *tmpdirp = NULL; 252 struct tempdir *tmpdir; 272 struct tempdir * volatile *old_array = cleanup_list.tempdir_list; 275 struct tempdir * volatile *new_array = 276 (struct tempdir * volatile *) 277 xmalloc (new_allocated * sizeof (struct tempdir * volatile)); 298 free ((struct tempdir **) old_array) [all...] |
| clean-temp.c | 79 struct tempdir struct 94 struct tempdir * volatile * volatile tempdir_list; 207 struct tempdir *dir = cleanup_list.tempdir_list[i]; 251 struct tempdir * volatile *tmpdirp = NULL; 252 struct tempdir *tmpdir; 272 struct tempdir * volatile *old_array = cleanup_list.tempdir_list; 275 struct tempdir * volatile *new_array = 276 (struct tempdir * volatile *) 277 xmalloc (new_allocated * sizeof (struct tempdir * volatile)); 298 free ((struct tempdir **) old_array) [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| unix.c | 1195 the directory specified by tempdir. If successful, the file name is 1200 tempfile_open (const char *tempdir, char **fname) 1208 if (!tempdir) 1211 /* Check for the special case that tempdir ends with a slash or 1213 size_t tempdirlen = strlen (tempdir); 1214 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' 1216 || tempdir[tempdirlen - 1] == '\\' 1226 tempdir, slash); 1258 tempdir, slash) 1301 const char *tempdir; local [all...] |
| unix.c | 1195 the directory specified by tempdir. If successful, the file name is 1200 tempfile_open (const char *tempdir, char **fname) 1208 if (!tempdir) 1211 /* Check for the special case that tempdir ends with a slash or 1213 size_t tempdirlen = strlen (tempdir); 1214 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' 1216 || tempdir[tempdirlen - 1] == '\\' 1226 tempdir, slash); 1258 tempdir, slash) 1301 const char *tempdir; local [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| unix.c | 1194 the directory specified by tempdir. If successful, the file name is 1199 tempfile_open (const char *tempdir, char **fname) 1207 if (!tempdir) 1210 /* Check for the special case that tempdir ends with a slash or 1212 size_t tempdirlen = strlen (tempdir); 1213 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' 1215 || tempdir[tempdirlen - 1] == '\\' 1225 tempdir, slash); 1257 tempdir, slash) 1300 const char *tempdir; local [all...] |
| unix.c | 1194 the directory specified by tempdir. If successful, the file name is 1199 tempfile_open (const char *tempdir, char **fname) 1207 if (!tempdir) 1210 /* Check for the special case that tempdir ends with a slash or 1212 size_t tempdirlen = strlen (tempdir); 1213 if (*tempdir == 0 || tempdir[tempdirlen - 1] == '/' 1215 || tempdir[tempdirlen - 1] == '\\' 1225 tempdir, slash); 1257 tempdir, slash) 1300 const char *tempdir; local [all...] |