Lines Matching full:checking
13 message (STATUS "Checking large files support...")
18 message (STATUS "Result of checking large files support: supported with WinAPI")
27 message (STATUS "Checking size of off_t without any definitions:")
29 message (STATUS "Checking of off_t without any definitions: ${SIZEOF_OFF_T}")
44 message (STATUS "Checking size of off_t with _FILE_OFFSET_BITS=64:")
46 message (STATUS "Checking size of off_t with _FILE_OFFSET_BITS=64: ${SIZEOF_OFF_T}")
65 message (STATUS "Checking size of off_t with _LARGE_FILES:")
67 message (STATUS "Checking size of off_t with _LARGE_FILES: ${SIZEOF_OFF_T}")
87 message (STATUS "Checking size of off_t with _LARGEFILE_SOURCE:")
89 message (STATUS "Checking size of off_t with _LARGEFILE_SOURCE: ${SIZEOF_OFF_T}")
104 message (STATUS "Result of checking large files support: supported")
106 …message (STATUS "Result of checking large files support: supported with ${LARGE_FILES_DEFINITIONS}…
111 message ("Result of checking large files support: not supported")