Home
last modified time | relevance | path

Searched refs:uid_t (Results 451 - 475 of 663) sorted by relevance

1...<<11121314151617181920>>...27

/third_party/toybox/
H A Dmain.c118 uid_t uid = getuid(), euid = geteuid(); in toy_init()
/third_party/toybox/porting/liteos_a/
H A Dmain.c119 uid_t uid = getuid(), euid = geteuid(); in toy_init()
/third_party/toybox/toys/pending/
H A Dmdev.c44 uid_t uid = 0; in make_device()
/third_party/python/Modules/
H A Dpwdmodule.c131 uid_t uid; in pwd_getpwuid()
H A Dposixmodule.c677 _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 Dmod.rs93 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 Dmain.c243 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 Dmain.c243 uid_t *check_ruid) in ecryptfs_parse_options()
486 uid_t check_ruid; in ecryptfs_mount()
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_other.c271 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 Dfile_util_posix.cc82 uid_t owner_uid, in VerifySpecificPathControlledByUser()
616 uid_t owner_uid, in VerifyPathControlledByUser()
/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.cpp613 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 Dhexagon.rs38 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 DFileSystem.h149 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 Dposixmodule.c.h837 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 Dsmbacl.c275 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 Dfs_syscall.c2437 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 Dmod.rs68 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 Ddebug.h111 int buf_size, umode_t mode, uid_t uid,
/kernel/linux/linux-5.10/tools/testing/selftests/clone3/
H A Dclone3_set_tid.c154 uid_t uid = getuid(); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c156 uid_t uid; in create_and_enter_userns()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Ddebug.h112 int buf_size, umode_t mode, uid_t uid,
/kernel/linux/linux-5.10/security/integrity/evm/
H A Devm_crypto.c146 uid_t uid; in hmac_add_misc()
/kernel/linux/linux-5.10/fs/efs/
H A Dinode.c101 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 Dvxfs_inode.c130 i_uid_write(inode, (uid_t)vip->vii_uid); in dip2vip_cpy()
/kernel/linux/linux-5.10/kernel/
H A Daudit.h156 uid_t perm_uid;

Completed in 48 milliseconds

1...<<11121314151617181920>>...27