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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_string.h40 extern int strisglob(const char *);
H A Ddt_string.c280 strisglob(const char *s) function
H A Ddt_pid.c162 glob = strisglob(pp->dpp_name);
300 if (!strisglob(pp->dpp_func)) {
321 } else if (!strisglob(pp->dpp_mod)) {
472 } else if (strisglob(pp.dpp_mod) ||
481 if (strisglob(pp.dpp_name)) {
493 if (strisglob(pp.dpp_mod)) {
H A Ddt_provider.c72 if (strisglob(name) || name[0] == '\0') {
678 int m_is_glob = pdp->dtpd_mod[0] == '\0' || strisglob(pdp->dtpd_mod);
679 int f_is_glob = pdp->dtpd_func[0] == '\0' || strisglob(pdp->dtpd_func);
680 int n_is_glob = pdp->dtpd_name[0] == '\0' || strisglob(pdp->dtpd_name);
791 if (pdp->dtpd_provider[0] == '\0' || strisglob(pdp->dtpd_provider))

Completed in 61 milliseconds