Searched refs:UID_T (Results 1 - 20 of 20) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/utils/ |
H A D | compat_16.h | 85 int SETUID(void (cleanup)(void), UID_T uid) in SETUID() 90 UID_T GETUID(void (cleanup)(void)) in GETUID() 105 UID_T GETEUID(void (cleanup)(void)) in GETEUID() 115 int SETFSUID(void (cleanup)(void), UID_T uid) in SETFSUID() 125 int SETREUID(void (cleanup)(void), UID_T ruid, UID_T euid) in SETREUID() 134 int SETRESUID(void (cleanup)(void), UID_T ruid, UID_T euid, UID_T suid) in SETRESUID() 139 int GETRESUID(void (cleanup)(void), UID_T *rui [all...] |
H A D | compat_tst_16.h | 82 int SETUID(UID_T uid) in SETUID() 87 UID_T GETUID(void) in GETUID() 102 UID_T GETEUID(void) in GETEUID() 112 int SETFSUID(UID_T uid) in SETFSUID() 122 int SETREUID(UID_T ruid, UID_T euid) in SETREUID() 131 int SETRESUID(UID_T ruid, UID_T euid, UID_T suid) in SETRESUID() 141 int FCHOWN(unsigned int fd, UID_T owne [all...] |
H A D | compat_uid.h | 29 typedef unsigned short UID_T; typedef 40 typedef uid_t UID_T; typedef
|
/third_party/elfutils/backends/ |
H A D | riscv_corenote.c | 50 # define UID_T uint16_t macro 60 # define UID_T uint32_t macro
|
H A D | sparc_corenote.c | 90 # define UID_T uint16_t macro 101 # define UID_T uint32_t macro
|
H A D | s390_corenote.c | 108 # define UID_T uint16_t macro 119 # define UID_T uint32_t macro
|
H A D | m68k_corenote.c | 53 #define UID_T uint16_t macro
|
H A D | alpha_corenote.c | 61 #define UID_T uint32_t macro
|
H A D | csky_corenote.c | 44 #define UID_T uint32_t macro
|
H A D | arm_corenote.c | 65 #define UID_T uint16_t macro
|
H A D | sh_corenote.c | 61 #define UID_T uint16_t macro
|
H A D | x86_64_corenote.c | 111 #define UID_T uint32_t macro
|
H A D | ppc_corenote.c | 124 #define UID_T uint32_t macro
|
H A D | aarch64_corenote.c | 44 #define UID_T uint32_t macro
|
H A D | i386_corenote.c | 73 #define UID_T uint16_t macro
|
H A D | linux-core-note.c | 55 # define PRPSINFO_UID_T UID_T
|
/third_party/ltp/testcases/kernel/syscalls/getresuid/ |
H A D | getresuid01.c | 79 UID_T pr_uid, pe_uid, ps_uid; /* calling process real/effective/saved uid */ 87 UID_T real_uid, /* real/eff./saved user id from getresuid() */ in main()
|
H A D | getresuid03.c | 83 UID_T pr_uid, pe_uid, ps_uid; /* calling process real/effective/saved uid */ 91 UID_T real_uid, /* real/eff./saved user id from getresuid() */ in main()
|
H A D | getresuid02.c | 84 UID_T pr_uid, pe_uid, ps_uid; /* calling process real/effective/saved uid */ 92 UID_T real_uid, /* real/eff./saved user id from getresuid() */ in main()
|
/third_party/ltp/testcases/kernel/syscalls/setfsuid/ |
H A D | setfsuid02.c | 24 invalid_uid = (UID_T)-1; in run()
|
Completed in 6 milliseconds