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

/freebsd-10.0-release/contrib/gcc/
H A Dgcc.c4448 static const char *input_suffix;
5657 return (input_suffix
5658 && !strncmp (input_suffix, atom, end_atom - atom)
5659 && input_suffix[end_atom - atom] == '\0');
6159 input_suffix = p + 1;
6162 input_suffix = "";
4426 static const char *input_suffix; variable

Completed in 170 milliseconds