Searched refs:bin_gid (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/syscalls/mkdir/ |
D | mkdir02.c | 37 static gid_t nobody_gid, bin_gid; variable 47 SAFE_SETREGID(bin_gid, bin_gid); in verify_mkdir() 88 bin_gid = pw->pw_gid; in setup()
|
/external/ltp/testcases/kernel/syscalls/setresgid/ |
D | setresgid03.c | 102 static uid_t nobody_gid, bin_gid, neg = -1; variable 203 GID16_CHECK((bin_gid = bin.pw_gid), "setresgid", cleanup) in setup()
|
D | setresgid02.c | 101 static uid_t nobody_gid, root_gid, bin_gid, neg = -1; variable 207 GID16_CHECK((bin_gid = bin.pw_gid), "setresgid", cleanup) in setup()
|