Home
last modified time | relevance | path

Searched refs:uid_t (Results 301 - 325 of 671) sorted by relevance

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

/third_party/libwebsockets/test-apps/
H A Dtest-server.c427 uid_t uid = (uid_t)-1; in main()
456 uid = (uid_t)atoi(optarg); in main()
/third_party/libfuse/include/
H A Dfuse.h402 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 Dmod.rs61 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 Dmod.rs130 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 Dlog_pages_cfg.c123 void get_log_chown(uid_t *user, gid_t *group) in get_log_chown()
/kernel/linux/linux-5.10/fs/hostfs/
H A Dhostfs.h48 uid_t ia_uid;
/kernel/linux/linux-6.6/fs/hostfs/
H A Dhostfs.h48 uid_t ia_uid;
/kernel/liteos_a/compat/posix/include/
H A Dmqueue.h100 uid_t euid; /* euid of mqueue */
/kernel/liteos_m/kal/posix/src/
H A Dmqueue_impl.h126 uid_t euid; /* euid of mqueue */
/third_party/alsa-lib/src/
H A Duserfile.c86 uid_t id = getuid(); in snd_user_file()
/third_party/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_core02.c36 static uid_t nobody_uid;
H A Dcgroup_core01.c34 static uid_t nobody_uid, save_uid;
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
H A Dhugeshmctl03.c44 static uid_t test_uid;
/third_party/ltp/testcases/kernel/syscalls/access/
H A Daccess04.c45 static uid_t uid;
/third_party/ltp/testcases/kernel/syscalls/chown/
H A Dchown04.c71 uid_t uid; in run()
H A Dchown02.c38 uid_t uid; in run()
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen05.c46 static uid_t nobody_uid;
/third_party/ltp/testcases/kernel/syscalls/pidfd_getfd/
H A Dpidfd_getfd02.c29 static uid_t uid;
/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl06.c28 static uid_t nobody_uid;
/third_party/ltp/testcases/kernel/syscalls/fchownat/
H A Dfchownat02.c44 static uid_t set_uid = 1000;
/third_party/ltp/testcases/kernel/syscalls/setpriority/
H A Dsetpriority02.c34 static uid_t uid;
/third_party/ltp/testcases/kernel/syscalls/mq_unlink/
H A Dmq_unlink01.c19 static uid_t euid;
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A D26-2.c43 uid_t old_uid; in main()
/third_party/musl/libc-test/src/api/
H A Dftw.c62 F(uid_t, st_uid) in f()
/third_party/toybox/toys/lsb/
H A Dpasswd.c57 uid_t myuid; in passwd_main()

Completed in 15 milliseconds

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