Searched refs:validate_switches (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcc.cc | 400 static const char *validate_switches (const char *, bool, bool); 9313 p = validate_switches (p + 1, user, *p == '{'); in validate_switches_from_spec() 9340 validate_switches (const char *start, bool user_spec, bool braced) in validate_switches() function 9397 p = validate_switches (p+1, user_spec, *p == '{'); in validate_switches() 9399 p = validate_switches (p+2, user_spec, true); in validate_switches() 9401 p = validate_switches (p+2, user_spec, true); in validate_switches()
|
H A D | ChangeLog-2002 | 623 * gcc.c (validate_switches): Robustify against skipping past '\0'. 758 * gcc.c (validate_switches): Allow '@' as a switch name. 5984 * gcc.c (validate_switches): Handle all new forms of spec
|
H A D | ChangeLog-2000 | 938 (handle_braces, validate_switches): Update to handle '&'. 3128 * gcc.c (validate_switches): Validate multiple switches named
|
H A D | ChangeLog-2012 | 22812 (validate_switches): Likewise. 22824 (validate_switches): Set validated if known or user_spec.
|
H A D | ChangeLog-1999 | 17982 is_directory, validate_switches, used_arg, default_arg,
|
H A D | ChangeLog-2007 | 26079 (validate_switches): ',' indicates a value which is not a switch.
|
H A D | ChangeLog-2003 | 32562 * gcc.c (validate_switches): Don't scan past closing '}'.
|
H A D | ChangeLog-2020 | 21336 * gcc.c (validate_switches): Add braced parameter. Adjust all
|
H A D | ChangeLog-2018 | 20066 (validate_switches): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcc.c | 369 static const char *validate_switches (const char *, bool); 8534 p = validate_switches (p + 1, user); in validate_switches_from_spec() 8557 validate_switches (const char *start, bool user_spec) in validate_switches() function 8611 p = validate_switches (p+1, user_spec); in validate_switches() 8613 p = validate_switches (p+2, user_spec); in validate_switches() 8615 p = validate_switches (p+2, user_spec); in validate_switches()
|