Lines Matching defs:check_func
1307 check_func(){
1308 log check_func "$@"
5812 check_func strtoll || add_cflags -Dstrtoll=_strtoi64
5813 check_func strtoull || add_cflags -Dstrtoull=_strtoui64
6178 check_func getaddrinfo $network_extralibs
6179 check_func inet_aton $network_extralibs
6195 check_func closesocket
6236 check_func ${malloc_prefix}memalign && enable memalign
6237 check_func ${malloc_prefix}posix_memalign && enable posix_memalign
6239 check_func access
6242 check_func fcntl
6243 check_func fork
6244 check_func gethrtime
6245 check_func getopt
6246 check_func getrusage
6247 check_func gettimeofday
6248 check_func isatty
6249 check_func mkstemp
6250 check_func mmap
6251 check_func mprotect
6254 check_func sched_getaffinity
6255 check_func setrlimit
6257 check_func strerror_r
6258 check_func sysconf
6259 check_func sysctl
6260 check_func usleep
6465 elif check_func pthread_join && check_func pthread_create; then
6472 check_func pthread_cancel $pthreads_extralibs
6780 check_func SecIdentityCreate "-Wl,-framework,CoreFoundation -Wl,-framework,Security" &&
6785 check_func SecItemImport "-Wl,-framework,CoreFoundation -Wl,-framework,Security"