| /netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
| H A D | lto.cc | 163 stream_out (char *temp_filename, lto_symtab_encoder_t encoder, int part) in stream_out() argument 165 lto_file *file = lto_obj_file_open (temp_filename, true); in stream_out() 212 stream_out_partitions_1 (char *temp_filename, int blen, int min, int max) in stream_out_partitions_1() argument 217 sprintf (temp_filename + blen, "%u.o", p); in stream_out_partitions_1() 218 stream_out (temp_filename, ltrans_partitions[p]->encoder, p); in stream_out_partitions_1() 227 stream_out_partitions (char *temp_filename, int blen, int min, int max, in stream_out_partitions() argument 235 stream_out_partitions_1 (temp_filename, blen, min, max); in stream_out_partitions() 255 stream_out_partitions_1 (temp_filename, blen, min, max); in stream_out_partitions() 260 stream_out_partitions_1 (temp_filename, blen, min, max); in stream_out_partitions() 268 stream_out_partitions_1 (temp_filename, blen, min, max); in stream_out_partitions() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
| H A D | lto.c | 163 stream_out (char *temp_filename, lto_symtab_encoder_t encoder, int part) in stream_out() argument 165 lto_file *file = lto_obj_file_open (temp_filename, true); in stream_out() 212 stream_out_partitions_1 (char *temp_filename, int blen, int min, int max) in stream_out_partitions_1() argument 217 sprintf (temp_filename + blen, "%u.o", p); in stream_out_partitions_1() 218 stream_out (temp_filename, ltrans_partitions[p]->encoder, p); in stream_out_partitions_1() 227 stream_out_partitions (char *temp_filename, int blen, int min, int max, in stream_out_partitions() argument 235 stream_out_partitions_1 (temp_filename, blen, min, max); in stream_out_partitions() 255 stream_out_partitions_1 (temp_filename, blen, min, max); in stream_out_partitions() 260 stream_out_partitions_1 (temp_filename, blen, min, max); in stream_out_partitions() 268 stream_out_partitions_1 (temp_filename, blen, min, max); in stream_out_partitions() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | choose-temp.c | 63 char *temp_filename; in choose_temp_base() local 67 temp_filename = XNEWVEC (char, len + TEMP_FILE_LEN + 1); in choose_temp_base() 68 strcpy (temp_filename, base); in choose_temp_base() 69 strcpy (temp_filename + len, TEMP_FILE); in choose_temp_base() 71 if (mktemp (temp_filename) == 0) in choose_temp_base() 73 return temp_filename; in choose_temp_base()
|
| H A D | make-temp-file.c | 201 char *temp_filename; in make_temp_file_with_prefix() local 215 temp_filename = XNEWVEC (char, base_len in make_temp_file_with_prefix() 219 strcpy (temp_filename, base); in make_temp_file_with_prefix() 220 strcpy (temp_filename + base_len, prefix); in make_temp_file_with_prefix() 221 strcpy (temp_filename + base_len + prefix_len, TEMP_FILE); in make_temp_file_with_prefix() 222 strcpy (temp_filename + base_len + prefix_len + TEMP_FILE_LEN, suffix); in make_temp_file_with_prefix() 224 fd = mkstemps (temp_filename, suffix_len); in make_temp_file_with_prefix() 235 return temp_filename; in make_temp_file_with_prefix()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | choose-temp.c | 63 char *temp_filename; in choose_temp_base() local 67 temp_filename = XNEWVEC (char, len + TEMP_FILE_LEN + 1); in choose_temp_base() 68 strcpy (temp_filename, base); in choose_temp_base() 69 strcpy (temp_filename + len, TEMP_FILE); in choose_temp_base() 71 if (mktemp (temp_filename) == 0) in choose_temp_base() 73 return temp_filename; in choose_temp_base()
|
| H A D | make-temp-file.c | 202 char *temp_filename; in make_temp_file_with_prefix() local 216 temp_filename = XNEWVEC (char, base_len in make_temp_file_with_prefix() 220 strcpy (temp_filename, base); in make_temp_file_with_prefix() 221 strcpy (temp_filename + base_len, prefix); in make_temp_file_with_prefix() 222 strcpy (temp_filename + base_len + prefix_len, TEMP_FILE); in make_temp_file_with_prefix() 223 strcpy (temp_filename + base_len + prefix_len + TEMP_FILE_LEN, suffix); in make_temp_file_with_prefix() 225 fd = mkstemps (temp_filename, suffix_len); in make_temp_file_with_prefix() 236 return temp_filename; in make_temp_file_with_prefix()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | choose-temp.c | 63 char *temp_filename; in choose_temp_base() local 67 temp_filename = XNEWVEC (char, len + TEMP_FILE_LEN + 1); in choose_temp_base() 68 strcpy (temp_filename, base); in choose_temp_base() 69 strcpy (temp_filename + len, TEMP_FILE); in choose_temp_base() 71 if (mktemp (temp_filename) == 0) in choose_temp_base() 73 return temp_filename; in choose_temp_base()
|
| H A D | make-temp-file.c | 187 char *temp_filename; in make_temp_file_with_prefix() local 201 temp_filename = XNEWVEC (char, base_len in make_temp_file_with_prefix() 205 strcpy (temp_filename, base); in make_temp_file_with_prefix() 206 strcpy (temp_filename + base_len, prefix); in make_temp_file_with_prefix() 207 strcpy (temp_filename + base_len + prefix_len, TEMP_FILE); in make_temp_file_with_prefix() 208 strcpy (temp_filename + base_len + prefix_len + TEMP_FILE_LEN, suffix); in make_temp_file_with_prefix() 210 fd = mkstemps (temp_filename, suffix_len); in make_temp_file_with_prefix() 221 return temp_filename; in make_temp_file_with_prefix()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | choose-temp.c | 63 char *temp_filename; in choose_temp_base() local 67 temp_filename = XNEWVEC (char, len + TEMP_FILE_LEN + 1); in choose_temp_base() 68 strcpy (temp_filename, base); in choose_temp_base() 69 strcpy (temp_filename + len, TEMP_FILE); in choose_temp_base() 71 if (mktemp (temp_filename) == 0) in choose_temp_base() 73 return temp_filename; in choose_temp_base()
|
| H A D | make-temp-file.c | 198 char *temp_filename; in make_temp_file_with_prefix() local 212 temp_filename = XNEWVEC (char, base_len in make_temp_file_with_prefix() 216 strcpy (temp_filename, base); in make_temp_file_with_prefix() 217 strcpy (temp_filename + base_len, prefix); in make_temp_file_with_prefix() 218 strcpy (temp_filename + base_len + prefix_len, TEMP_FILE); in make_temp_file_with_prefix() 219 strcpy (temp_filename + base_len + prefix_len + TEMP_FILE_LEN, suffix); in make_temp_file_with_prefix() 221 fd = mkstemps (temp_filename, suffix_len); in make_temp_file_with_prefix() 232 return temp_filename; in make_temp_file_with_prefix()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
| H A D | vms-ar.c | 128 char temp_filename[] = TEMP_FILE SUFFIX; in main() local 307 strcpy (temp_filename, TEMP_FILE SUFFIX); in main() 308 comfd = mkstemps (temp_filename, SUFFIX_LEN); in main() 341 sprintf (command, "@%s", temp_filename); in main() 345 remove (temp_filename); in main()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
| H A D | vms-ar.c | 128 char temp_filename[] = TEMP_FILE SUFFIX; in main() local 307 strcpy (temp_filename, TEMP_FILE SUFFIX); in main() 308 comfd = mkstemps (temp_filename, SUFFIX_LEN); in main() 341 sprintf (command, "@%s", temp_filename); in main() 345 remove (temp_filename); in main()
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | client.c | 1447 char *temp_filename; in update_entries() local 1560 temp_filename = xmalloc (strlen (filename) + 80); in update_entries() 1564 sprintf (temp_filename, "%s_new_", filename); in update_entries() 1567 sprintf (temp_filename, ".new.%.9s", filename); in update_entries() 1569 sprintf (temp_filename, ".new.%s", filename); in update_entries() 1602 fd = CVS_OPEN (temp_filename, in update_entries() 1617 free (temp_filename); in update_entries() 1660 rename_file (temp_filename, filename); in update_entries() 1726 e = xfopen (temp_filename, in update_entries() 1730 error (1, errno, "cannot write %s", temp_filename); in update_entries() [all …]
|
| H A D | ChangeLog-9395 | 1873 removing temp_filename and the .rej file.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gcc.c | 2424 static const char *temp_filename; variable 3205 progname, temp_filename); in execute() 5555 temp_filename = save_string (tmp, save_temps_length in do_spec_1() 5557 obstack_grow (&obstack, temp_filename, in do_spec_1() 5580 temp_filename = tmp; in do_spec_1() 5582 if (filename_cmp (temp_filename, gcc_input_filename) != 0) in do_spec_1() 5601 || stat (temp_filename, &st_temp) < 0 in do_spec_1() 5607 char* temp_realname = lrealpath (temp_filename); in do_spec_1() 5614 temp_filename in do_spec_1() 5615 = save_string (temp_filename, in do_spec_1() [all …]
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | macro.c | 127 char *temp_filename = input_filename; in add_macro() local 136 input_filename = temp_filename; in add_macro()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gcc.cc | 2623 static const char *temp_filename; variable 3413 progname, temp_filename); in execute() 6308 temp_filename = tmp; in do_spec_1() 6310 if (filename_cmp (temp_filename, gcc_input_filename) != 0) in do_spec_1() 6329 || stat (temp_filename, &st_temp) < 0 in do_spec_1() 6335 char* temp_realname = lrealpath (temp_filename); in do_spec_1() 6342 temp_filename in do_spec_1() 6343 = save_string (temp_filename, in do_spec_1() 6345 obstack_grow (&obstack, temp_filename, in do_spec_1() 6381 temp_filename = make_temp_file (t->suffix); in do_spec_1() [all …]
|
| H A D | ChangeLog-2001 | 13599 * config/mips/mips.c (mips_make_temp_file, temp_filename): Remove. 28865 * config/mips/mips.c (mips_make_temp_file): Set temp_filename 28867 (mips_asm_file_end): Free temp_filename here.
|
| H A D | ChangeLog-1998 | 9503 (temp_filename_length, temp_filename): Delete.
|
| H A D | ChangeLog-1999 | 17994 multilib_dir, temp_filename, temp_file, command, switchstr,
|
| H A D | ChangeLog-2010 | 32077 (store_arg): Queue temp_filename for deletion instead of
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | ChangeLog-0001 | 1609 * nlmconv.c (temp_filename): Removed.
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | ChangeLog-0001 | 1609 * nlmconv.c (temp_filename): Removed.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-1996 | 257 (temp_filename): Declare like in gcc.c.
|