Home
last modified time | relevance | path

Searched refs:ST_FLAGS_IDX (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dposixmodule.c1346 #define ST_FLAGS_IDX (ST_RDEV_IDX+1) macro
1348 #define ST_FLAGS_IDX ST_RDEV_IDX macro
1352 #define ST_GEN_IDX (ST_FLAGS_IDX+1)
1354 #define ST_GEN_IDX ST_FLAGS_IDX
1565 PyStructSequence_SET_ITEM(v, ST_FLAGS_IDX, in _pystat_fromstructstat()
/external/python/cpython3/Modules/
Dposixmodule.c2173 #define ST_FLAGS_IDX (ST_RDEV_IDX+1) macro
2175 #define ST_FLAGS_IDX ST_RDEV_IDX macro
2179 #define ST_GEN_IDX (ST_FLAGS_IDX+1)
2181 #define ST_GEN_IDX ST_FLAGS_IDX
2470 PyStructSequence_SET_ITEM(v, ST_FLAGS_IDX, in _pystat_fromstructstat()