Home
last modified time | relevance | path

Searched refs:execveat_ (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/exec/
H A Dexecveat.c33 static int execveat_(int fd, const char *path, char **argv, char **envp, in execveat_() function
56 rc = execveat_(fd, path, argv, envp, flags); in _check_execveat_fail()
100 rc = execveat_(fd, path, argv, envp, flags); in check_execveat_invoked_rc()
269 execveat_(-1, NULL, NULL, NULL, 0); in run_tests()