HomeSort by relevance Sort by last modified time
    Searched refs:execvP (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/scan-build-py/tests/functional/exec/
main.c 142 char *const file = "execvp.c";
149 FORK(execvp(compiler, argv);)
162 FORK(execvP(compiler, _PATH_DEFPATH, argv);)
  /external/clang/tools/scan-build-py/libear/
ear.c 186 int execvp(const char *file, char *const argv[]) { function
193 int execvP(const char *file, const char *search_path, char *const argv[]) {
227 # error can not implement execlp without execvp
319 DLSYM(func, fp, "execvp");
337 DLSYM(func, fp, "execvP");

Completed in 736 milliseconds