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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c117 int isdash = strcmp("-", func) == 0; local
125 sz = sizeof (fasttrap_probe_spec_t) + (isdash ? 4 :
139 if (!isdash && gmatch("return", pp->dpp_name)) {
151 if (!isdash && gmatch("entry", pp->dpp_name)) {
194 } else if (glob && !isdash) {

Completed in 62 milliseconds