Home
last modified time | relevance | path

Searched refs:do_spec_1 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c225 static int do_spec_1 (const char *, int, const char *);
4256 result = do_spec_1 (spec, 0, NULL); in do_spec_2()
4322 do_spec_1 (" ", 0, NULL); in do_self_spec()
4422 do_spec_1 (info->option, 1, NULL); in spec_path()
4424 do_spec_1 (" ", 0, NULL); in spec_path()
4434 do_spec_1 (path, 1, NULL); in spec_path()
4435 do_spec_1 (" ", 0, NULL); in spec_path()
4497 do_spec_1 (opt, 1, NULL); in do_specs_vec()
4499 do_spec_1 (" ", 0, NULL); in do_specs_vec()
4516 do_spec_1 (const char *spec, int inswitch, const char *soft_matched_part) in do_spec_1() function
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c358 static int do_spec_1 (const char *, int, const char *);
4917 result = do_spec_1 (spec, 0, NULL); in do_spec_2()
4983 do_spec_1 (" ", 0, NULL); in do_self_spec()
5088 do_spec_1 (info->option, 1, NULL); in spec_path()
5090 do_spec_1 (" ", 0, NULL); in spec_path()
5100 do_spec_1 (path, 1, NULL); in spec_path()
5101 do_spec_1 (" ", 0, NULL); in spec_path()
5164 do_spec_1 (opt, 1, NULL); in do_specs_vec()
5166 do_spec_1 (" ", 0, NULL); in do_specs_vec()
5183 do_spec_1 (const char *spec, int inswitch, const char *soft_matched_part) in do_spec_1() function
[all …]