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

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_util.c214 match(char *patn, char *str) argument
217 switch (*patn) {
224 patn++;
230 patn++;
231 if (*patn == 0)
235 if (match(patn, str))
242 if (*str != *patn)
245 patn++;
255 match_ci(char *patn, char *str) argument
261 if (strcmp(patn, "<")
[all...]
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c1176 vscan_svc_match_ext(char *patn, char *str, int depth) argument
1183 switch (*patn) {
1190 patn++;
1196 patn++;
1197 if (*patn == 0)
1201 if (vscan_svc_match_ext(patn, str, depth + 1))
1208 if (*str != *patn) {
1210 c2 = *patn;
1218 patn++;

Completed in 60 milliseconds