Lines Matching refs:call_execveat
34 call_execveat (int fd, const char *pathname, int flags, int expected_fail, in call_execveat() function
96 call_execveat (fd, "sh", 0, 0, __LINE__); in do_test()
102 call_execveat (AT_FDCWD, "sh", 0, 0, __LINE__); in do_test()
107 call_execveat (fd, "sh", 0, 0, __LINE__); in do_test()
111 call_execveat (AT_FDCWD, "/bin/sh", 0, 0, __LINE__); in do_test()
115 call_execveat (fd, "/bin/sh", 0, 0, __LINE__); in do_test()
122 call_execveat (fd, "/bin/sh", 0, 0, __LINE__); in do_test()
127 call_execveat (fd, "sh", 0, ENOTDIR, __LINE__); in do_test()
130 call_execveat (fd, "/bin/sh", 0, 0, __LINE__); in do_test()
140 call_execveat (fd, "", 0, ENOENT, __LINE__); in do_test()
145 call_execveat (fd, "", AT_EMPTY_PATH, 0, __LINE__); in do_test()
146 call_execveat (fd, "", AT_EMPTY_PATH | AT_SYMLINK_NOFOLLOW, 0, __LINE__); in do_test()
167 call_execveat (fd_out, "", 0, ENOENT, __LINE__); in do_test()
168 call_execveat (fd_out, "", AT_EMPTY_PATH, 0, __LINE__); in do_test()
169 call_execveat (fd_out, "", AT_EMPTY_PATH | AT_SYMLINK_NOFOLLOW, 0, in do_test()
178 call_execveat (fd, "sh", 0, EBADF, __LINE__); in do_test()
181 call_execveat (fd, "/bin/sh", 0, 0, __LINE__); in do_test()