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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c121 int isdash = strcmp("-", func) == 0; local
133 sz = sizeof (fasttrap_probe_spec_t) + (isdash ? 4 :
147 if (!isdash && gmatch("return", pp->dpp_name)) {
159 if (!isdash && gmatch("entry", pp->dpp_name)) {
202 } else if (glob && !isdash) {

Completed in 49 milliseconds