Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dmachine.c225 static int find_uid(uid_t needle, int *haystack);
229 find_uid(uid_t needle, int *haystack) in find_uid() function
873 if (sel->uid[0] != -1 && !find_uid(pp->ki_ruid, sel->uid)) in get_process_info()