Lines Matching refs:idstr
477 char idstr[PC_IDTYPNMSZ]; local
613 itoa((long)prinfo.pr_pid, idstr);
614 procinset = idmatch(idstr, myidstr,
619 itoa((long)prinfo.pr_ppid, idstr);
620 procinset = idmatch(idstr, myidstr,
625 itoa((long)prinfo.pr_pgid, idstr);
626 procinset = idmatch(idstr, myidstr,
631 itoa((long)prinfo.pr_sid, idstr);
632 procinset = idmatch(idstr, myidstr,
642 itoa((long)prcred.pr_euid, idstr);
643 procinset = idmatch(idstr, myidstr,
648 itoa((long)prcred.pr_egid, idstr);
649 procinset = idmatch(idstr, myidstr,
654 itoa((long)prinfo.pr_projid, idstr);
655 procinset = idmatch(idstr, myidstr,
660 itoa((long)prinfo.pr_taskid, idstr);
661 procinset = idmatch(idstr, myidstr,
666 itoa((long)prinfo.pr_zoneid, idstr);
667 procinset = idmatch(idstr, myidstr,
672 itoa((long)prinfo.pr_contract, idstr);
673 procinset = idmatch(idstr, myidstr,
1036 idmatch(idstr, curidstr, idargc, idargv) in idmatch() argument
1037 char *idstr; in idmatch()
1045 if (strcmp(curidstr, idstr) == 0)
1049 if (strcmp(idargv[i], idstr) == 0)