Searched refs:getgid (Results 1 - 25 of 42) sorted by relevance

12

/external/e2fsprogs/include/nonunix/
H A Dgrp.h5 __inline __gid_t getgid(void){return 0;} function
/external/openssl/crypto/
H A Duid.c83 if (getgid() != getegid()) return 1;
/external/ppp/pppd/plugins/
H A Dpassprompt.c58 setegid(getgid());
H A Dwinbind.c312 setgid(getgid());
/external/e2fsprogs/lib/ss/
H A Dpager.c48 if ((getuid() != geteuid()) || (getgid() != getegid()))
/external/ltrace/
H A Dexecute_program.c66 run_gid = getgid();
/external/chromium_org/net/socket/
H A Dunix_domain_server_socket_posix_unittest.cc34 EXPECT_EQ(getgid(), credentials.group_id);
H A Dunix_domain_client_socket_posix_unittest.cc33 EXPECT_EQ(getgid(), credentials.group_id);
/external/bison/lib/
H A Dspawni.c68 # define getgid __getgid macro
234 || local_setegid (getgid ()) != 0))
/external/chromium_org/third_party/libevent/
H A Devutil.c263 if (getgid() != getegid())
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_loader.cpp52 if (p && (geteuid() != getuid() || getegid() != getgid())) {
/external/e2fsprogs/lib/blkid/
H A Dcache.c42 if ((getuid() != geteuid()) || (getgid() != getegid()))
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_loader.cpp52 if (p && (geteuid() != getuid() || getegid() != getgid())) {
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Degldriver.c410 use_env = (geteuid() == getuid() && getegid() == getgid());
476 if ((geteuid() != getuid() || getegid() != getgid())) {
/external/ltrace/etc/
H A Dsyscalls.conf63 int getgid();
/external/mesa3d/src/egl/main/
H A Degldriver.c410 use_env = (geteuid() == getuid() && getegid() == getgid());
476 if ((geteuid() != getuid() || getegid() != getgid())) {
/external/oprofile/opjitconv/
H A Dopjitconv.c229 if (fchown(fd, getuid(), getgid()) != 0) {
394 if (setegid(getgid()) != 0) {
/external/e2fsprogs/lib/et/
H A Derror_message.c201 if ((getuid() != geteuid()) || (getgid() != getegid()))
/external/openssl/crypto/rand/
H A Drand_unix.c178 curr_gid = getgid();
/external/oprofile/libpopt/
H A Dpopt.c426 rc = setresgid(getgid(), getgid(),-1);
437 rc = setgid(getgid());
442 rc = setregid(getgid(), getgid());
/external/e2fsprogs/intl/
H A Ddcigettext.c401 # define getgid() 0
407 # define getegid() getgid()
414 if (getuid () != geteuid () || getgid () != getegid ()) \
/external/bluetooth/bluedroid/test/bluedroidtest/
H A Dbluedroidtest.c124 bdt_log("set_aid_and_cap : pid %d, uid %d gid %d", getpid(), getuid(), getgid());
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox_unittest.cc491 RESTRICT_SYSCALL_EPERM_TEST(getgid);
/external/e2fsprogs/contrib/
H A Dspd_readdir.c102 if ((getuid() != geteuid()) || (getgid() != getegid()))
/external/e2fsprogs/misc/
H A Duuidd.c511 gid = getgid();

Completed in 6168 milliseconds

12