Home
last modified time | relevance | path

Searched refs:TESTUSER (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/setgroups/
Dsetgroups02.c78 #define TESTUSER "nobody" macro
160 if ((user_info = getpwnam(TESTUSER)) == NULL) { in setup()
161 tst_brkm(TFAIL, cleanup, "getpwnam(2) of %s Failed", TESTUSER); in setup()
Dsetgroups03.c79 #define TESTUSER "nobody" macro
202 if ((user_info = getpwnam(TESTUSER)) == NULL) { in setup1()
203 tst_brkm(TFAIL, cleanup, "getpwnam(2) of %s Failed", TESTUSER); in setup1()
/third_party/ltp/testcases/kernel/syscalls/getgroups/
Dgetgroups03.c45 #define TESTUSER "root" macro
103 if (strcmp(grp->gr_mem[i], TESTUSER) == 0) { in readgroups()
207 groups[i], TESTUSER); in verify_groups()
/third_party/ltp/testcases/kernel/syscalls/chdir/
Dchdir01.c28 #define TESTUSER "nobody" macro
84 ltpuser = SAFE_GETPWNAM(TESTUSER); in setup()
135 check_result(TESTUSER, tc->name, tc->nobody_ret, tc->nobody_err); in run()
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/
Drun_cpuctl_test_fj.sh110 TESTUSER="`whoami`"
111 if [ "$TESTUSER" != "root" ]