Searched refs:uid_t (Results 301 - 325 of 671) sorted by relevance
1...<<11121314151617181920>>...27
| /third_party/libwebsockets/test-apps/ |
| H A D | test-server.c | 427 uid_t uid = (uid_t)-1; in main() 456 uid = (uid_t)atoi(optarg); in main()
|
| /third_party/libfuse/include/ |
| H A D | fuse.h | 402 int (*chown) (const char *, uid_t, gid_t, struct fuse_file_info *fi); 840 uid_t uid; 1229 int fuse_fs_chown(struct fuse_fs *fs, const char *path, uid_t uid, gid_t gid,
|
| /third_party/rust/crates/libc/src/vxworks/ |
| H A D | mod.rs | 61 pub type uid_t = ::c_ushort; types 128 pub unsafe fn si_uid(&self) -> ::uid_t { in si_uid() 232 pub st_uid : ::uid_t, 302 pub si_uid: ::uid_t, 1188 pub fn fchown(fd: ::c_int, owner: ::uid_t, group: ::gid_t) -> ::c_int; in fchown() 1192 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() 1195 pub fn geteuid() -> uid_t; in geteuid() 1201 pub fn seteuid(uid: uid_t) -> ::c_int; in seteuid() 1728 pub fn setuid(uid: ::uid_t) -> ::c_int; in setuid() 1731 pub fn getuid() -> ::uid_t; in getuid() [all...] |
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 130 pub f_owner: ::uid_t, 146 pub st_uid: ::uid_t, 217 pub cr_uid: ::uid_t, 248 pub f_uid: ::uid_t, 314 pub kp_uid: ::uid_t, 317 pub kp_ruid: ::uid_t, 318 pub kp_svuid: ::uid_t, 460 pub f_owner: ::uid_t, 1657 pub fn getlastlogx(fname: *const ::c_char, uid: ::uid_t, ll: *mut lastlogx) -> *mut lastlogx; in getlastlogx() 1658 pub fn updlastlogx(fname: *const ::c_char, uid: ::uid_t, l in getlastlogx() [all...] |
| /kernel/linux/common_modules/tzdriver/tlogger/ |
| H A D | log_pages_cfg.c | 123 void get_log_chown(uid_t *user, gid_t *group) in get_log_chown()
|
| /kernel/linux/linux-5.10/fs/hostfs/ |
| H A D | hostfs.h | 48 uid_t ia_uid;
|
| /kernel/linux/linux-6.6/fs/hostfs/ |
| H A D | hostfs.h | 48 uid_t ia_uid;
|
| /kernel/liteos_a/compat/posix/include/ |
| H A D | mqueue.h | 100 uid_t euid; /* euid of mqueue */
|
| /kernel/liteos_m/kal/posix/src/ |
| H A D | mqueue_impl.h | 126 uid_t euid; /* euid of mqueue */
|
| /third_party/alsa-lib/src/ |
| H A D | userfile.c | 86 uid_t id = getuid(); in snd_user_file()
|
| /third_party/ltp/testcases/kernel/controllers/cgroup/ |
| H A D | cgroup_core02.c | 36 static uid_t nobody_uid;
|
| H A D | cgroup_core01.c | 34 static uid_t nobody_uid, save_uid;
|
| /third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/ |
| H A D | hugeshmctl03.c | 44 static uid_t test_uid;
|
| /third_party/ltp/testcases/kernel/syscalls/access/ |
| H A D | access04.c | 45 static uid_t uid;
|
| /third_party/ltp/testcases/kernel/syscalls/chown/ |
| H A D | chown04.c | 71 uid_t uid; in run()
|
| H A D | chown02.c | 38 uid_t uid; in run()
|
| /third_party/ltp/testcases/kernel/syscalls/open/ |
| H A D | open05.c | 46 static uid_t nobody_uid;
|
| /third_party/ltp/testcases/kernel/syscalls/pidfd_getfd/ |
| H A D | pidfd_getfd02.c | 29 static uid_t uid;
|
| /third_party/ltp/testcases/kernel/syscalls/prctl/ |
| H A D | prctl06.c | 28 static uid_t nobody_uid;
|
| /third_party/ltp/testcases/kernel/syscalls/fchownat/ |
| H A D | fchownat02.c | 44 static uid_t set_uid = 1000;
|
| /third_party/ltp/testcases/kernel/syscalls/setpriority/ |
| H A D | setpriority02.c | 34 static uid_t uid;
|
| /third_party/ltp/testcases/kernel/syscalls/mq_unlink/ |
| H A D | mq_unlink01.c | 19 static uid_t euid;
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
| H A D | 26-2.c | 43 uid_t old_uid; in main()
|
| /third_party/musl/libc-test/src/api/ |
| H A D | ftw.c | 62 F(uid_t, st_uid) in f()
|
| /third_party/toybox/toys/lsb/ |
| H A D | passwd.c | 57 uid_t myuid; in passwd_main()
|
Completed in 15 milliseconds
1...<<11121314151617181920>>...27