Home
last modified time | relevance | path

Searched refs:outfiles (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/usr.bin/rpcgen/
H A Drpc_util.c62 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 Dgcc.h80 extern const char **outfiles;
H A Dgcc.c3132 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 DChangeLog-19986463 (main): Correctly clear all slots in outfiles for
11092 (main): Adjust outfiles allocation by lang_specific_extra_outfiles.
H A DChangeLog-200122556 * gcc.h (n_infiles, outfiles): Add declarations.
22557 * gcc.c (n_infiles, outfiles): Mske no longer static.
H A DChangeLog-199917995 infile, outfiles, input_filename, input_basename, input_suffix,
/freebsd-12.1/contrib/googletest/googletest/test/
H A DBUILD.bazel464 name = "googletest-json-outfiles-test",
467 "googletest-json-outfiles-test.py",
/freebsd-12.1/contrib/googletest/googletest/
H A DCMakeLists.txt328 py_test(googletest-json-outfiles-test)
/freebsd-12.1/contrib/gcc/doc/
H A Dinvoke.texi7090 first argument in the outfiles array and replaces it with the second argument. Here