Searched refs:input_suffix (Results 1 – 3 of 3) sorted by relevance
4091 static const char *input_suffix; variable5500 int found = (input_suffix != 05501 && (long) strlen (input_suffix) == (long) (p - filter)5502 && strncmp (input_suffix, filter, p - filter) == 0);5909 input_suffix = p + 1;5912 input_suffix = "";
3527 infile, outfiles, input_filename, input_basename, input_suffix,
4345 static const char *input_suffix; variable5554 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()