Searched refs:end_atom (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gcc.c | 5481 input_suffix_matches (const char *atom, const char *end_atom) in input_suffix_matches() argument 5484 && !strncmp (input_suffix, atom, end_atom - atom) in input_suffix_matches() 5485 && input_suffix[end_atom - atom] == '\0'); in input_suffix_matches() 5491 input_spec_matches (const char *atom, const char *end_atom) in input_spec_matches() argument 5497 end_atom - atom) in input_spec_matches() 5498 && input_file_compiler->suffix[end_atom - atom + 1] == '\0'); in input_spec_matches() 5505 switch_matches (const char *atom, const char *end_atom, int starred) in switch_matches() argument 5508 int len = end_atom - atom; in switch_matches() 5539 mark_matching_switches (const char *atom, const char *end_atom, int starred) in mark_matching_switches() argument 5542 int len = end_atom - atom; in mark_matching_switches() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gcc.c | 6197 input_suffix_matches (const char *atom, const char *end_atom) in input_suffix_matches() argument 6200 && !strncmp (input_suffix, atom, end_atom - atom) in input_suffix_matches() 6201 && input_suffix[end_atom - atom] == '\0'); in input_suffix_matches() 6207 input_spec_matches (const char *atom, const char *end_atom) in input_spec_matches() argument 6213 end_atom - atom) in input_spec_matches() 6214 && input_file_compiler->suffix[end_atom - atom + 1] == '\0'); in input_spec_matches() 6221 switch_matches (const char *atom, const char *end_atom, int starred) in switch_matches() argument 6224 int len = end_atom - atom; in switch_matches() 6255 mark_matching_switches (const char *atom, const char *end_atom, int starred) in mark_matching_switches() argument 6258 int len = end_atom - atom; in mark_matching_switches() [all …]
|