Searched refs:check_function_exists (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/exec/ |
H A D | CMakeLists.txt | 17 check_function_exists(execve HAVE_EXECVE) 18 check_function_exists(execv HAVE_EXECV) 19 check_function_exists(execvpe HAVE_EXECVPE) 20 check_function_exists(execvp HAVE_EXECVP) 21 check_function_exists(execvP HAVE_EXECVP2) 22 check_function_exists(exect HAVE_EXECT) 23 check_function_exists(execl HAVE_EXECL) 24 check_function_exists(execlp HAVE_EXECLP) 25 check_function_exists(execle HAVE_EXECLE) 26 check_function_exists(posix_spawn HAVE_POSIX_SPAWN) [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/ |
H A D | __init__.py | 30 configure.check_function_exists('execve', 'HAVE_EXECVE') 31 configure.check_function_exists('execv', 'HAVE_EXECV') 32 configure.check_function_exists('execvpe', 'HAVE_EXECVPE') 33 configure.check_function_exists('execvp', 'HAVE_EXECVP') 34 configure.check_function_exists('execvP', 'HAVE_EXECVP2') 35 configure.check_function_exists('exect', 'HAVE_EXECT') 36 configure.check_function_exists('execl', 'HAVE_EXECL') 37 configure.check_function_exists('execlp', 'HAVE_EXECLP') 38 configure.check_function_exists('execle', 'HAVE_EXECLE') 39 configure.check_function_exists('posix_spawn', 'HAVE_POSIX_SPAWN') [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/ |
H A D | config-ix.cmake | 249 check_function_exists(_alloca HAVE__ALLOCA) 250 check_function_exists(__alloca HAVE___ALLOCA) 251 check_function_exists(__chkstk HAVE___CHKSTK) 252 check_function_exists(__chkstk_ms HAVE___CHKSTK_MS) 253 check_function_exists(___chkstk HAVE____CHKSTK) 254 check_function_exists(___chkstk_ms HAVE____CHKSTK_MS) 256 check_function_exists(__ashldi3 HAVE___ASHLDI3) 257 check_function_exists(__ashrdi3 HAVE___ASHRDI3) 258 check_function_exists(__divdi3 HAVE___DIVDI3) 259 check_function_exists(__fixdfdi HAVE___FIXDFDI) [all …]
|
/netbsd-src/external/bsd/libpcap/dist/testprogs/fuzz/ |
H A D | CMakeLists.txt | 31 check_function_exists(crypt HAVE_CRYPT_IN_SYSTEM_LIBRARIES)
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | CMakeLists.txt | 52 check_function_exists(fseeko HAVE_FSEEKO)
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | CMakeLists.txt | 52 check_function_exists(fseeko HAVE_FSEEKO)
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | CMakeLists.txt | 52 check_function_exists(fseeko HAVE_FSEEKO)
|
/netbsd-src/external/mit/expat/dist/ |
H A D | Changes | 553 #175 CMake: Prefer check_symbol_exists over check_function_exists
|