Searched refs:LTPUSER (Results 1 – 9 of 9) sorted by relevance
/external/ltp/testcases/kernel/syscalls/getresuid/ |
D | getresuid02.c | 79 #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/ |
D | getresgid02.c | 79 #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/ |
D | fchmod02.c | 86 #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/ |
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 | mknod02.c | 85 #define LTPUSER "nobody" macro 224 if ((user1 = getpwnam(LTPUSER)) == NULL) { in setup() 227 LTPUSER); in setup()
|
D | mknod03.c | 85 #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()
|
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()
|
/external/ltp/testcases/kernel/syscalls/chmod/ |
D | chmod07.c | 86 #define LTPUSER "nobody" macro 176 if ((ltpuser = getpwnam(LTPUSER)) == NULL) in setup()
|