Searched refs:check_function_exists (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/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 …]
|
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/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 …]
|
/openbsd-src/gnu/llvm/llvm/cmake/ |
H A D | config-ix.cmake | 303 check_function_exists(_alloca HAVE__ALLOCA) 304 check_function_exists(__alloca HAVE___ALLOCA) 305 check_function_exists(__chkstk HAVE___CHKSTK) 306 check_function_exists(__chkstk_ms HAVE___CHKSTK_MS) 307 check_function_exists(___chkstk HAVE____CHKSTK) 308 check_function_exists(___chkstk_ms HAVE____CHKSTK_MS) 310 check_function_exists(__ashldi3 HAVE___ASHLDI3) 311 check_function_exists(__ashrdi3 HAVE___ASHRDI3) 312 check_function_exists(__divdi3 HAVE___DIVDI3) 313 check_function_exists(__fixdfdi HAVE___FIXDFDI) [all …]
|
/openbsd-src/lib/libexpat/ |
H A D | Changes | 979 #175 CMake: Prefer check_symbol_exists over check_function_exists
|