cmake HAVE_STRPTIME examples

gammu/gammu CMakeLists.txt :139

check_c_source_compiles ("
#define _XOPEN_SOURCE
#define _BSD_SOURCE
#include <time.h>

int main(void) {
    struct tm timestruct;
    strptime(\"11:22\", \"%H:%M\", &timestruct);
    return 0;
}" HAVE_STRPTIME)

gammu/gammu libgammu/CMakeLists.txt :78

endif (NOT HAVE_STRPTIME)

OFFTKP/felix86 external/fmt/test/CMakeLists.txt :74

check_symbol_exists(strptime "time.h" HAVE_STRPTIME)

Project-OSRM/osrm-backend third_party/fmt/test/CMakeLists.txt :86

check_symbol_exists(strptime "time.h" HAVE_STRPTIME)

percona/percona-server configure.cmake :274

CHECK_FUNCTION_EXISTS (strptime HAVE_STRPTIME)

logicalclocks/rondb configure.cmake :276

CHECK_FUNCTION_EXISTS (strptime HAVE_STRPTIME)

polardb/polardbx-engine configure.cmake :270

CHECK_FUNCTION_EXISTS (strptime HAVE_STRPTIME)

percona/percona-xtrabackup configure.cmake :274

CHECK_FUNCTION_EXISTS (strptime HAVE_STRPTIME)

GreatSQL/GreatSQL configure.cmake :270

CHECK_FUNCTION_EXISTS (strptime HAVE_STRPTIME)

omnigres/omnigres deps/fmt/test/CMakeLists.txt :75

check_symbol_exists(strptime "time.h" HAVE_STRPTIME)

fabsig/GPBoost external_libs/fmt/test/CMakeLists.txt :86

check_symbol_exists(strptime "time.h" HAVE_STRPTIME)

christianparpart/x0 CMakeLists.txt :96

CHECK_FUNCTION_EXISTS(strptime HAVE_STRPTIME)

percona/percona-xtradb-cluster configure.cmake :275

CHECK_FUNCTION_EXISTS (strptime HAVE_STRPTIME)

facebook/mysql-5.6 configure.cmake :274

CHECK_FUNCTION_EXISTS (strptime HAVE_STRPTIME)

fluffos/fluffos src/thirdparty/fmt/test/CMakeLists.txt :86

check_symbol_exists(strptime "time.h" HAVE_STRPTIME)

mysql/mysql-server configure.cmake :274

CHECK_FUNCTION_EXISTS (strptime HAVE_STRPTIME)

NauEngine/NauEnginePublic engine/3rdparty_libs/fmt/test/CMakeLists.txt :86

check_symbol_exists(strptime "time.h" HAVE_STRPTIME)