Searched refs:TESTUSER (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/setgroups/ |
D | setgroups02.c | 78 #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()
|
D | setgroups03.c | 79 #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/ |
D | getgroups03.c | 45 #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/ |
D | chdir01.c | 28 #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/ |
D | run_cpuctl_test_fj.sh | 110 TESTUSER="`whoami`" 111 if [ "$TESTUSER" != "root" ]
|