Home
last modified time | relevance | path

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

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