Home
last modified time | relevance | path

Searched refs:getegid (Results 1 – 19 of 19) sorted by relevance

/external/openssh/
Duidswap.c70 saved_egid = getegid(); in temporarily_use_uid()
127 if (setgid(getegid()) < 0) in temporarily_use_uid()
128 debug("setgid %u: %.100s", (u_int) getegid(), strerror(errno)); in temporarily_use_uid()
300 if (getgid() != pw->pw_gid || getegid() != pw->pw_gid) { in permanently_set_uid()
302 __func__, (u_int)getgid(), (u_int)getegid(), in permanently_set_uid()
/external/openssl/crypto/
Duid.c83 if (getgid() != getegid()) return 1; in OPENSSL_issetugid()
/external/valgrind/main/include/
Dpub_tool_libcproc.h78 extern Int VG_(getegid) ( void );
/external/e2fsprogs/lib/ss/
Dpager.c46 if ((getuid() != geteuid()) || (getgid() != getegid())) in ss_safe_getenv()
/external/e2fsprogs/lib/blkid/
Dcache.c39 if ((getuid() != geteuid()) || (getgid() != getegid())) in safe_getenv()
/external/chromium/third_party/libevent/
Devutil.c263 if (getgid() != getegid()) in evutil_issetugid()
Dconfig.h.in39 /* Define to 1 if you have the `getegid' function. */
Dconfigure.in139 …trsep getaddrinfo getnameinfo strlcpy inet_ntop signal sigaction strtoll issetugid geteuid getegid)
Dconfigure21112 …strsep getaddrinfo getnameinfo strlcpy inet_ntop signal sigaction strtoll issetugid geteuid getegid
/external/e2fsprogs/lib/et/
Derror_message.c178 if ((getuid() != geteuid()) || (getgid() != getegid())) in safe_getenv()
/external/e2fsprogs/intl/
Ddcigettext.c407 # define getegid() getgid()
414 if (getuid () != geteuid () || getgid () != getegid ()) \
/external/e2fsprogs/lib/ext2fs/
Dtest_io.c160 if ((getuid() != geteuid()) || (getgid() != getegid())) in safe_getenv()
/external/valgrind/main/coregrind/
Dm_libcproc.c513 Int VG_(getegid) ( void ) in VG_() argument
Dm_libcfile.c559 if (VG_(getegid)() == st.gid) in VG_() local
/external/ppp/pppd/
Dmain.c1717 setgid(getegid());
/external/mksh/src/
Dmain.c339 kshegid = getegid(); in main()
Dfuncs.c2975 return (stat(opnd1, &b1) == 0 && b1.st_gid == getegid()); in test_eval()
/external/e2fsprogs/
Daclocal.m4407 AC_CHECK_FUNCS([asprintf fwprintf getcwd getegid geteuid getgid getuid \
Dconfigure7862 for ac_func in asprintf fwprintf getcwd getegid geteuid getgid getuid \