Searched refs:outfiles (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/usr.bin/rpcgen/ |
| H A D | rpc_util.c | 62 static const char *outfiles[NFILES]; /* output file names */ variable 270 (void) unlink(outfiles[i]); in crash() 279 outfiles[nfiles++] = file; in record_open()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | gcc.h | 80 extern const char **outfiles;
|
| H A D | gcc.c | 3132 const char **outfiles; variable 4512 outfiles[input_file_number] = string; in do_spec_2() 5094 if (outfiles[i]) in do_spec_1() 5095 store_arg (outfiles[i], 0, 0); in do_spec_1() 5109 outfiles[input_file_number] = NULL; in do_spec_1() 5134 outfiles[input_file_number] = string; in do_spec_1() 6587 outfiles = XCNEWVEC (const char *, i); in main() 6700 outfiles[i] = input_filename; in main() 6810 outfiles[i]); in main() 7809 if (outfiles[i] && !strcmp (outfiles[i], argv[0])) in replace_outfile_spec_function() [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,
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | BUILD.bazel | 464 name = "googletest-json-outfiles-test", 467 "googletest-json-outfiles-test.py",
|
| /freebsd-12.1/contrib/googletest/googletest/ |
| H A D | CMakeLists.txt | 328 py_test(googletest-json-outfiles-test)
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | invoke.texi | 7090 first argument in the outfiles array and replaces it with the second argument. Here
|