cmake HAVE__FTELLI64 examples

nih-at/libzip CMakeLists.txt :108

check_function_exists(_ftelli64 HAVE__FTELLI64)

simongog/sdsl libdivsufsort-2.0.1/CMakeModules/CheckLFS.cmake :86

check_symbol_exists("_ftelli64" "stdio.h" HAVE__FTELLI64)

simongog/sdsl libdivsufsort-2.0.1/CMakeModules/CheckLFS.cmake :93

endif(HAVE__FSEEKI64 AND HAVE__FTELLI64)

tbeu/matio cmake/compilerOptions.cmake :17

check_symbol_exists(_ftelli64  stdio.h  HAVE__FTELLI64)