HomeSort by relevance Sort by last modified time
    Searched refs:check_symbol_exists (Results 1 - 2 of 2) sorted by null

  /external/libdivsufsort/CMakeModules/
CheckLFS.cmake 27 check_symbol_exists("fseeko" "stdio.h" HAVE_FSEEKO)
28 check_symbol_exists("ftello" "stdio.h" HAVE_FTELLO)
34 check_symbol_exists("PRIdMAX" "inttypes.h" HAVE_PRIDMAX)
55 check_symbol_exists("fopen64" "stdio.h" HAVE_FOPEN64)
56 check_symbol_exists("fseeko64" "stdio.h" HAVE_FSEEKO64)
57 check_symbol_exists("ftello64" "stdio.h" HAVE_FTELLO64)
63 check_symbol_exists("PRIdMAX" "inttypes.h" HAVE_PRIDMAX)
85 check_symbol_exists("_fseeki64" "stdio.h" HAVE__FSEEKI64)
86 check_symbol_exists("_ftelli64" "stdio.h" HAVE__FTELLI64)
  /external/clang/tools/scan-build-py/libear/
__init__.py 42 configure.check_symbol_exists('_NSGetEnviron', 'crt_externs.h',
191 def check_symbol_exists(self, symbol, include, name): member in class:Configure

Completed in 292 milliseconds