cmake HAVE_LOCALTIME_R examples

ucla-vision/xivo thirdparty/glog/CMakeLists.txt :447

check_cxx_source_compiles ("
#include <cstdlib>
#include <time.h>
int main()
{
    time_t timep;
    struct tm result;
    localtime_r(&timep, &result);
    return EXIT_SUCCESS;
}
" HAVE_LOCALTIME_R)

crossuo/crossuo deps/cmcurl/CMakeLists.txt :986

check_symbol_exists(localtime_r   "${CURL_INCLUDES}" HAVE_LOCALTIME_R)

alibaba/AliSQL configure.cmake :531

CHECK_FUNCTION_EXISTS (localtime_r HAVE_LOCALTIME_R)

chatopera/clause thirdparty/glog/CMakeLists.txt :397

check_cxx_source_compiles ("
#include <cstdlib>
#include <time.h>
int main()
{
    time_t timep;
    struct tm result;
    localtime_r(&timep, &result);
    return EXIT_SUCCESS;
}
" HAVE_LOCALTIME_R)

arkdb/arkproxy configure.cmake :356

CHECK_FUNCTION_EXISTS (localtime_r HAVE_LOCALTIME_R)

AtomicGameEngine/AtomicGameEngine Source/ThirdParty/libcurl/LibCurl.cmake :997

check_symbol_exists(localtime_r   "${CURL_INCLUDES}" HAVE_LOCALTIME_R)

danigm/poppler ConfigureChecks.cmake :32

check_function_exists(localtime_r HAVE_LOCALTIME_R)

alibaba/AliSQLBackup configure.cmake :447

CHECK_FUNCTION_EXISTS (localtime_r HAVE_LOCALTIME_R)

pingcap/tiflash contrib/curl-cmake/CMakeLists.txt :1079

check_symbol_exists(localtime_r   "${CURL_INCLUDES}" HAVE_LOCALTIME_R)

ComputationalBiomechanicsLab/opensim-creator third_party/SDL/CMakeLists.txt :1097

check_symbol_exists(localtime_r "time.h" HAVE_LOCALTIME_R)

PacktPublishing/The-Modern-Cpp-Challenge libs/curl/CMakeLists.txt :851

check_symbol_exists(localtime_r   "${CURL_INCLUDES}" HAVE_LOCALTIME_R)

tanis2000/binocle-c src/deps/sdl/CMakeLists.txt :1089

check_symbol_exists(localtime_r "time.h" HAVE_LOCALTIME_R)

Ravbug/UnityHubNative wxWidgets/build/cmake/setup.cmake :450

check_symbol_exists(localtime_r time.h HAVE_LOCALTIME_R)

google/glog CMakeLists.txt :295

check_cxx_symbol_exists (localtime_r "cstdlib;ctime" HAVE_LOCALTIME_R)

nih-at/libzip CMakeLists.txt :129

check_symbol_exists(localtime_r time.h HAVE_LOCALTIME_R)

fligger/FateInjector wxWidgets-3.2.0/build/cmake/setup.cmake :493

check_symbol_exists(localtime_r time.h HAVE_LOCALTIME_R)

cadaver/turso3d ThirdParty/SDL/CMakeLists.txt :1050

check_symbol_exists(localtime_r "time.h" HAVE_LOCALTIME_R)

mxcop/src-dgi extern/sdl/CMakeLists.txt :1049

check_symbol_exists(localtime_r "time.h" HAVE_LOCALTIME_R)

flyinghead/flycast core/deps/libzip/CMakeLists.txt :117

check_symbol_exists(localtime_r time.h HAVE_LOCALTIME_R)

wxWidgets/wxWidgets build/cmake/setup.cmake :450

check_symbol_exists(localtime_r time.h HAVE_LOCALTIME_R)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/libsndfile/cmake/SndFileChecks.cmake :157

check_function_exists (localtime_r		HAVE_LOCALTIME_R)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/source/thirdparty/curl/CMakeLists.txt :1030

check_symbol_exists(localtime_r   "${CURL_INCLUDES}" HAVE_LOCALTIME_R)

MRPT/mrpt cmakemodules/script_detect_functions_headers.cmake :33

check_symbol_exists(localtime_r "time.h" HAVE_LOCALTIME_R)

EvEmu-Project/evemu_Crucible CMakeLists.txt :174

CHECK_CXX_SYMBOL_EXISTS( localtime_r "ctime" HAVE_LOCALTIME_R )

bareos/bareos core/cmake/BareosCheckFunctions.cmake :68

check_function_exists(localtime_r HAVE_LOCALTIME_R)

AshamaneProject/AshamaneCore dep/cpr/opt/curl/CMakeLists.txt :853

check_symbol_exists(localtime_r   "${CURL_INCLUDES}" HAVE_LOCALTIME_R)

Hork-Engine/Hork-Source ThirdParty/SDL3/CMakeLists.txt :1052

check_symbol_exists(localtime_r "time.h" HAVE_LOCALTIME_R)

DCMTK/dcmtk CMake/GenerateDCMTKConfigure.cmake :536

CHECK_FUNCTION_EXISTS(localtime_r HAVE_LOCALTIME_R)

godlikepanos/anki-3d-engine ThirdParty/Sdl3/CMakeLists.txt :1097

check_symbol_exists(localtime_r "time.h" HAVE_LOCALTIME_R)

RavEngine/RavEngine deps/SDL/CMakeLists.txt :1097

check_symbol_exists(localtime_r "time.h" HAVE_LOCALTIME_R)

cvet/fonline ThirdParty/SDL/CMakeLists.txt :1097

check_symbol_exists(localtime_r "time.h" HAVE_LOCALTIME_R)