Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
H A Dear.c108 static int call_execvp(const char *file, char *const argv[]);
187 return call_execvp(file, argv); in execvp()
235 int const result = call_execvp(file, (char *const *)argv); in execlp()
315 static int call_execvp(const char *file, char *const argv[]) { in call_execvp() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c140 void call_execvp() { in call_execvp() function
278 call_execvp(); in main()