HomeSort by: relevance | last modified time | path
    Searched defs:temp_file (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
pex-common.c 103 temp_file (struct pex_obj *obj, int flags, char *name) function
232 outname = temp_file (obj, flags, outname);
396 name = temp_file (obj, flags, name);
  /src/external/gpl3/binutils.old/dist/libiberty/
pex-common.c 103 temp_file (struct pex_obj *obj, int flags, char *name) function
232 outname = temp_file (obj, flags, outname);
396 name = temp_file (obj, flags, name);
  /src/external/gpl3/gcc/dist/libiberty/
pex-common.c 103 temp_file (struct pex_obj *obj, int flags, char *name) function
232 outname = temp_file (obj, flags, outname);
396 name = temp_file (obj, flags, name);
  /src/external/gpl3/gcc.old/dist/libiberty/
pex-common.c 103 temp_file (struct pex_obj *obj, int flags, char *name) function
232 outname = temp_file (obj, flags, outname);
396 name = temp_file (obj, flags, name);
  /src/external/gpl3/gdb.old/dist/libiberty/
pex-common.c 103 temp_file (struct pex_obj *obj, int flags, char *name) function
232 outname = temp_file (obj, flags, outname);
396 name = temp_file (obj, flags, name);
  /src/external/gpl3/gdb/dist/libiberty/
pex-common.c 103 temp_file (struct pex_obj *obj, int flags, char *name) function
232 outname = temp_file (obj, flags, outname);
396 name = temp_file (obj, flags, name);
  /src/external/bsd/atf/dist/atf-sh/
atf-check.cpp 110 class temp_file : public std::ostream { class in namespace:__anon6384
115 temp_file(const atf::fs::path& p) : function in class:__anon6384::temp_file
124 throw atf::system_error("atf_check::temp_file::temp_file(" +
131 ~temp_file(void)
637 temp_file temp(path2);
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_misc.c 238 char temp_file[256]; local
242 (void) strlcpy(temp_file, f, sizeof(temp_file));
243 (void) strlcat(temp_file, "X", sizeof(temp_file)); /* intermediate file name */
247 opts[2], opts[3], temp_file);
261 temp_file, f);
274 if (rename(temp_file, f)) {
  /src/external/gpl2/lvm2/dist/lib/format_text/
archive.c 235 char temp_file[PATH_MAX], archive_name[PATH_MAX]; local
241 if (!create_temp_name(dir, temp_file, sizeof(temp_file), &fd,
250 log_sys_error("close", temp_file);
256 log_sys_error("fclose", temp_file);
260 if (lvm_fclose(fp, temp_file))
283 if ((renamed = lvm_rename(temp_file, archive_name)))
290 log_error("Archive rename failed for %s", temp_file);
format-text.c 845 char temp_file[PATH_MAX], temp_dir[PATH_MAX]; local
861 if (!create_temp_name(temp_dir, temp_file, sizeof(temp_file), &fd,
868 log_sys_error("fdopen", temp_file);
870 log_sys_error("fclose", temp_file);
874 log_debug("Writing %s metadata to %s", vg->name, temp_file);
877 log_error("Failed to write metadata to %s.", temp_file);
879 log_sys_error("fclose", temp_file);
893 if (rename(temp_file, tc->path_edit)) {
894 log_debug("Renaming %s to %s", temp_file, tc->path_edit)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 2275 char *temp_file = make_at_file ();
2276 char *at_argument = concat ("@", temp_file, NULL);
2277 FILE *f = fopen (temp_file, "w");
2290 temp_file);
2297 temp_file);
2303 temp_file);
2307 record_temp_file (temp_file, !save_temps_flag, !save_temps_flag);
2653 struct temp_file
2656 struct temp_file *next;
2660 static struct temp_file *always_delete_queue
2263 char *temp_file = make_at_file (); local
2639 struct temp_file struct
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 2264 char *temp_file = make_at_file ();
2265 char *at_argument = concat ("@", temp_file, NULL);
2266 FILE *f = fopen (temp_file, "w");
2279 temp_file);
2286 temp_file);
2292 temp_file);
2296 record_temp_file (temp_file, !save_temps_flag, !save_temps_flag);
2648 struct temp_file
2651 struct temp_file *next;
2655 static struct temp_file *always_delete_queue
2252 char *temp_file = make_at_file (); local
2634 struct temp_file struct
    [all...]

Completed in 54 milliseconds