Home
last modified time | relevance | path

Searched refs:FSTAT (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
Dposixmodule.c358 #undef FSTAT
363 # define FSTAT _Py_fstat_noraise macro
368 # define FSTAT fstat macro
2127 result = FSTAT(path->fd, &st); in posix_do_stat()
8524 res = FSTAT(fd, &st); in os_fstat_impl()
/external/python/cpython2/Modules/
Dposixmodule.c1020 #undef FSTAT
1024 # define FSTAT win32_fstat macro
1028 # define FSTAT fstat macro
6873 res = FSTAT(fd, &st); in posix_fstat()
/external/python/cpython2/Misc/NEWS.d/
D2.7.2rc1.rst880 FSTAT.
/external/python/cpython3/Misc/
DHISTORY10755 a symbol named FSTAT.