Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c4098 static const char *input_suffix; variable
5483 return (input_suffix in input_suffix_matches()
5484 && !strncmp (input_suffix, atom, end_atom - atom) in input_suffix_matches()
5485 && input_suffix[end_atom - atom] == '\0'); in input_suffix_matches()
6012 input_suffix = p + 1; in set_input()
6015 input_suffix = ""; in set_input()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c4759 static const char *input_suffix; variable
6199 return (input_suffix in input_suffix_matches()
6200 && !strncmp (input_suffix, atom, end_atom - atom) in input_suffix_matches()
6201 && input_suffix[end_atom - atom] == '\0'); in input_suffix_matches()
7143 input_suffix = p + 1; in set_input()
7146 input_suffix = ""; in set_input()
10217 input_suffix = NULL; in finalize()