HomeSort by relevance Sort by last modified time
    Searched refs:getuid (Results 151 - 175 of 368) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/python/cpython2/Lib/test/
test_os.py 736 if os.getuid() != 0:
742 if os.getuid() != 0:
748 if os.getuid() != 0:
754 if os.getuid() != 0:
760 if os.getuid() != 0:
775 if os.getuid() != 0:
    [all...]
  /external/libcap/progs/
capsh.c 544 uid = getuid();
546 printf("uid=%u(%s)\n", getuid(), u ? u->pw_name : "???");
  /external/openssh/
ssh-add.c 591 if ((pw = getpwuid(getuid())) == NULL) {
593 (u_int)getuid());
ssh-keysign.c 203 original_real_uid = getuid(); /* XXX readconf.c needs this */
  /external/ppp/pppd/plugins/
winbind.c 306 uid = getuid();
307 if (setuid(uid) == -1 || getuid() != uid)
  /bionic/tests/
ftw_test.cpp 141 if (getuid() == 0) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimetools.py 144 uid = repr(os.getuid())
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 247 uid_t getuid (void);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 397 uid_t getuid (void) function
  /external/bcc/tests/cc/
test_bpf_table.cc 195 std::string getuid_fnname = bpf.get_syscall_fnname("getuid");
198 REQUIRE(getuid() >= 0);
  /external/e2fsprogs/lib/et/
error_message.c 202 if ((getuid() != geteuid()) || (getgid() != getegid()))
  /external/ipsec-tools/src/libipsec/
test-policy.c 234 if (getuid() != 0)
  /external/iptables/
iptables-test.py 279 if os.getuid() != 0:
  /external/iputils/
ping_common.c 115 if (setuid(getuid()) < 0) {
128 uid = getuid();
175 if (seteuid(on ? euid : getuid())) {
194 if (setuid(getuid())) {
  /external/libchrome/base/memory/
shared_memory_posix.cc 145 const uid_t real_uid = getuid();
  /external/linux-kselftest/tools/testing/selftests/ipc/
msgque.c 199 if (getuid() != 0)
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 159 uid = getuid();
  /external/ltp/testcases/kernel/pty/
pty01.c 96 if (st.st_uid != getuid()) {
  /external/ltp/testcases/kernel/sched/tool/
trace_sched.c 310 if (getuid() != 0) {
  /external/ltp/utils/sctp/func_tests/
test_1_to_1_socket_bind_listen.c 193 uid = getuid();
  /external/mesa3d/src/loader/
loader.c 310 if (geteuid() == getuid()) {
  /external/python/cpython2/Lib/
mimetools.py 144 uid = repr(os.getuid())
  /external/scapy/scapy/arch/bpf/
core.py 147 if os.getuid() != 0:
  /external/strace/tests/
quotactl.c 271 ARG_STR("/dev/sda1"), getuid(), dqblk, print_dqblk,
rt_sigtimedwait.c 195 "[HUP INT QUIT ALRM TERM]", "SIGALRM", getpid(), getuid(),

Completed in 663 milliseconds

1 2 3 4 5 67 8 91011>>