HomeSort by relevance Sort by last modified time
    Searched full:geteuid (Results 351 - 375 of 707) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/lib/ext2fs/
test_io.c 169 if ((getuid() != geteuid()) || (getgid() != getegid()))
  /external/e2fsprogs/misc/
uuidd.c 83 euid = geteuid();
  /external/iputils/ninfod/
ninfod.c 548 euid = geteuid();
  /external/iputils/
tftpd.c 113 if (geteuid() == 0) {
  /external/libchrome/sandbox/linux/suid/
sandbox.c 463 if (geteuid() != 0) {
  /external/libevent/
config.h.in 73 /* Define to 1 if you have the `geteuid' function. */
  /external/libevent/include/event2/
event-config-bionic.h 98 /* Define to 1 if you have the `geteuid' function. */
event-config-darwin.h 98 /* Define to 1 if you have the `geteuid' function. */
event-config-linux.h 98 /* Define to 1 if you have the `geteuid' function. */
  /external/libvncserver/rfb/
rfbconfig.h 63 /* Define to 1 if you have the `geteuid' function. */
  /external/ltrace/etc/
libc.so.conf 387 int geteuid();
  /external/ltrace/sysdeps/linux-gnu/aarch64/
syscallent.h 196 "geteuid", /* 175 */
    [all...]
  /external/mesa3d/src/gbm/backends/dri/
gbm_dri.c 176 if (geteuid() == getuid()) {
  /external/mesa3d/src/glx/
dri_common.c 140 if (geteuid() == getuid()) {
  /external/webrtc/webrtc/base/
unixfilesystem.cc 431 } else if (passwd* pw = getpwuid(geteuid())) {
  /hardware/bsp/intel/peripheral/libmraa/src/
mraa.c 88 uid_t proc_euid = geteuid();
  /libcore/luni/src/main/java/libcore/io/
Posix.java 74 public native int geteuid(); method in class:Posix
  /prebuilts/gdb/darwin-x86/share/gdb/syscalls/
aarch64-linux.xml 187 <syscall name="geteuid" number="175"/>
amd64-linux.xml 124 <syscall name="geteuid" number="107"/>
i386-linux.xml 66 <syscall name="geteuid" number="49"/>
mips-n32-linux.xml 122 <syscall name="geteuid" number="6105"/>
mips-n64-linux.xml 122 <syscall name="geteuid" number="5105"/>
mips-o32-linux.xml 64 <syscall name="geteuid" number="4049"/>
ppc-linux.xml 66 <syscall name="geteuid" number="49"/>
ppc64-linux.xml 66 <syscall name="geteuid" number="49"/>

Completed in 385 milliseconds

<<11121314151617181920>>