Searched refs:strisglob (Results 1 – 4 of 4) sorted by relevance
40 extern int strisglob(const char *);
180 glob = strisglob(pp->dpp_name); in dt_pid_per_sym()327 if (!strisglob(pp->dpp_func)) { in dt_pid_per_mod()352 } else if (!strisglob(pp->dpp_mod)) { in dt_pid_per_mod()521 } else if (strisglob(pp.dpp_mod) || in dt_pid_create_pid_probes()530 if (strisglob(pp.dpp_name)) { in dt_pid_create_pid_probes()542 if (strisglob(pp.dpp_mod)) { in dt_pid_create_pid_probes()
77 if (strisglob(name) || name[0] == '\0') { in dt_provider_lookup()681 int m_is_glob = pdp->dtpd_mod[0] == '\0' || strisglob(pdp->dtpd_mod); in dt_probe_info()682 int f_is_glob = pdp->dtpd_func[0] == '\0' || strisglob(pdp->dtpd_func); in dt_probe_info()683 int n_is_glob = pdp->dtpd_name[0] == '\0' || strisglob(pdp->dtpd_name); in dt_probe_info()822 if (pdp->dtpd_provider[0] == '\0' || strisglob(pdp->dtpd_provider)) in dt_probe_info()
280 strisglob(const char *s) in strisglob() function