Home
last modified time | relevance | path

Searched refs:LTPUSER (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/syscalls/getresuid/
Dgetresuid02.c79 #define LTPUSER "nobody" macro
151 if ((user_id = getpwnam(LTPUSER)) == NULL) { in setup()
152 tst_brkm(TBROK, cleanup, "getpwnam(%s) Failed", LTPUSER); in setup()
/external/ltp/testcases/kernel/syscalls/getresgid/
Dgetresgid02.c79 #define LTPUSER "nobody" macro
154 if ((user_id = getpwnam(LTPUSER)) == NULL) { in setup()
155 tst_brkm(TBROK, cleanup, "getpwnam(%s) Failed", LTPUSER); in setup()
/external/ltp/testcases/kernel/syscalls/fchmod/
Dfchmod02.c86 #define LTPUSER "nobody" macro
178 if ((ltpuser = getpwnam(LTPUSER)) == NULL) { in setup()
179 tst_brkm(TBROK, cleanup, "%s not in /etc/passwd", LTPUSER); in setup()
/external/ltp/testcases/kernel/syscalls/mknod/
Dmknod05.c85 #define LTPUSER "nobody" macro
217 if ((user1 = getpwnam(LTPUSER)) == NULL) { in setup()
218 tst_brkm(TBROK, cleanup, "%s not in /etc/passwd", LTPUSER); in setup()
Dmknod08.c85 #define LTPUSER "nobody" macro
221 if ((user1 = getpwnam(LTPUSER)) == NULL) { in setup()
222 tst_brkm(TBROK, cleanup, "%s not in /etc/passwd", LTPUSER); in setup()
Dmknod02.c85 #define LTPUSER "nobody" macro
224 if ((user1 = getpwnam(LTPUSER)) == NULL) { in setup()
227 LTPUSER); in setup()
Dmknod03.c85 #define LTPUSER "nobody" macro
223 if ((user1 = getpwnam(LTPUSER)) == NULL) { in setup()
224 tst_brkm(TBROK, cleanup, "%s not in /etc/passwd", LTPUSER); in setup()
Dmknod04.c85 #define LTPUSER "nobody" macro
225 if ((user1 = getpwnam(LTPUSER)) == NULL) { in setup()
226 tst_brkm(TBROK, cleanup, "%s not in /etc/passwd", LTPUSER); in setup()
/external/ltp/testcases/kernel/syscalls/chmod/
Dchmod07.c86 #define LTPUSER "nobody" macro
176 if ((ltpuser = getpwnam(LTPUSER)) == NULL) in setup()