| /src/external/gpl3/binutils/dist/libiberty/ |
| choose-temp.c | 63 char *temp_filename; local 67 temp_filename = XNEWVEC (char, len + TEMP_FILE_LEN + 1); 68 strcpy (temp_filename, base); 69 strcpy (temp_filename + len, TEMP_FILE); 71 if (mktemp (temp_filename) == 0) 73 return temp_filename;
|
| make-temp-file.c | 202 char *temp_filename; local 216 temp_filename = XNEWVEC (char, base_len 220 strcpy (temp_filename, base); 221 strcpy (temp_filename + base_len, prefix); 222 strcpy (temp_filename + base_len + prefix_len, TEMP_FILE); 223 strcpy (temp_filename + base_len + prefix_len + TEMP_FILE_LEN, suffix); 225 fd = mkstemps (temp_filename, suffix_len); 236 return temp_filename;
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| choose-temp.c | 63 char *temp_filename; local 67 temp_filename = XNEWVEC (char, len + TEMP_FILE_LEN + 1); 68 strcpy (temp_filename, base); 69 strcpy (temp_filename + len, TEMP_FILE); 71 if (mktemp (temp_filename) == 0) 73 return temp_filename;
|
| make-temp-file.c | 202 char *temp_filename; local 216 temp_filename = XNEWVEC (char, base_len 220 strcpy (temp_filename, base); 221 strcpy (temp_filename + base_len, prefix); 222 strcpy (temp_filename + base_len + prefix_len, TEMP_FILE); 223 strcpy (temp_filename + base_len + prefix_len + TEMP_FILE_LEN, suffix); 225 fd = mkstemps (temp_filename, suffix_len); 236 return temp_filename;
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| choose-temp.c | 63 char *temp_filename; local 67 temp_filename = XNEWVEC (char, len + TEMP_FILE_LEN + 1); 68 strcpy (temp_filename, base); 69 strcpy (temp_filename + len, TEMP_FILE); 71 if (mktemp (temp_filename) == 0) 73 return temp_filename;
|
| make-temp-file.c | 198 char *temp_filename; local 212 temp_filename = XNEWVEC (char, base_len 216 strcpy (temp_filename, base); 217 strcpy (temp_filename + base_len, prefix); 218 strcpy (temp_filename + base_len + prefix_len, TEMP_FILE); 219 strcpy (temp_filename + base_len + prefix_len + TEMP_FILE_LEN, suffix); 221 fd = mkstemps (temp_filename, suffix_len); 232 return temp_filename;
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| choose-temp.c | 63 char *temp_filename; local 67 temp_filename = XNEWVEC (char, len + TEMP_FILE_LEN + 1); 68 strcpy (temp_filename, base); 69 strcpy (temp_filename + len, TEMP_FILE); 71 if (mktemp (temp_filename) == 0) 73 return temp_filename;
|
| make-temp-file.c | 199 char *temp_filename; local 213 temp_filename = XNEWVEC (char, base_len 217 strcpy (temp_filename, base); 218 strcpy (temp_filename + base_len, prefix); 219 strcpy (temp_filename + base_len + prefix_len, TEMP_FILE); 220 strcpy (temp_filename + base_len + prefix_len + TEMP_FILE_LEN, suffix); 222 fd = mkstemps (temp_filename, suffix_len); 233 return temp_filename;
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| choose-temp.c | 63 char *temp_filename; local 67 temp_filename = XNEWVEC (char, len + TEMP_FILE_LEN + 1); 68 strcpy (temp_filename, base); 69 strcpy (temp_filename + len, TEMP_FILE); 71 if (mktemp (temp_filename) == 0) 73 return temp_filename;
|
| make-temp-file.c | 199 char *temp_filename; local 213 temp_filename = XNEWVEC (char, base_len 217 strcpy (temp_filename, base); 218 strcpy (temp_filename + base_len, prefix); 219 strcpy (temp_filename + base_len + prefix_len, TEMP_FILE); 220 strcpy (temp_filename + base_len + prefix_len + TEMP_FILE_LEN, suffix); 222 fd = mkstemps (temp_filename, suffix_len); 233 return temp_filename;
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| choose-temp.c | 63 char *temp_filename; local 67 temp_filename = XNEWVEC (char, len + TEMP_FILE_LEN + 1); 68 strcpy (temp_filename, base); 69 strcpy (temp_filename + len, TEMP_FILE); 71 if (mktemp (temp_filename) == 0) 73 return temp_filename;
|
| make-temp-file.c | 199 char *temp_filename; local 213 temp_filename = XNEWVEC (char, base_len 217 strcpy (temp_filename, base); 218 strcpy (temp_filename + base_len, prefix); 219 strcpy (temp_filename + base_len + prefix_len, TEMP_FILE); 220 strcpy (temp_filename + base_len + prefix_len + TEMP_FILE_LEN, suffix); 222 fd = mkstemps (temp_filename, suffix_len); 233 return temp_filename;
|
| /src/external/gpl3/gcc/dist/gcc/lto/ |
| lto.cc | 167 /* Actually stream out ENCODER into TEMP_FILENAME. */ 170 stream_out (char *temp_filename, lto_symtab_encoder_t encoder, int part) 172 lto_file *file = lto_obj_file_open (temp_filename, true); 225 stream_out_partitions_1 (char *temp_filename, int blen, int min, int max) 230 sprintf (temp_filename + blen, "%u.o", p); 231 stream_out (temp_filename, ltrans_partitions[p]->encoder, p); 236 /* Stream out ENCODER into TEMP_FILENAME 240 stream_out_partitions (char *temp_filename, int blen, int min, int max, 246 stream_out_partitions_1 (temp_filename, blen, min, max); 267 stream_out_partitions_1 (temp_filename, blen, min, max) 312 char *temp_filename; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/lto/ |
| lto.cc | 160 /* Actually stream out ENCODER into TEMP_FILENAME. */ 163 stream_out (char *temp_filename, lto_symtab_encoder_t encoder, int part) 165 lto_file *file = lto_obj_file_open (temp_filename, true); 212 stream_out_partitions_1 (char *temp_filename, int blen, int min, int max) 217 sprintf (temp_filename + blen, "%u.o", p); 218 stream_out (temp_filename, ltrans_partitions[p]->encoder, p); 223 /* Stream out ENCODER into TEMP_FILENAME 227 stream_out_partitions (char *temp_filename, int blen, int min, int max, 235 stream_out_partitions_1 (temp_filename, blen, min, max); 255 stream_out_partitions_1 (temp_filename, blen, min, max) 287 char *temp_filename; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
| vms-ar.c | 128 char temp_filename[] = TEMP_FILE SUFFIX; local 307 strcpy (temp_filename, TEMP_FILE SUFFIX); 308 comfd = mkstemps (temp_filename, SUFFIX_LEN); 341 sprintf (command, "@%s", temp_filename); 345 remove (temp_filename);
|
| /src/external/gpl3/gcc/dist/gcc/config/vms/ |
| vms-ar.c | 128 char temp_filename[] = TEMP_FILE SUFFIX; local 307 strcpy (temp_filename, TEMP_FILE SUFFIX); 308 comfd = mkstemps (temp_filename, SUFFIX_LEN); 341 sprintf (command, "@%s", temp_filename); 345 remove (temp_filename);
|
| /src/external/gpl2/xcvs/dist/src/ |
| client.c | 1448 char *temp_filename; 1561 temp_filename = xmalloc (strlen (filename) + 80); 1565 sprintf (temp_filename, "%s_new_", filename); 1568 sprintf (temp_filename, ".new.%.9s", filename); 1570 sprintf (temp_filename, ".new.%s", filename); 1603 fd = CVS_OPEN (temp_filename, 1618 free (temp_filename); 1661 rename_file (temp_filename, filename); 1727 e = xfopen (temp_filename, 1731 error (1, errno, "cannot write %s", temp_filename); 1447 char *temp_filename; local [all...] |
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| macro.c | 129 char *temp_filename = input_filename; 138 input_filename = temp_filename; 127 char *temp_filename = input_filename; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcc.cc | 2640 static const char *temp_filename; 3433 progname, temp_filename); 6333 temp_filename = tmp; 6335 if (filename_cmp (temp_filename, gcc_input_filename) != 0) 6350 and we can do the stat for the temp_filename 6354 || stat (temp_filename, &st_temp) < 0 6360 char* temp_realname = lrealpath (temp_filename); 6367 temp_filename 6368 = save_string (temp_filename, 6370 obstack_grow (&obstack, temp_filename, 2626 static const char *temp_filename; variable [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gcc.cc | 2645 static const char *temp_filename; 3438 progname, temp_filename); 6446 temp_filename = tmp; 6448 if (filename_cmp (temp_filename, gcc_input_filename) != 0) 6463 and we can do the stat for the temp_filename 6467 || stat (temp_filename, &st_temp) < 0 6473 char* temp_realname = lrealpath (temp_filename); 6480 temp_filename 6481 = save_string (temp_filename, 6483 obstack_grow (&obstack, temp_filename, 2631 static const char *temp_filename; variable [all...] |