Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c166 void call_execvpe() { in call_execvpe() function
284 call_execvpe(); in main()
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/
H A Dear.c109 static int call_execvpe(const char *file, char *const argv[],
175 return call_execvpe(file, argv, envp); in execvpe()
296 static int call_execvpe(const char *file, char *const argv[], in call_execvpe() function