Lines Matching refs:execveat
7 * Check various errnos for execveat(2):
8 * 1) execveat() fails and returns EBADF if dirfd is a invalid file
10 * 2) execveat() fails and returns EINVAL if flag specified is invalid.
11 * 3) execveat() fails and returns ELOOP if the file identified by dirfd and
13 * 4) execveat() fails and returns ENOTDIR if pathname is relative and dirfd
24 #include "lapi/execveat.h"
26 #include "execveat.h"
57 TEST(execveat(*tc->fd, tc->pathname, argv, environ, tc->flag));
60 "execveat() fails unexpectedly, expected: %s",
64 "execveat() fails as expected");