Searched refs:check_function_exists (Results 1 – 25 of 25) 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/libxml2/ |
| D | CMakeLists.txt | 162 check_function_exists(class HAVE_CLASS) 170 check_function_exists(fpclass HAVE_FPCLASS) 171 check_function_exists(fprintf HAVE_FPRINTF) 172 check_function_exists(ftime HAVE_FTIME) 173 check_function_exists(getaddrinfo HAVE_GETADDRINFO) 174 check_function_exists(gettimeofday HAVE_GETTIMEOFDAY) 176 check_function_exists(isascii HAVE_ISASCII) 180 check_function_exists(localtime HAVE_LOCALTIME) 183 check_function_exists(mmap HAVE_MMAP) 184 check_function_exists(munmap HAVE_MUNMAP) [all …]
|
| /external/tcpdump/ |
| D | CMakeLists.txt | 261 check_function_exists(strlcat HAVE_STRLCAT) 262 check_function_exists(strlcpy HAVE_STRLCPY) 263 check_function_exists(strdup HAVE_STRDUP) 264 check_function_exists(strsep HAVE_STRSEP) 286 check_function_exists(gethostbyaddr STDLIBS_HAVE_GETHOSTBYADDR) 307 check_function_exists(getservent STDLIBS_HAVE_GETSERVENT) 315 check_function_exists(getservent LIBSOCKET_HAS_GETSERVENT) 338 check_function_exists(getopt_long HAVE_GETOPT_LONG) 339 check_function_exists(strftime HAVE_STRFTIME) 340 check_function_exists(setlinebuf HAVE_SETLINEBUF) [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/libsrtp2/ |
| D | CMakeLists.txt | 30 check_function_exists(sigaction HAVE_SIGACTION) 31 check_function_exists(inet_aton HAVE_INET_ATON) 32 check_function_exists(usleep HAVE_USLEEP)
|
| /external/libpcap/rpcapd/ |
| D | CMakeLists.txt | 2 check_function_exists(crypt HAVE_CRYPT_IN_SYSTEM_LIBRARIES) 24 check_function_exists(getspnam HAVE_GETSPNAM) 32 check_function_exists(getaddrinfo STDLIBS_HAVE_GETADDRINFO)
|
| /external/libopus/cmake/ |
| D | OpusConfig.cmake | 39 check_function_exists(lrintf HAVE_LRINTF) 40 check_function_exists(lrint HAVE_LRINT)
|
| /external/flac/microbench/ |
| D | CMakeLists.txt | 6 check_function_exists(clock_gettime HAVE_CLOCK_GETTIME)
|
| /external/libpcap/ |
| D | CMakeLists.txt | 316 check_function_exists(PacketIsLoopbackAdapter HAVE_PACKET_IS_LOOPBACK_ADAPTER) 317 check_function_exists(PacketGetTimestampModes HAVE_PACKET_GET_TIMESTAMP_MODES) 411 # We can't use check_function_exists(), as it tries to declare 444 check_function_exists(strerror HAVE_STRERROR) 445 check_function_exists(strerror_r HAVE_STRERROR_R) 472 check_function_exists(_wcserror_s HAVE__WCSERROR_S) 490 check_function_exists(strlcpy HAVE_STRLCPY) 491 check_function_exists(strlcat HAVE_STRLCAT) 492 check_function_exists(asprintf HAVE_ASPRINTF) 493 check_function_exists(vasprintf HAVE_VASPRINTF) [all …]
|
| /external/eigen/cmake/ |
| D | FindLAPACK.cmake | 33 # check_function_exists macro) whether can link against that library 102 check_function_exists(${_name}_ ${_prefix}_${_name}_${_combined_name}_f2c_WORKS) 117 check_function_exists(${_name} ${_prefix}_${_name}${_combined_name}_WORKS)
|
| D | FindMetis.cmake | 227 check_function_exists(METIS_NodeND METIS_WORKS)
|
| D | FindSCOTCH.cmake | 288 check_function_exists(SCOTCH_graphInit SCOTCH_WORKS)
|
| D | FindHWLOC.cmake | 272 check_function_exists(hwloc_topology_init HWLOC_WORKS)
|
| D | FindPTSCOTCH.cmake | 334 check_function_exists(SCOTCH_dgraphInit PTSCOTCH_WORKS)
|
| D | FindPASTIX.cmake | 658 check_function_exists(pastix PASTIX_WORKS)
|
| D | FindBLAS.cmake | 300 check_function_exists("${_name}_" ${_prefix}${_combined_name}_WORKS)
|
| /external/libpcap/testprogs/fuzz/ |
| D | CMakeLists.txt | 31 check_function_exists(crypt HAVE_CRYPT_IN_SYSTEM_LIBRARIES)
|
| /external/flac/src/libFLAC/ |
| D | CMakeLists.txt | 7 check_function_exists(lround HAVE_LROUND)
|
| /external/flac/ |
| D | CMakeLists.txt | 63 check_function_exists(fseeko HAVE_FSEEKO)
|
| /external/rust/crates/libz-sys/src/zlib/ |
| D | CMakeLists.txt | 52 check_function_exists(fseeko HAVE_FSEEKO)
|
| /external/rust/crates/libz-sys/src/zlib-ng/ |
| D | CMakeLists.txt | 361 check_function_exists(fseeko HAVE_FSEEKO) 365 check_function_exists(strerror HAVE_STRERROR)
|
| /external/harfbuzz_ng/ |
| D | CMakeLists.txt | 82 check_function_exists(${func_name} HAVE_${definition_to_add})
|
| /external/curl/ |
| D | CMakeLists.txt | 348 check_function_exists(gethostname HAVE_GETHOSTNAME) 1087 check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME)
|
| /external/expat/ |
| D | Changes | 553 #175 CMake: Prefer check_symbol_exists over check_function_exists
|