Home
last modified time | relevance | path

Searched refs:root_pw_uid (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/setresuid/
Dsetresuid01.c75 uid_t nobody_pw_uid, root_pw_uid, bin_pw_uid; variable
101 &neg_one, &neg_one, &root_pw_uid, &root, &bin, &root,
105 &neg_one, &root_pw_uid, &neg_one, &root, &root, &bin,
109 &neg_one, &root_pw_uid, &neg_one, &nobody, &root, &bin,
111 &root_pw_uid, &neg_one, &root_pw_uid, &root, &root, &root,
179 UID16_CHECK((root_pw_uid = root.pw_uid), "setresuid", cleanup) in setup()
Dsetresuid03.c81 uid_t root_pw_uid, nobody_pw_uid, bin_pw_uid; variable
135 if (setresuid(root_pw_uid, bin_pw_uid, bin_pw_uid) in main()
200 UID16_CHECK((root_pw_uid = root.pw_uid), "setresuid", cleanup) in setup()