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

  /external/jsoncpp/src/jsontestrunner/
main.cpp 19 #if defined(_MSC_VER) && defined(__STDC_SECURE_LIB__)
100 #if defined(_MSC_VER) && defined(__STDC_SECURE_LIB__)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw.h 560 #define __STDC_SECURE_LIB__ 200411L
561 #define __GOT_SECURE_LIB__ __STDC_SECURE_LIB__
comutil.h 18 #ifndef __STDC_SECURE_LIB__
  /external/python/cpython3/Modules/
timemodule.c 667 #if defined _MSC_VER && _MSC_VER >= 1400 && defined(__STDC_SECURE_LIB__)
673 #if defined _MSC_VER && _MSC_VER >= 1400 && defined(__STDC_SECURE_LIB__)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
timemodule.c 521 #if defined _MSC_VER && _MSC_VER >= 1400 && defined(__STDC_SECURE_LIB__)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
timemodule.c 521 #if defined _MSC_VER && _MSC_VER >= 1400 && defined(__STDC_SECURE_LIB__)
    [all...]
  /external/jsoncpp/src/lib_json/
json_writer.cpp 81 #if defined(_MSC_VER) && defined(__STDC_SECURE_LIB__) // Use secure version with
json_reader.cpp 787 #if defined(_MSC_VER) && defined(__STDC_SECURE_LIB__)
  /external/python/cpython2/Modules/
timemodule.c 521 #if defined _MSC_VER && _MSC_VER >= 1400 && defined(__STDC_SECURE_LIB__)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 185 #if defined _MSC_VER && _MSC_VER >= 1400 && defined(__STDC_SECURE_LIB__)
379 #if defined _MSC_VER && (_MSC_VER < 1400 || !defined(__STDC_SECURE_LIB__))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 185 #if defined _MSC_VER && _MSC_VER >= 1400 && defined(__STDC_SECURE_LIB__)
379 #if defined _MSC_VER && (_MSC_VER < 1400 || !defined(__STDC_SECURE_LIB__))
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 185 #if defined _MSC_VER && _MSC_VER >= 1400 && defined(__STDC_SECURE_LIB__)
379 #if defined _MSC_VER && (_MSC_VER < 1400 || !defined(__STDC_SECURE_LIB__))
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 210 #if !defined(WINCE) && defined(__STDC_SECURE_LIB__) && _MSC_VER >= 1500 // VC++ 9.0 and above
    [all...]

Completed in 359 milliseconds