Lines Matching refs:execve
10 * Testcase to check execve sets the following errnos correctly:
19 * 1. Attempt to execve(2) a file whose name is more than
22 * 2. Attempt to execve(2) a file which doesn't exist fails with
25 * 3. Attempt to execve(2) a pathname (executabl) comprising of a
28 * 4. Attempt to execve(2) a filename not within the address space
31 * 5. Attempt to execve(2) a filename that does not have executable
34 * 6. Attempt to execve(2) a zero length file with executable
116 TEST(execve(tc->tname, argv, NULL));
124 tst_res(TPASS | TTERRNO, "execve failed as expected");
128 tst_res(TFAIL | TTERRNO, "execve failed unexpectedly; expected %s",