Home
last modified time | relevance | path

Searched defs:closefd (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Modules/_io/clinic/
D_iomodule.c.h149 int closefd = 1; in _io_open() local
Dwinconsoleio.c.h55 int closefd = 1; in _io__WindowsConsoleIO___init__() local
Dfileio.c.h56 int closefd = 1; in _io_FileIO___init__() local
/external/elfutils/libdwfl/
Doffline.c269 const char *file_name, int fd, bool closefd, in __libdwfl_report_offline()
297 bool closefd = false; in dwfl_report_offline() local
Ddwfl_report_elf.c290 bool closefd = false; in dwfl_report_elf() local
/external/python/cpython3/Modules/_io/
Dfileio.c70 unsigned int closefd : 1; member
230 int closefd, PyObject *opener)
D_iomodule.c234 const char *newline, int closefd, PyObject *opener) in _io_open_impl()
Dwinconsoleio.c267 const char *mode, int closefd, in _io__WindowsConsoleIO___init___impl()
/external/python/cpython2/Modules/_io/
Dfileio.c52 unsigned int closefd : 1; member
192 int closefd = 1; in fileio_init() local
D_iomodule.c295 int buffering = -1, closefd = 1; in io_open() local
/external/python/cpython3/Objects/
Dfileobject.c30 const char *errors, const char *newline, int closefd) in PyFile_FromFd()
/external/libdrm/freedreno/
Dfreedreno_priv.h104 int closefd; /* call close(fd) upon destruction */ member
/external/libdrm/etnaviv/
Detnaviv_priv.h97 int closefd; /* call close(fd) upon destruction */ member
/external/python/cpython3/Lib/
D_pyio.py41 newline=None, closefd=True, opener=None): argument
1399 def __init__(self, file, mode='r', closefd=True, opener=None): argument
1703 def closefd(self): member in FileIO
/external/python/cpython2/Lib/
D_pyio.py46 newline=None, closefd=True): argument