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

/freebsd-11-stable/cddl/contrib/opensolaris/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.c180 glob = strisglob(pp->dpp_name);
327 if (!strisglob(pp->dpp_func)) {
352 } else if (!strisglob(pp->dpp_mod)) {
521 } else if (strisglob(pp.dpp_mod) ||
530 if (strisglob(pp.dpp_name)) {
542 if (strisglob(pp.dpp_mod)) {
H A Ddt_provider.c76 if (strisglob(name) || name[0] == '\0') {
680 int m_is_glob = pdp->dtpd_mod[0] == '\0' || strisglob(pdp->dtpd_mod);
681 int f_is_glob = pdp->dtpd_func[0] == '\0' || strisglob(pdp->dtpd_func);
682 int n_is_glob = pdp->dtpd_name[0] == '\0' || strisglob(pdp->dtpd_name);
793 if (pdp->dtpd_provider[0] == '\0' || strisglob(pdp->dtpd_provider))

Completed in 60 milliseconds