Searched refs:psexp (Results 1 – 4 of 4) sorted by relevance
38 psexp_create(psexp_t *psexp) in psexp_create() argument40 idtab_create(&psexp->ps_euids); in psexp_create()41 idtab_create(&psexp->ps_ruids); in psexp_create()42 idtab_create(&psexp->ps_rgids); in psexp_create()43 idtab_create(&psexp->ps_ppids); in psexp_create()44 idtab_create(&psexp->ps_pgids); in psexp_create()45 idtab_create(&psexp->ps_sids); in psexp_create()46 idtab_create(&psexp->ps_ttys); in psexp_create()47 idtab_create(&psexp->ps_projids); in psexp_create()48 idtab_create(&psexp->ps_taskids); in psexp_create()[all …]
45 typedef struct psexp { struct
31 OBJS = pgrep.o idtab.o psexp.o
277 scan_proc_dir(const char *dirpath, DIR *dirp, psexp_t *psexp, in scan_proc_dir() argument307 (psexp_match(psexp, &ps, flags) ^ reverse)) { in scan_proc_dir()