Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pgrep/
H A Dpsexp.c39 idtab_create(&psexp->ps_ruids); in psexp_create()
57 idtab_destroy(&psexp->ps_ruids); in psexp_destroy()
80 idtab_sort(&psexp->ps_ruids); in psexp_compile()
118 if (NOMATCH(ps_ruids, pr_uid)) in psexp_match()
H A Dpsexp.h45 idtab_t ps_ruids; /* Table of real uids to match */ member
H A Dpgrep.c522 return (parse_uids(&g_psexp.ps_ruids, arg)); in opt_uid()