Home
last modified time | relevance | path

Searched refs:ltp_uid (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/connectors/pec/
Devent_generator.c37 uid_t ltp_uid; variable
137 setuid(ltp_uid); in gen_uid()
138 printf("uid pid: %d euid: %d\n", getpid(), ltp_uid); in gen_uid()
215 ltp_uid = ent->pw_uid; in main()
/external/ltp/testcases/kernel/syscalls/ipc/shmget/
Dshmget05.c68 uid_t ltp_uid; variable
86 if (setuid(ltp_uid) == -1) { in main()
176 ltp_uid = getuserid(ltp_user); in setup()
/external/ltp/testcases/kernel/syscalls/ipc/shmat/
Dshmat03.c68 uid_t ltp_uid; variable
87 if (setuid(ltp_uid) == -1) { in main()
174 ltp_uid = getuserid(ltp_user); in setup()
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl05.c68 uid_t ltp_uid; /* The user ID for a non root user */ variable
88 if (setuid(ltp_uid) == -1) { in main()
176 ltp_uid = getuserid(ltp_user); in setup()
/external/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl03.c67 uid_t ltp_uid; variable
105 if (setuid(ltp_uid) == -1) { in main()
195 ltp_uid = getuserid(ltp_user); in setup()
/external/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
Dhugeshmat03.c70 static uid_t ltp_uid; variable
97 if (setuid(ltp_uid) == -1) in main()
150 ltp_uid = getuserid(cleanup, ltp_user); in setup()
/external/ltp/testcases/kernel/mem/hugetlb/hugeshmget/
Dhugeshmget05.c72 static uid_t ltp_uid; variable
100 if (setuid(ltp_uid) == -1) in main()
155 ltp_uid = getuserid(cleanup, ltp_user); in setup()
/external/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl04.c70 uid_t ltp_uid; variable
90 if (setuid(ltp_uid) == -1) { in main()
190 ltp_uid = getuserid(ltp_user); in setup()
/external/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
Dhugeshmctl03.c74 static uid_t ltp_uid; variable
118 if (setuid(ltp_uid) == -1) in main()
177 ltp_uid = getuserid(cleanup, ltp_user); in setup()