Searched refs:tst_get_uids (Results 1 – 12 of 12) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
D | mkdir04.c | 39 tst_get_uids(test_users, 0, 2); in setup()
|
/third_party/ltp/include/ |
D | tst_uid.h | 24 void tst_get_uids(uid_t *buf, unsigned int start, unsigned int size);
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
D | rename09.c | 36 tst_get_uids(test_users, 0, 2); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/kill/ |
D | kill05.c | 92 tst_get_uids(test_users, 0, 2); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/setresuid/ |
D | setresuid03.c | 46 tst_get_uids(test_users, 0, 2); in setup()
|
D | setresuid02.c | 51 tst_get_uids(test_users, 1, 2); in setup()
|
D | setresuid01.c | 54 tst_get_uids(test_users, 0, 2); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/utime/ |
D | utime03.c | 46 tst_get_uids(test_users, 1, 2); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/setreuid/ |
D | setreuid02.c | 55 tst_get_uids(test_users, 1, 2); in setup()
|
D | setreuid03.c | 70 tst_get_uids(test_users, 1, 2); in setup()
|
D | setreuid05.c | 72 tst_get_uids(test_users, 1, 3); in setup()
|
/third_party/ltp/lib/ |
D | tst_uid.c | 40 void tst_get_uids(uid_t *buf, unsigned int start, unsigned int count) in tst_get_uids() function
|