Searched defs:suffix_match (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c187 char *suffix_match; local
204 suffix_match = strstr(fn, ".xml");
205 if (suffix_match == NULL || strcmp(suffix_match, ".xml") != 0)

Completed in 44 milliseconds