Searched refs:execveat_ (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/exec/ |
H A D | execveat.c | 30 static int execveat_(int fd, const char *path, char **argv, char **envp, in execveat_() function 51 rc = execveat_(fd, path, argv, envp, flags); in _check_execveat_fail() 88 rc = execveat_(fd, path, argv, envp, flags); in check_execveat_invoked_rc() 253 execveat_(-1, NULL, NULL, NULL, 0); in run_tests()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | path-lookup.rst | 57 can execute it by calling `execveat() <execveat_>`_ passing
|