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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c6920 * dtrace_match_glob() is a safe kernel implementation of the gmatch(3GEN)
6929 dtrace_match_glob(const char *s, const char *p, int depth) function
7029 if ((gs = dtrace_match_glob(s, p, depth + 1)) != 0)
7161 * dtrace_match_nul(). For glob pattern strings, we use dtrace_match_glob().
7174 return (&dtrace_match_glob);

Completed in 66 milliseconds