Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/pgrep/
H A Dpsexp.h59 } psexp_t; typedef
61 extern void psexp_create(psexp_t *);
62 extern void psexp_destroy(psexp_t *);
63 extern int psexp_compile(psexp_t *);
64 extern int psexp_match(psexp_t *, psinfo_t *, int);
H A Dpsexp.c38 psexp_create(psexp_t *psexp) in psexp_create()
56 psexp_destroy(psexp_t *psexp) in psexp_destroy()
75 psexp_compile(psexp_t *psexp) in psexp_compile()
113 psexp_match(psexp_t *psexp, psinfo_t *psinfo, int flags) in psexp_match()
H A Dpgrep.c171 static psexp_t g_psexp; /* Process matching expression */
277 scan_proc_dir(const char *dirpath, DIR *dirp, psexp_t *psexp, in scan_proc_dir()