Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dmisc.h169 int match_substr(char *s1, char *s2);
H A Dmisc.c752 if (match_substr(name, *p)) { in canonical4x_name()
799 match_substr(char *s1, char *s2) in match_substr() function
H A Dcheckdev.c138 if (match_substr(pathname, "/dev/") == 0) in getpartition()