Searched refs:old_gid (Results 1 – 2 of 2) sorted by relevance
45 gid_t old_gid; in main() local69 old_gid = stat_buf.st_gid; in main()114 if (stat_buf.st_uid == old_uid && stat_buf.st_gid == old_gid) { in main()121 if (stat_buf.st_gid != old_gid) in main()
220 gid_t old_gid = getgid(); in permanently_set_uid() local272 if (old_gid != pw->pw_gid && pw->pw_uid != 0 && in permanently_set_uid()273 (setgid(old_gid) != -1 || setegid(old_gid) != -1)) in permanently_set_uid()