Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c4091 static const char *input_suffix; variable
5500 int found = (input_suffix != 0
5501 && (long) strlen (input_suffix) == (long) (p - filter)
5502 && strncmp (input_suffix, filter, p - filter) == 0);
5909 input_suffix = p + 1;
5912 input_suffix = "";
H A DChangeLog.13527 infile, outfiles, input_filename, input_basename, input_suffix,
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c4345 static const char *input_suffix; variable
5554 return (input_suffix in input_suffix_matches()
5555 && !strncmp (input_suffix, atom, end_atom - atom) in input_suffix_matches()
5556 && input_suffix[end_atom - atom] == '\0'); in input_suffix_matches()
6051 input_suffix = p + 1; in set_input()
6054 input_suffix = ""; in set_input()