Home
last modified time | relevance | path

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

/dragonfly/usr.bin/rpcgen/
HDrpc_util.c55 const char *outfiles[NFILES]; /* output file names */ variable
257 unlink(outfiles[i]); in crash()
265 outfiles[nfiles++] = file; in record_open()
/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.h57 extern const char **outfiles;
HDgcc.c2915 const char **outfiles; variable
4168 outfiles[input_file_number] = string; in end_going_arg()
5011 n_files += outfiles[i] != NULL; in do_spec_1()
5017 if (outfiles[i]) in do_spec_1()
5019 argv[j] = CONST_CAST (char *, outfiles[i]); in do_spec_1()
5028 if (outfiles[i]) in do_spec_1()
5029 store_arg (outfiles[i], 0, 0); in do_spec_1()
5047 outfiles[input_file_number] = NULL; in do_spec_1()
6722 outfiles = XCNEWVEC (const char *, i); in main()
6777 outfiles[i] = gcc_input_filename; in main()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.h95 extern const char **outfiles;
HDgcc.c3366 const char **outfiles; variable
4829 outfiles[input_file_number] = string; in end_going_arg()
5680 n_files += outfiles[i] != NULL; in do_spec_1()
5686 if (outfiles[i]) in do_spec_1()
5688 argv[j] = CONST_CAST (char *, outfiles[i]); in do_spec_1()
5697 if (outfiles[i]) in do_spec_1()
5698 store_arg (outfiles[i], 0, 0); in do_spec_1()
5716 outfiles[input_file_number] = NULL; in do_spec_1()
8106 outfiles = XCNEWVEC (const char *, i); in prepare_infiles()
8173 outfiles[i] = gcc_input_filename; in do_spec_on_infiles()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDinvoke.texi10136 first argument in the outfiles array and replaces it with the second argument. Here
10145 first argument in the outfiles array and removes it. Here is a small example