Searched refs:call_execveat (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/posix/ |
D | tst-execveat.c | 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() [all …]
|