Home
last modified time | relevance | path

Searched refs:getuid (Results 201 - 225 of 232) sorted by relevance

12345678910

/third_party/eudev/src/udev/
H A Dudevd.c1160 if (getuid() != 0) { in main()
/third_party/f2fs-tools/lib/
H A Dlibf2fs.c705 c.root_uid = getuid(); in f2fs_init_configuration()
/third_party/backends/tools/
H A Dsane-find-scanner.c2100 if (getuid ()) in main()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta.c458 getpwuid_r(getuid(), &pwd, path2, PATH_MAX - strlen(suffix2), &result); in radv_builtin_cache_path()
/third_party/python/Lib/test/
H A Dtest_posixpath.py294 home = pwd.getpwuid(os.getuid()).pw_dir
301 # the password database (pwd.getuid() or pwd.getpwnam() fail),
/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py1758 fp.write("# By: %s\n" % pwd.getpwuid(os.getuid()).pw_gecos)
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dsyscalls.rs1314 && crate::process::getuid() == crate::process::geteuid()
/third_party/ntfs-3g/libntfs-3g/
H A Dsecurity.c5344 if (!mnt && !(mntflag & NTFS_MF_MOUNTED) && !getuid()) { in ntfs_initialize_file_security()
5355 scx->uid = getuid(); in ntfs_initialize_file_security()
5371 if (getuid()) in ntfs_initialize_file_security()
/third_party/ntfs-3g/src/
H A Dlowntfs-3g.c4296 .uid = getuid(),
4625 if ((getuid() != geteuid()) || (getgid() != getegid())) {
4721 if (getuid() && ctx->blkdev) {
/third_party/backends/backend/
H A Dhp-option.c2160 pw = getpwuid (getuid ()); /* Look if we can find our home directory */ in get_home_dir()
2503 pw = getpwuid (getuid ()); /* Look if we can find our home directory */ in _program_calibrate()
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c2119 rec->ipc_key += getuid();
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c1453 f->owner = getuid(); in fuse_lowlevel_new()
/third_party/lwip/src/netif/ppp/
H A Dauth.c432 if (seteuid(getuid()) == -1) {
H A Deap.c1204 pw = getpwuid(getuid()); in name_of_pn_file()
/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()
/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()
/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()

Completed in 82 milliseconds

12345678910