Searched refs:dtrace_match_glob (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c7000 * dtrace_match_glob() is a safe kernel implementation of the gmatch(3GEN)
7009 dtrace_match_glob(const char *s, const char *p, int depth) function
7109 if ((gs = dtrace_match_glob(s, p, depth + 1)) != 0)
7245 * dtrace_match_nul(). For glob pattern strings, we use dtrace_match_glob().
7258 return (&dtrace_match_glob);

Completed in 498 milliseconds