Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/getgroups/
H A Dgetgroups03.c45 #define TESTUSER "root" macro
87 * Scans the /etc/group file to get IDs of all the groups to which TESTUSER
103 if (strcmp(grp->gr_mem[i], TESTUSER) == 0) { in readgroups()
207 groups[i], TESTUSER); in verify_groups()
225 * getgroups() should return the no. of gids for TESTUSER with in verify_groups()
/third_party/ltp/testcases/kernel/syscalls/chdir/
H A Dchdir01.c28 #define TESTUSER "nobody" macro
91 ltpuser = SAFE_GETPWNAM(TESTUSER); in setup()
142 check_result(TESTUSER, *tc->name, tc->nobody_ret, tc->nobody_err); in run()
/third_party/ltp/testcases/kernel/syscalls/setgroups/
H A Dsetgroups03.c28 #define TESTUSER "nobody" macro
59 user_info = SAFE_GETPWNAM(TESTUSER); in setup()
/third_party/ltp/testcases/kernel/syscalls/faccessat2/
H A Dfaccessat202.c31 #define TESTUSER "nobody" macro
82 ltpuser = SAFE_GETPWNAM(TESTUSER); in setup()
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/
H A Drun_cpuctl_test_fj.sh110 TESTUSER="`whoami`"
111 if [ "$TESTUSER" != "root" ]

Completed in 2 milliseconds