Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c131 int isdash = strcmp("-", func) == 0; in dt_pid_per_sym() local
143 sz = sizeof (fasttrap_probe_spec_t) + (isdash ? 4 : in dt_pid_per_sym()
157 if (!isdash && gmatch("return", pp->dpp_name)) { in dt_pid_per_sym()
169 if (!isdash && gmatch("entry", pp->dpp_name)) { in dt_pid_per_sym()
212 } else if (glob && !isdash) { in dt_pid_per_sym()