Searched refs:suffix_match (Results 1 – 1 of 1) sorted by relevance
187 char *suffix_match; in process() local204 suffix_match = strstr(fn, ".xml"); in process()205 if (suffix_match == NULL || strcmp(suffix_match, ".xml") != 0) in process()