HomeSort by relevance Sort by last modified time
    Searched refs:geteuid (Results 176 - 200 of 341) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/strace/linux/microblaze/
syscallent.h 79 [ 49] = { 0, PU|NF, SEN(geteuid16), "geteuid" },
231 [201] = { 0, PU|NF, SEN(geteuid), "geteuid32" },
232 [202] = { 0, PU|NF, SEN(geteuid), "getegid32" },
  /external/toybox/toys/pending/
crontab.c 239 fchown(fdout, getuid(), geteuid());
  /external/valgrind/memcheck/tests/solaris/
name_service_door.c 132 header->p_euid = geteuid();
  /system/extras/memtrack/
memtrack.cpp 292 if (geteuid() != 0) {
  /external/strace/
strace.c 444 int euid = geteuid(), uid = getuid();
1196 } else if (geteuid() != 0)
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 473 prpsinfo->pr_euid = VG_(geteuid)();
513 psinfo->pr_euid = VG_(geteuid)();
634 prcred->pr_euid = VG_(geteuid)();
    [all...]
  /bionic/tests/headers/posix/
unistd_h.c 321 FUNCTION(geteuid, uid_t (*f)(void));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
site.py 216 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
218 if os.geteuid() != os.getuid():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
site.py 218 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
220 if os.geteuid() != os.getuid():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
site.py 221 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
223 if os.geteuid() != os.getuid():
  /external/clang/utils/perf-training/
perf-helper.py 87 if not os.geteuid() == 0:
  /external/dhcpcd-6.8.2/
control.c 260 chown(sa.sun_path, geteuid(), ctx->control_group) == -1) ||
  /external/e2fsprogs/contrib/
spd_readdir.c 102 if ((getuid() != geteuid()) || (getgid() != getegid()))
  /external/e2fsprogs/misc/
uuidd.c 85 euid = geteuid();
  /external/iputils/
tftpd.c 113 if (geteuid() == 0) {
  /external/ltp/lib/
tst_res.c 603 if (geteuid() != 0)
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_driver.c 266 printf("user name = %s\n", getpwuid(geteuid())->pw_name);
  /external/mesa3d/src/glx/
dri_common.c 109 if (geteuid() == getuid()) {
  /external/python/cpython2/Lib/
site.py 213 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
215 if os.geteuid() != os.getuid():
  /external/python/cpython3/Lib/
site.py 226 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
228 if os.geteuid() != os.getuid():
  /external/strace/linux/32/
syscallent.h 183 [175] = { 0, PU|NF, SEN(geteuid), "geteuid" },
  /external/strace/tests/
ptrace.c 101 const uid_t uid = geteuid();
  /external/strace/tests-m32/
ptrace.c 101 const uid_t uid = geteuid();
  /external/strace/tests-mx32/
ptrace.c 101 const uid_t uid = geteuid();
  /external/syslinux/linux/
syslinux.c 331 if (geteuid()) {

Completed in 974 milliseconds

1 2 3 4 5 6 78 91011>>