Home
last modified time | relevance | path

Searched refs:_blksize (Results 1 – 9 of 9) sorted by relevance

/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c2304 int _blksize; member
/external/python/cpython3/Modules/_io/
D_iomodule.c247 _Py_IDENTIFIER(_blksize); in _io_open_impl()
/external/python/cpython3/Lib/
D_pyio.py1582 self._blksize = getattr(fdfstat, 'st_blksize', 0)
1583 if self._blksize <= 1:
1584 self._blksize = DEFAULT_BUFFER_SIZE
/external/python/cpython3/Lib/test/
Dtest_fileio.py73 self.assertEqual(self.f._blksize, blksize)
/external/elfutils/tests/
Drun-show-die-info.sh646 Name : _blksize
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.h487 int _blksize; member
Dsanitizer_platform_limits_netbsd.cpp2621 CHECK_SIZE_AND_OFFSET(FILE, _blksize);
/external/python/cpython3/Tools/c-analyzer/
DTODO272 Modules/_io/_iomodule.c:_io_open_impl():PyId__blksize _Py_IDENTIFIER(_blksize)
Dknown.tsv1033 Modules/_io/_iomodule.c _io_open_impl PyId__blksize variable _Py_IDENTIFIER(_blksize)