HomeSort by: relevance | last modified time | path
    Searched defs:check_ingroup (Results 1 - 3 of 3) 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 in typeref:typename:int
585 ok = check_ingroup(-1, *g, user, 0);
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 in typeref:typename:int
585 ok = check_ingroup(-1, *g, user, 0);
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 in typeref:typename:int
585 ok = check_ingroup(-1, *g, user, 0);

Completed in 32 milliseconds