/openbsd/usr.bin/which/ |
H A D | which.c | 79 if (setgid(getegid())) in main() 80 err(1, "Can't set gid to %u", getegid()); in main()
|
/openbsd/usr.bin/id/ |
H A D | id.c | 150 gid = pw ? pw->pw_gid : rflag ? getgid() : getegid(); in main() 213 if ((rid = getgid()) != (eid = getegid())) { in pretty() 249 if ((egid = getegid()) != gid) { in current()
|
/openbsd/lib/libcurses/tinfo/ |
H A D | access.c | 192 || getgid() != getegid()) 219 setfsgid(getegid()); \
|
/openbsd/gnu/usr.bin/cvs/windows-NT/ |
H A D | pwd.h | 53 extern int getegid (void);
|
H A D | pwd.c | 138 getegid () in getegid() function
|
/openbsd/gnu/usr.bin/cvs/os2/ |
H A D | pwd.h | 53 extern int getegid (void);
|
H A D | pwd.c | 131 getegid () in getegid() function
|
/openbsd/regress/sys/kern/pledge/generic/ |
H A D | test_stdio.c | 35 getegid(); in test_request_stdio()
|
/openbsd/regress/sys/kern/setuid/ |
H A D | setegid.c | 36 if (getegid() != pw->pw_gid) in main()
|
/openbsd/games/sail/ |
H A D | main.c | 50 egid = getegid(); in main()
|
/openbsd/usr.sbin/lpr/lpq/ |
H A D | lpq.c | 78 effective_gid = getegid(); in main()
|
/openbsd/usr.bin/ssh/ |
H A D | uidswap.c | 55 saved_egid = getegid(); in temporarily_use_uid()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | usage.t | 16 for my $list ([qw(errno fork getchar getegid geteuid getgid getgroups getlogin
|
H A D | wrappers.t | 67 is(POSIX::getegid(), 0 + $), 'getegid');
|
/openbsd/gnu/llvm/lldb/source/Host/posix/ |
H A D | HostInfoPosix.cpp | 132 uint32_t HostInfoPosix::GetEffectiveGroupID() { return getegid(); } in GetEffectiveGroupID()
|
/openbsd/usr.sbin/lpr/lpc/ |
H A D | lpc.c | 80 effective_gid = getegid(); in main()
|
/openbsd/lib/libc/hidden/ |
H A D | unistd.h | 72 PROTO_NORMAL(getegid);
|
/openbsd/regress/sys/kern/sysvsem/ |
H A D | semtest.c | 293 gid_t gid = getegid();
|
/openbsd/regress/sys/kern/sysvshm/ |
H A D | shmtest.c | 257 gid_t gid = getegid();
|
/openbsd/sbin/newfs_ext2fs/ |
H A D | mke2fs.c | 399 sblock.e2fs.e2fs_rgid = getegid(); in mke2fs() 925 node.e2di_gid_low = getegid(); in fsinit() 971 node.e2di_gid_low = getegid(); in fsinit() 1064 node.e2di_gid_low = getegid(); in init_resizeino()
|
/openbsd/regress/sys/kern/sysvmsg/ |
H A D | msgtest.c | 282 gid_t gid = getegid();
|
/openbsd/regress/lib/libc/sys/ |
H A D | t_msgget.c | 159 const gid_t gid = getegid(); in ATF_TC_BODY()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/ |
H A D | POSIX.pm | 129 getegid => '$) + 0',
|
/openbsd/usr.bin/wall/ |
H A D | wall.c | 224 gid_t egid = getegid(); in makemsg()
|
/openbsd/lib/libc/rpc/ |
H A D | auth_unix.c | 196 gid = getegid(); in authunix_create_default()
|