Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/getresgid/
Dgetresgid02.c80 #define LTPUSER "nobody" macro
153 if ((user_id = getpwnam(LTPUSER)) == NULL) { in setup()
154 tst_brkm(TBROK, cleanup, "getpwnam(%s) Failed", LTPUSER); in setup()
/external/ltp/testcases/kernel/syscalls/getresuid/
Dgetresuid02.c80 #define LTPUSER "nobody" macro
150 if ((user_id = getpwnam(LTPUSER)) == NULL) { in setup()
151 tst_brkm(TBROK, cleanup, "getpwnam(%s) Failed", 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()
Dmknod03.c85 #define LTPUSER "nobody" macro
220 if ((user1 = getpwnam(LTPUSER)) == NULL) { in setup()
221 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()
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()