cmake HAVE_EXECVP examples

Lewuathe/mlir-hello thirdparty/llvm-project/clang/tools/scan-build-py/tests/functional/exec/CMakeLists.txt :16

check_function_exists(execvp HAVE_EXECVP)

GoSSIP-SJTU/TripleDoggy tools/clang/tools/scan-build-py/tests/functional/exec/CMakeLists.txt :20

check_function_exists(execvp HAVE_EXECVP)

MoeMod/CSMoE 3rdparty/mpg123-cmake/src/CMakeLists.txt :57

check_function_exists(execvp HAVE_EXECVP)

qtfreet00/llvm-obfuscator tools/clang/tools/scan-build-py/tests/functional/exec/CMakeLists.txt :20

check_function_exists(execvp HAVE_EXECVP)

JulNadeauCA/libagar CMakeChecks.cmake :1212

check_c_source_compiles("
#include <unistd.h>

int
main(int argc, char *argv[])
{
	char *args[3] = { \"foo\", NULL, NULL };
	int rv;

	rv = execvp(args[0], args);
	return (rv);
}
" HAVE_EXECVP)

GoSSIP-SJTU/Armariris tools/clang/tools/scan-build-py/tests/functional/exec/CMakeLists.txt :20

check_function_exists(execvp HAVE_EXECVP)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/mpg123/ports/cmake/src/CMakeLists.txt :63

check_function_exists(execvp HAVE_EXECVP)

o2e/OLLVM-9.0.1 tools/clang/tools/scan-build-py/tests/functional/exec/CMakeLists.txt :20

check_function_exists(execvp HAVE_EXECVP)

yrnkrn/zapcc tools/clang/tools/scan-build-py/tests/functional/exec/CMakeLists.txt :20

check_function_exists(execvp HAVE_EXECVP)

yazhiwang/ollvm-tll tools/clang/tools/scan-build-py/tests/functional/exec/CMakeLists.txt :20

check_function_exists(execvp HAVE_EXECVP)

GANGE666/xVMP src/tools/clang/tools/scan-build-py/tests/functional/exec/CMakeLists.txt :20

check_function_exists(execvp HAVE_EXECVP)