Home
last modified time | relevance | path

Searched refs:HAVE_STAT_TV_NSEC (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h687 #define HAVE_STAT_TV_NSEC 1 macro
/external/python/cpython2/
Dpyconfig.h.in707 #undef HAVE_STAT_TV_NSEC
Dconfigure.ac4510 AC_DEFINE(HAVE_STAT_TV_NSEC, 1, definition
/external/python/cpython3/
Dpyconfig.h.in951 #undef HAVE_STAT_TV_NSEC
Dconfigure.ac5033 AC_DEFINE(HAVE_STAT_TV_NSEC, 1, definition
/external/python/cpython2/Modules/
Dposixmodule.c1510 #if defined(HAVE_STAT_TV_NSEC) in _pystat_fromstructstat()
/external/python/cpython3/Modules/
Dposixmodule.c2034 #if defined(HAVE_STAT_TV_NSEC) in _pystat_fromstructstat()