Home
last modified time | relevance | path

Searched refs:HAVE_TZNAME (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/PC/os2vacpp/
Dpyconfig.h145 #define HAVE_TZNAME 1 /* No tm_zone but do have tzname[] */ macro
/external/python/cpython2/PC/os2emx/
Dpyconfig.h90 #define HAVE_TZNAME 1 macro
/external/python/cpython3/PC/
Dpyconfig.h401 #define HAVE_TZNAME macro
/external/python/cpython2/PC/
Dpyconfig.h496 #define HAVE_TZNAME macro
/external/python/cpython2/RISCOS/
Dpyconfig.h29 #undef HAVE_TZNAME
/external/python/cpython3/Modules/
Dtimemodule.c1520 #if !defined(HAVE_TZNAME) || defined(__GLIBC__) || defined(__CYGWIN__)
1564 #if defined(HAVE_TZNAME) && !defined(__GLIBC__) && !defined(__CYGWIN__) in init_timezone()
/external/python/cpython2/Modules/
Dtimemodule.c806 #if defined(HAVE_TZNAME) && !defined(__GLIBC__) && !defined(__CYGWIN__) in inittimezone()
/external/python/cpython2/
Dconfigure.ac4429 #if HAVE_TZNAME
4453 #if HAVE_TZNAME
4464 #if HAVE_TZNAME
4473 #if HAVE_TZNAME
Dpyconfig.h.in895 #undef HAVE_TZNAME
/external/python/cpython3/
Dconfigure.ac4952 #if HAVE_TZNAME
4976 #if HAVE_TZNAME
4987 #if HAVE_TZNAME
4996 #if HAVE_TZNAME
Dpyconfig.h.in1181 #undef HAVE_TZNAME
/external/ImageMagick/config/
Dconfig.h.in620 #undef HAVE_TZNAME
/external/python/cpython2/Misc/
DHISTORY2051 Tests for sanity in tzname when HAVE_TZNAME defined were also defined.
/external/python/cpython3/Misc/
DHISTORY19435 Tests for sanity in tzname when HAVE_TZNAME defined were also defined.