Searched refs:LTPUSER (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/kernel/syscalls/getresgid/ |
D | getresgid02.c | 80 #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/ |
D | getresuid02.c | 80 #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/ |
D | mknod05.c | 85 #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()
|
D | mknod08.c | 85 #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()
|
D | mknod03.c | 85 #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()
|
D | mknod02.c | 85 #define LTPUSER "nobody" macro 224 if ((user1 = getpwnam(LTPUSER)) == NULL) { in setup() 227 LTPUSER); in setup()
|
D | mknod04.c | 85 #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()
|