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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_string.h44 extern int strisglob(const char *);
H A Ddt_pid.c157 glob = strisglob(pp->dpp_name);
295 if (!strisglob(pp->dpp_func)) {
316 } else if (!strisglob(pp->dpp_mod)) {
467 } else if (strisglob(pp.dpp_mod) ||
476 if (strisglob(pp.dpp_name)) {
488 if (strisglob(pp.dpp_mod)) {
H A Ddt_string.c319 strisglob(const char *s) function
H A Ddt_provider.c73 if (strisglob(name) || name[0] == '\0') {
663 int m_is_glob = pdp->dtpd_mod[0] == '\0' || strisglob(pdp->dtpd_mod);
664 int f_is_glob = pdp->dtpd_func[0] == '\0' || strisglob(pdp->dtpd_func);
665 int n_is_glob = pdp->dtpd_name[0] == '\0' || strisglob(pdp->dtpd_name);
776 if (pdp->dtpd_provider[0] == '\0' || strisglob(pdp->dtpd_provider))

Completed in 347 milliseconds