strisglob
glob = strisglob(pp->dpp_name);
if (!strisglob(pp->dpp_func)) {
} else if (!strisglob(pp->dpp_mod)) {
} else if (strisglob(pp.dpp_mod) ||
if (strisglob(pp.dpp_name)) {
if (strisglob(pp.dpp_mod)) {
int m_is_glob = pdp->dtpd_mod[0] == '\0' || strisglob(pdp->dtpd_mod);
int f_is_glob = pdp->dtpd_func[0] == '\0' || strisglob(pdp->dtpd_func);
int n_is_glob = pdp->dtpd_name[0] == '\0' || strisglob(pdp->dtpd_name);
if (strisglob(name) || name[0] == '\0') {
if (pdp->dtpd_provider[0] == '\0' || strisglob(pdp->dtpd_provider))
extern int strisglob(const char *);