Home
last modified time | relevance | path

Searched refs:getuid (Results 401 - 425 of 429) sorted by relevance

1...<<1112131415161718

/third_party/mksh/
H A Dmain.c456 kshuid = getuid(); in main_init()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1731 pub fn getuid() -> ::uid_t; in getuid() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs905 pub fn getuid() -> uid_t; in getuid() functions
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs394 uid: libc::getuid(), in new()
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.c2473 if (creds->uid == getuid()) in command_auth()
2545 if (!(creds = pa_pdispatch_creds(pd)) || getuid() != creds->uid) in command_auth()
2584 ucred.uid = getuid(); in command_auth()
/kernel/linux/linux-5.10/kernel/
H A Dsys.c945 SYSCALL_DEFINE0(getuid) in SYSCALL_DEFINE0()
/kernel/linux/linux-6.6/kernel/
H A Dsys.c986 SYSCALL_DEFINE0(getuid) in SYSCALL_DEFINE0()
/third_party/lwip/src/netif/ppp/
H A Deap.c1204 pw = getpwuid(getuid()); in name_of_pn_file()
/third_party/pulseaudio/src/utils/
H A Dpadsp.c2525 buf->st_uid = getuid();
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel.c2054 ucred.uid = getuid(); in on_sink_created()
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3052 EXPECT_EQ(getuid(), info.si_uid); in TEST()
/third_party/f2fs-tools/fsck/
H A Dfsck.c2668 de.uid = getuid(); in fsck_get_lpf()
/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c3098 if (geteuid() == getuid()) { in get_pci_device_id()
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c3091 se->owner = getuid();
/third_party/libinput/test/
H A Dlitest.c4823 if (getuid() != 0) { in check_device_access()
/third_party/node/src/
H A Djs_native_api_v8.cc1414 v8impl::ResourceSchedule::ReportKeyThread(getuid(), getprocpid(), getproctid(), in OH_JSVM_Init()
1450 v8impl::ResourceSchedule::ReportKeyThread(getuid(), getprocpid(), getproctid(), in OH_JSVM_CreateVM()
/third_party/node/deps/cares/
H A Dconfigure19710 return (getuid() != 0);
19721 snprintf(buffer, sizeof(buffer), "0 %d 1\n", getuid());
19802 if (getuid() != 0) return 1;
19819 snprintf(buffer, sizeof(buffer), "0 %d 1\n", getuid());
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c3464 if (getuid() != 0) in check_permissions()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c3670 if (getuid() != 0) in check_permissions()
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3119 EXPECT_EQ(getuid(), info.si_uid); in TEST()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3613 pub fn getuid() -> uid_t; in getuid() functions
/third_party/python/Lib/test/
H A Dtest_pathlib.py2644 pwdent = pwd.getpwuid(os.getuid())
H A Dtest_shutil.py1759 uid = os.getuid()
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/
H A Dhvigor-wrapper.js372 return!e || ("ENOSYS" === e.code || !(process.getuid && 0 === process.getuid() || "EINVAL" !== e.code && "EPERM" !== e.code))
/applications/standard/calendardata/hvigor/
H A Dhvigor-wrapper.js1231 return!e || ("ENOSYS" === e.code || !(process.getuid && 0 === process.getuid() || "EINVAL" !== e.code && "EPERM" !== e.code))

Completed in 131 milliseconds

1...<<1112131415161718