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

/illumos-gate/usr/src/cmd/truss/
H A Dactions.c365 int istraced; local
450 istraced = dotrace && prismember(&trace, what);
454 if (!istraced && nargs > 2) {
459 istraced = TRUE;
462 istraced = TRUE;
467 if (cflag || !istraced) /* just counting */
503 return (istraced);
519 int istraced; local
546 istraced = dotrace && prismember(&trace, what);
549 istraced
[all...]

Completed in 58 milliseconds