Searched refs:getuid (Results 1 - 25 of 100) sorted by relevance

1234

/external/e2fsprogs/include/nonunix/
H A Dpwd.h5 __inline __uid_t getuid(void){return 0;} function
/external/openssl/crypto/
H A Duid.c82 if (getuid() != geteuid()) return 1;
/external/ipsec-tools/src/racoon/
H A Dsafefile.c56 if (getuid() != geteuid()) {
66 me = getuid();
/external/chromium_org/content/browser/android/
H A Ddevtools_auth.cc28 credentials.user_id == getuid())) {
/external/chromium_org/remoting/host/
H A Dusername.cc28 getpwuid_r(getuid(), &passwd, &(buf[0]), buf_size, &passwd_result);
H A Dit2me_desktop_environment.cc51 want_user_interface = getuid() != 0;
H A Dme2me_desktop_environment.cc100 bool want_user_interface = getuid() != 0;
/external/valgrind/main/memcheck/tests/linux/
H A Dcapget.c17 if (getuid() == 0)
H A Dsigqueue.c31 si->si_uid = getuid();
/external/chromium_org/third_party/mesa/src/src/gallium/targets/gbm/
H A Dgbm.c40 if (geteuid() == getuid())
/external/mesa3d/src/gallium/targets/gbm/
H A Dgbm.c40 if (geteuid() == getuid())
/external/ltrace/
H A Dexecute_program.c48 if (getuid() != 0 || geteuid() != 0) {
65 run_uid = getuid();
/external/chromium_org/sandbox/linux/suid/
H A Dprocess_util_linux.c49 if (getuid() != statbuf.st_uid) {
/external/ppp/pppd/plugins/
H A Dpassprompt.c57 seteuid(getuid());
/external/chromium_org/build/linux/
H A Dinstall-chromeos-fonts.py30 if os.getuid() != 0:
/external/e2fsprogs/lib/ss/
H A Dpager.c48 if ((getuid() != geteuid()) || (getgid() != getegid()))
/external/chromium_org/base/process/
H A Dprocess_iterator_freebsd.cc20 int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_UID, getuid() };
H A Dprocess_iterator_openbsd.cc19 int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_UID, getuid(),
/external/chromium_org/chrome/browser/ui/aura/
H A Dchrome_browser_main_extra_parts_aura.cc147 if (getuid() == 0) {
/external/chromium_org/net/socket/
H A Dunix_domain_server_socket_posix_unittest.cc33 EXPECT_EQ(getuid(), credentials.user_id);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc36 return getuid();
/external/iproute2/misc/
H A Drtacct.c421 if (cred.uid == getuid() || cred.uid == 0)
508 sprintf(sun.sun_path+1, "rtacct%d", getuid());
540 sprintf(hist_name, "/tmp/.rtacct.u%d", getuid());
561 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
/external/bison/lib/
H A Dspawni.c69 # define getuid __getuid macro
233 && (local_seteuid (getuid ()) != 0
/external/lldb/tools/debugserver/source/
H A DRNBServices.cpp44 const uid_t our_uid = getuid();
131 const uid_t our_uid = getuid();
/external/openssl/crypto/rand/
H A Drand_unix.c186 curr_uid = getuid();
401 l=getuid();

Completed in 591 milliseconds

1234