OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:check_ingroup
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/su/
su.c
99
static int
check_ingroup
(int, const char *, const char *, int);
256
if ((ok =
check_ingroup
(-1, SU_ROOTAUTH, username, 0))) {
268
ok =
check_ingroup
(-1, SU_GROUP, username, 1);
530
check_ingroup
(int gid, const char *gname, const char *user, int ifempty)
function
585
ok =
check_ingroup
(-1, *g, user, 0);
Completed in 15 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026