/third_party/toybox/ |
H A D | main.c | 118 uid_t uid = getuid(), euid = geteuid(); in toy_init()
|
/third_party/toybox/porting/liteos_a/ |
H A D | main.c | 119 uid_t uid = getuid(), euid = geteuid(); in toy_init()
|
/third_party/toybox/toys/pending/ |
H A D | mdev.c | 44 uid_t uid = 0; in make_device()
|
/third_party/python/Modules/ |
H A D | pwdmodule.c | 131 uid_t uid; in pwd_getpwuid()
|
H A D | posixmodule.c | 677 _PyLong_FromUid(uid_t uid) in _PyLong_FromUid() 679 if (uid == (uid_t)-1) in _PyLong_FromUid() 693 _Py_Uid_Converter(PyObject *obj, uid_t *p) in _Py_Uid_Converter() 695 uid_t uid; in _Py_Uid_Converter() 710 * Handling uid_t is complicated for two reasons: in _Py_Uid_Converter() 711 * * Although uid_t is (always?) unsigned, it still in _Py_Uid_Converter() 725 uid = (uid_t)result; in _Py_Uid_Converter() 739 if (sizeof(uid_t) < sizeof(long) && in _Py_Uid_Converter() 751 * as uid_t may be unsigned long on this platform. in _Py_Uid_Converter() 760 uid = (uid_t)uresul in _Py_Uid_Converter() [all...] |
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 93 pub uid: ::uid_t, 95 pub cuid: ::uid_t, 126 pub pw_uid: ::uid_t, 312 pub st_uid: ::uid_t, 1040 uid: ::uid_t, 1088 pub unsafe fn si_uid(&self) -> ::uid_t { in si_uid() 3017 uid: ::uid_t, in getpwuid_r() 3095 pub fn ucred_geteuid(ucred: *const ucred_t) -> ::uid_t; in ucred_geteuid() 3096 pub fn ucred_getruid(ucred: *const ucred_t) -> ::uid_t; in ucred_getruid() 3097 pub fn ucred_getsuid(ucred: *const ucred_t) -> ::uid_t; in ucred_getsuid() [all...] |
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | main.c | 243 uid_t *check_ruid) in ecryptfs_parse_options() 486 uid_t check_ruid; in ecryptfs_mount()
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | main.c | 243 uid_t *check_ruid) in ecryptfs_parse_options() 486 uid_t check_ruid; in ecryptfs_mount()
|
/kernel/liteos_a/fs/vfs/operation/ |
H A D | vfs_other.c | 271 int chown(const char *pathname, uid_t owner, gid_t group) in chown() 277 if (owner != (uid_t)-1) { in chown()
|
/third_party/gn/src/base/files/ |
H A D | file_util_posix.cc | 82 uid_t owner_uid, in VerifySpecificPathControlledByUser() 616 uid_t owner_uid, in VerifyPathControlledByUser()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | FileStreams.cpp | 613 const uid_t uid = st.st_uid;
in GetProperty() 634 const uid_t gid = st.st_gid;
in GetProperty()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
H A D | hexagon.rs | 38 pub uid: ::uid_t, 40 pub cuid: ::uid_t,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FileSystem.h | 149 uid_t fs_st_uid; 180 time_t MTime, uid_t UID, gid_t GID, off_t Size) in file_status()
|
/third_party/python/Modules/clinic/ |
H A D | posixmodule.c.h | 837 os_chown_impl(PyObject *module, path_t *path, uid_t uid, gid_t gid, 849 uid_t uid; in os_chown() 908 os_fchown_impl(PyObject *module, int fd, uid_t uid, gid_t gid); 918 uid_t uid; in os_fchown() 958 os_lchown_impl(PyObject *module, path_t *path, uid_t uid, gid_t gid); 968 uid_t uid; in os_lchown() 3737 os_setuid_impl(PyObject *module, uid_t uid); 3743 uid_t uid; in os_setuid() 3768 os_seteuid_impl(PyObject *module, uid_t euid); 3774 uid_t eui in os_seteuid() [all...] |
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | smbacl.c | 275 uid_t id; in sid_to_id() 603 uid_t uid; in set_posix_acl_entries_dacl() 670 uid_t uid; in set_posix_acl_entries_dacl() 741 uid_t uid; in set_mode_dacl() 905 uid_t uid; in build_sec_desc()
|
/kernel/liteos_a/syscall/ |
H A D | fs_syscall.c | 2437 int SysFchownat(int fd, const char *path, uid_t owner, gid_t group, int flag) in SysFchownat() 2450 if (owner != (uid_t)-1) { in SysFchownat() 2470 int SysFchown(int fd, uid_t owner, gid_t group) in SysFchown() 2488 if (owner != (uid_t)-1) { in SysFchown() 2504 int SysChown(const char *pathname, uid_t owner, gid_t group) in SysChown()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 68 pub pw_uid: ::uid_t, 197 pub uid: ::uid_t, 199 pub cuid: ::uid_t, 267 pub st_uid: ::uid_t, 289 pub st_uid: ::uid_t,
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | debug.h | 111 int buf_size, umode_t mode, uid_t uid,
|
/kernel/linux/linux-5.10/tools/testing/selftests/clone3/ |
H A D | clone3_set_tid.c | 154 uid_t uid = getuid(); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/mount/ |
H A D | unprivileged-remount-test.c | 156 uid_t uid; in create_and_enter_userns()
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | debug.h | 112 int buf_size, umode_t mode, uid_t uid,
|
/kernel/linux/linux-5.10/security/integrity/evm/ |
H A D | evm_crypto.c | 146 uid_t uid; in hmac_add_misc()
|
/kernel/linux/linux-5.10/fs/efs/ |
H A D | inode.c | 101 i_uid_write(inode, (uid_t)be16_to_cpu(efs_inode->di_uid)); in efs_iget()
|
/kernel/linux/linux-5.10/fs/freevxfs/ |
H A D | vxfs_inode.c | 130 i_uid_write(inode, (uid_t)vip->vii_uid); in dip2vip_cpy()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | audit.h | 156 uid_t perm_uid;
|