Searched refs:check_function_exists (Results 1 – 16 of 16) sorted by relevance
146 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 …]
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 …]
142 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)
234 function check_function_exists(func) function301 has_printf = check_include_file("stdio.h") and check_function_exists("printf")
33 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)
317 check_function_exists(_Exit HAVE__EXIT)318 check_function_exists(accept4 HAVE_ACCEPT4)319 check_function_exists(mkostemp HAVE_MKOSTEMP)
52 check_function_exists(fseeko HAVE_FSEEKO)
345 check_function_exists(secure_getenv HAVE_SECURE_GETENV)346 check_function_exists(__secure_getenv HAVE___SECURE_GETENV)
202 # restore back to that afterwards. For check_function_exists() to work in622 check_function_exists("${_FN}" ${_HAVEVAR})633 check_function_exists("${_FN}" ${_HAVEVAR})647 check_function_exists(alloca HAVE_ALLOCA)
82 check_function_exists(${func_name} HAVE_${definition_to_add})
102 check_function_exists(${func_name} HAVE_${definition_to_add})
266 -Added a check_function_exists function.269 will be prepended whenever doing future check_function_exists and
383 #175 CMake: Prefer check_symbol_exists over check_function_exists
74300 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 …]
2140 Always use check_symbol_exists instead of check_function_exists.