Home
last modified time | relevance | path

Searched refs:check_function_exists (Results 1 – 16 of 16) sorted by relevance

/third_party/libsnd/cmake/
DSndFileChecks.cmake146 check_function_exists (fstat HAVE_FSTAT)
147 check_function_exists (fstat64 HAVE_FSTAT64)
148 check_function_exists (gettimeofday HAVE_GETTIMEOFDAY)
149 check_function_exists (gmtime HAVE_GMTIME)
150 check_function_exists (gmtime_r HAVE_GMTIME_R)
151 check_function_exists (localtime HAVE_LOCALTIME)
152 check_function_exists (localtime_r HAVE_LOCALTIME_R)
153 check_function_exists (lseek HAVE_LSEEK)
154 check_function_exists (open HAVE_OPEN)
155 check_function_exists (read HAVE_READ)
[all …]
/third_party/libxml2/
DCMakeLists.txt162 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 …]
/third_party/libcoap/
DCMakeLists.txt142 check_function_exists(malloc HAVE_MALLOC)
143 check_function_exists(memset HAVE_MEMSET)
144 check_function_exists(select HAVE_SELECT)
145 check_function_exists(socket HAVE_SOCKET)
146 check_function_exists(strcasecmp HAVE_STRCASECMP)
147 check_function_exists(pthread_mutex_lock HAVE_PTHREAD_MUTEX_LOCK)
148 check_function_exists(getaddrinfo HAVE_GETADDRINFO)
149 check_function_exists(strnlen HAVE_STRNLEN)
150 check_function_exists(strrchr HAVE_STRRCHR)
151 check_function_exists(getrandom HAVE_GETRANDOM)
/third_party/flutter/skia/third_party/externals/sdl/premake/util/
Dsdl_check_compile.lua234 function check_function_exists(func) function
301 has_printf = check_include_file("stdio.h") and check_function_exists("printf")
/third_party/flutter/skia/third_party/externals/sdl/cmake/
Dsdlchecks.cmake33 check_function_exists(dlopen HAVE_DLOPEN)
360 check_function_exists("shmat" HAVE_SHMAT)
414 check_function_exists(XkbKeycodeToKeysym SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM)
908 check_function_exists(pthread_setname_np HAVE_PTHREAD_SETNAME_NP)
909 check_function_exists(pthread_set_name_np HAVE_PTHREAD_SET_NAME_NP)
/third_party/nghttp2/
DCMakeLists.txt317 check_function_exists(_Exit HAVE__EXIT)
318 check_function_exists(accept4 HAVE_ACCEPT4)
319 check_function_exists(mkostemp HAVE_MKOSTEMP)
/third_party/zlib/
DCMakeLists.txt52 check_function_exists(fseeko HAVE_FSEEKO)
/third_party/vulkan-loader/
DCMakeLists.txt345 check_function_exists(secure_getenv HAVE_SECURE_GETENV)
346 check_function_exists(__secure_getenv HAVE___SECURE_GETENV)
/third_party/flutter/skia/third_party/externals/sdl/
DCMakeLists.txt202 # restore back to that afterwards. For check_function_exists() to work in
622 check_function_exists("${_FN}" ${_HAVEVAR})
633 check_function_exists("${_FN}" ${_HAVEVAR})
647 check_function_exists(alloca HAVE_ALLOCA)
/third_party/harfbuzz/
DCMakeLists.txt82 check_function_exists(${func_name} HAVE_${definition_to_add})
/third_party/skia/third_party/externals/harfbuzz/
DCMakeLists.txt82 check_function_exists(${func_name} HAVE_${definition_to_add})
/third_party/flutter/skia/third_party/externals/harfbuzz/
DCMakeLists.txt102 check_function_exists(${func_name} HAVE_${definition_to_add})
/third_party/flutter/skia/third_party/externals/sdl/premake/
Dchangelog266 -Added a check_function_exists function.
269 will be prepended whenever doing future check_function_exists and
/third_party/skia/third_party/externals/expat/expat/
DChanges383 #175 CMake: Prefer check_symbol_exists over check_function_exists
/third_party/chromium/patch/
D0001-cve.patch74300 check_function_exists(class HAVE_CLASS)
74308 check_function_exists(fpclass HAVE_FPCLASS)
74309 - check_function_exists(fprintf HAVE_FPRINTF)
74310 check_function_exists(ftime HAVE_FTIME)
74311 check_function_exists(getaddrinfo HAVE_GETADDRINFO)
74312 check_function_exists(gettimeofday HAVE_GETTIMEOFDAY)
74314 check_function_exists(isascii HAVE_ISASCII)
74318 - check_function_exists(localtime HAVE_LOCALTIME)
74321 check_function_exists(mmap HAVE_MMAP)
74322 check_function_exists(munmap HAVE_MUNMAP)
[all …]
/third_party/node/deps/cares/
DCHANGES2140 Always use check_symbol_exists instead of check_function_exists.