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

/freebsd-12-stable/usr.bin/top/
H A Dmachine.c222 static int find_uid(uid_t needle, int *haystack);
225 find_uid(uid_t needle, int *haystack) function
849 if (sel->uid[0] != -1 && !find_uid(pp->ki_ruid, sel->uid))

Completed in 104 milliseconds