Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pgrep/
H A Dpsexp.h62 extern int psexp_match(psexp_t *, psinfo_t *, int);
H A Dpsexp.c111 psexp_match(psexp_t *psexp, psinfo_t *psinfo, int flags) in psexp_match() function
H A Dpgrep.c307 (psexp_match(psexp, &ps, flags) ^ reverse)) { in scan_proc_dir()