Home
last modified time | relevance | path

Searched refs:tst_get_uids (Results 1 – 12 of 12) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/mkdir/
Dmkdir04.c39 tst_get_uids(test_users, 0, 2); in setup()
/third_party/ltp/include/
Dtst_uid.h24 void tst_get_uids(uid_t *buf, unsigned int start, unsigned int size);
/third_party/ltp/testcases/kernel/syscalls/rename/
Drename09.c36 tst_get_uids(test_users, 0, 2); in setup()
/third_party/ltp/testcases/kernel/syscalls/kill/
Dkill05.c92 tst_get_uids(test_users, 0, 2); in setup()
/third_party/ltp/testcases/kernel/syscalls/setresuid/
Dsetresuid03.c46 tst_get_uids(test_users, 0, 2); in setup()
Dsetresuid02.c51 tst_get_uids(test_users, 1, 2); in setup()
Dsetresuid01.c54 tst_get_uids(test_users, 0, 2); in setup()
/third_party/ltp/testcases/kernel/syscalls/utime/
Dutime03.c46 tst_get_uids(test_users, 1, 2); in setup()
/third_party/ltp/testcases/kernel/syscalls/setreuid/
Dsetreuid02.c55 tst_get_uids(test_users, 1, 2); in setup()
Dsetreuid03.c70 tst_get_uids(test_users, 1, 2); in setup()
Dsetreuid05.c72 tst_get_uids(test_users, 1, 3); in setup()
/third_party/ltp/lib/
Dtst_uid.c40 void tst_get_uids(uid_t *buf, unsigned int start, unsigned int count) in tst_get_uids() function