Searched refs:strisglob (Results 1 – 4 of 4) sorted by relevance
40 extern int strisglob(const char *);
175 glob = strisglob(pp->dpp_name); in dt_pid_per_sym()322 if (!strisglob(pp->dpp_func)) { in dt_pid_per_mod()347 } else if (!strisglob(pp->dpp_mod)) { in dt_pid_per_mod()524 } else if (strisglob(pp.dpp_mod) || in dt_pid_create_pid_probes()533 if (strisglob(pp.dpp_name)) { in dt_pid_create_pid_probes()545 if (strisglob(pp.dpp_mod)) { in dt_pid_create_pid_probes()
76 if (strisglob(name) || name[0] == '\0') { in dt_provider_lookup()682 int m_is_glob = pdp->dtpd_mod[0] == '\0' || strisglob(pdp->dtpd_mod); in dt_probe_info()683 int f_is_glob = pdp->dtpd_func[0] == '\0' || strisglob(pdp->dtpd_func); in dt_probe_info()684 int n_is_glob = pdp->dtpd_name[0] == '\0' || strisglob(pdp->dtpd_name); in dt_probe_info()795 if (pdp->dtpd_provider[0] == '\0' || strisglob(pdp->dtpd_provider)) in dt_probe_info()
280 strisglob(const char *s) in strisglob() function