Searched refs:outfiles (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/usr.bin/xlint/lint2/ |
| H A D | emit2.c | 45 static void outfiles(void); 193 outfiles(); in outlib() 236 outfiles(void) in outfiles() function
|
| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_util.c | 69 static const char *outfiles[NFILES]; /* output file names */ variable 283 (void) unlink(outfiles[i]); in crash() 291 outfiles[nfiles++] = file; in record_open()
|
| /netbsd-src/external/gpl2/texinfo/dist/util/ |
| H A D | texindex.c | 87 char **outfiles; variable 195 outfile = outfiles[i]; in main() 285 outfiles = (char **) xmalloc (argc * sizeof (char *)); in decode_command() 287 op = outfiles; in decode_command() 321 if (op > outfiles) in decode_command()
|
| /netbsd-src/usr.bin/xlint/xlint/ |
| H A D | xlint.c | 80 list outfiles; member 204 for (size_t i = 0; i < lint1.outfiles.len; i++) in terminate() 205 (void)remove(lint1.outfiles.items[i]); in terminate() 450 list_add(&lint1.outfiles, ofn); in handle_filename()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gcc.h | 93 extern const char **outfiles;
|
| H A D | gcc.cc | 3696 const char **outfiles; variable 5665 outfiles[input_file_number] = string; in end_going_arg() 6494 if (outfiles[i]) in do_spec_1() 6495 store_arg (outfiles[i], 0, 0); in do_spec_1() 6515 outfiles[input_file_number] = NULL; in do_spec_1() 8841 outfiles = XCNEWVEC (const char *, i); in prepare_infiles() 8909 outfiles[i] = gcc_input_filename; in do_spec_on_infiles() 9047 if (explicit_link_files[i] || outfiles[i] != NULL) in maybe_run_linker() 9161 outfiles[i]); in maybe_run_linker() 9162 if (access (outfiles[i], F_OK) < 0) in maybe_run_linker() [all …]
|
| H A D | ChangeLog-1998 | 6463 (main): Correctly clear all slots in outfiles for 11092 (main): Adjust outfiles allocation by lang_specific_extra_outfiles.
|
| H A D | ChangeLog-2001 | 22556 * gcc.h (n_infiles, outfiles): Add declarations. 22557 * gcc.c (n_infiles, outfiles): Mske no longer static.
|
| H A D | ChangeLog-1999 | 17995 infile, outfiles, input_filename, input_basename, input_suffix,
|
| H A D | ChangeLog-2018 | 208 debug objects to the outfiles. Remove the phase prelinking the
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gcc.h | 93 extern const char **outfiles;
|
| H A D | gcc.c | 3488 const char **outfiles; variable 4947 outfiles[input_file_number] = string; in end_going_arg() 5766 if (outfiles[i]) in do_spec_1() 5767 store_arg (outfiles[i], 0, 0); in do_spec_1() 5787 outfiles[input_file_number] = NULL; in do_spec_1() 8103 outfiles = XCNEWVEC (const char *, i); in prepare_infiles() 8171 outfiles[i] = gcc_input_filename; in do_spec_on_infiles() 8309 if (explicit_link_files[i] || outfiles[i] != NULL) in maybe_run_linker() 8388 outfiles[i]); in maybe_run_linker() 9485 if (outfiles[i] && !filename_cmp (outfiles[i], argv[0])) in replace_outfile_spec_function() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | invoke.texi | 31001 first argument in the outfiles array and replaces it with the second argument. Here 31010 first argument in the outfiles array and removes it. Here is a small example
|
| H A D | gcc.info | 28148 looks for the first argument in the outfiles array and 28156 looks for the first argument in the outfiles array and removes
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | invoke.texi | 33937 first argument in the outfiles array and replaces it with the second argument. Here 33946 first argument in the outfiles array and removes it. Here is a small example
|
| H A D | gcc.info | 30803 looks for the first argument in the outfiles array and 30811 looks for the first argument in the outfiles array and removes
|