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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgcc.c4753 static const char *input_suffix;
6171 return (input_suffix
6172 && !strncmp (input_suffix, atom, end_atom - atom)
6173 && input_suffix[end_atom - atom] == '\0');
6688 input_suffix = p + 1;
6691 input_suffix = "";
4731 static const char *input_suffix; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgcc.c4261 static const char *input_suffix;
5518 return (input_suffix
5519 && !strncmp (input_suffix, atom, end_atom - atom)
5520 && input_suffix[end_atom - atom] == '\0');
6039 input_suffix = p + 1;
6042 input_suffix = "";
4239 static const char *input_suffix; variable

Completed in 203 milliseconds