Searched refs:check_function_exists (Results 1 – 15 of 15) sorted by relevance
/external/clang/tools/scan-build-py/tests/functional/exec/ |
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 …]
|
/external/clang/tools/scan-build-py/libear/ |
D | __init__.py | 31 configure.check_function_exists('execve', 'HAVE_EXECVE') 32 configure.check_function_exists('execv', 'HAVE_EXECV') 33 configure.check_function_exists('execvpe', 'HAVE_EXECVPE') 34 configure.check_function_exists('execvp', 'HAVE_EXECVP') 35 configure.check_function_exists('execvP', 'HAVE_EXECVP2') 36 configure.check_function_exists('exect', 'HAVE_EXECT') 37 configure.check_function_exists('execl', 'HAVE_EXECL') 38 configure.check_function_exists('execlp', 'HAVE_EXECLP') 39 configure.check_function_exists('execle', 'HAVE_EXECLE') 40 configure.check_function_exists('posix_spawn', 'HAVE_POSIX_SPAWN') [all …]
|
/external/swiftshader/third_party/LLVM/cmake/ |
D | config-ix.cmake | 97 check_function_exists(isatty HAVE_ISATTY) 159 check_function_exists(_alloca HAVE__ALLOCA) 160 check_function_exists(__alloca HAVE___ALLOCA) 161 check_function_exists(__chkstk HAVE___CHKSTK) 162 check_function_exists(___chkstk HAVE____CHKSTK) 164 check_function_exists(__ashldi3 HAVE___ASHLDI3) 165 check_function_exists(__ashrdi3 HAVE___ASHRDI3) 166 check_function_exists(__divdi3 HAVE___DIVDI3) 167 check_function_exists(__fixdfdi HAVE___FIXDFDI) 168 check_function_exists(__fixsfdi HAVE___FIXSFDI) [all …]
|
/external/llvm/cmake/ |
D | config-ix.cmake | 213 check_function_exists(_alloca HAVE__ALLOCA) 214 check_function_exists(__alloca HAVE___ALLOCA) 215 check_function_exists(__chkstk HAVE___CHKSTK) 216 check_function_exists(__chkstk_ms HAVE___CHKSTK_MS) 217 check_function_exists(___chkstk HAVE____CHKSTK) 218 check_function_exists(___chkstk_ms HAVE____CHKSTK_MS) 220 check_function_exists(__ashldi3 HAVE___ASHLDI3) 221 check_function_exists(__ashrdi3 HAVE___ASHRDI3) 222 check_function_exists(__divdi3 HAVE___DIVDI3) 223 check_function_exists(__fixdfdi HAVE___FIXDFDI) [all …]
|
/external/libpcap/ |
D | CMakeLists.txt | 124 check_function_exists( strerror HAVE_STRERROR ) 125 check_function_exists( strlcpy HAVE_STRLCPY ) 126 check_function_exists( snprintf HAVE_SNPRINTF ) 127 check_function_exists( vsnprintf HAVE_VSNPRINTF ) 128 check_function_exists( strtok_r HAVE_STRTOK_R ) 134 check_function_exists( PacketIsLoopbackAdapter HAVE_PACKET_IS_LOOPBACK_ADAPTER ) 289 check_function_exists( getifaddrs HAVE_GETIFADDRS )
|
/external/libvncserver/ |
D | CMakeLists.txt | 78 check_function_exists(__b64_ntop HAVE_B64_IN_LIBC) 81 check_function_exists(__b64_ntop HAVE_B64_IN_LIBRESOLV) 142 check_function_exists(gettimeofday LIBVNCSERVER_HAVE_GETTIMEOFDAY)
|
/external/eigen/cmake/ |
D | FindLAPACK.cmake | 32 # check_function_exists macro) whether can link against that library 101 check_function_exists(${_name}_ ${_prefix}_${_name}_${_combined_name}_f2c_WORKS) 116 check_function_exists(${_name} ${_prefix}_${_name}${_combined_name}_WORKS)
|
D | FindMetis.cmake | 227 check_function_exists(METIS_NodeND METIS_WORKS)
|
D | FindScotch.cmake | 287 check_function_exists(SCOTCH_graphInit SCOTCH_WORKS)
|
D | FindHWLOC.cmake | 271 check_function_exists(hwloc_topology_init HWLOC_WORKS)
|
D | FindPTSCOTCH.cmake | 335 check_function_exists(SCOTCH_dgraphInit PTSCOTCH_WORKS)
|
D | FindPastix.cmake | 658 check_function_exists(pastix PASTIX_WORKS)
|
D | FindBLAS.cmake | 299 check_function_exists("${_name}_" ${_prefix}${_combined_name}_WORKS)
|
/external/curl/ |
D | CMakeLists.txt | 290 check_function_exists(gethostname HAVE_GETHOSTNAME) 497 check_function_exists(libssh2_version HAVE_LIBSSH2_VERSION) 498 check_function_exists(libssh2_init HAVE_LIBSSH2_INIT) 499 check_function_exists(libssh2_exit HAVE_LIBSSH2_EXIT) 500 check_function_exists(libssh2_scp_send64 HAVE_LIBSSH2_SCP_SEND64) 501 check_function_exists(libssh2_session_handshake HAVE_LIBSSH2_SESSION_HANDSHAKE) 821 check_function_exists(inet_pton HAVE_INET_PTON)
|
/external/zlib/src/ |
D | CMakeLists.txt | 52 check_function_exists(fseeko HAVE_FSEEKO)
|