Home
last modified time | relevance | path

Searched refs:make_new_argv (Results 1 – 3 of 3) sorted by relevance

/dports/lang/nwcc/nwcc_0.8.3/
H A Dcfgfile.h10 char **make_new_argv(char **old_argv, int *old_argc, struct cfg_option *opt,
H A Dcfgfile.c300 make_new_argv(char **old_argv, int *old_argc, struct cfg_option *opt, in make_new_argv() function
605 tmpargv = make_new_argv(*argv, &tmpargc, cfg_file_options, in merge_argv_with_cfgfile()
H A Dcc_main.c341 tmpargv = make_new_argv(argv, &tmpargc, cfg_file_options, in main()