Searched defs:closefd (Results 1 – 15 of 15) sorted by relevance
/external/python/cpython3/Modules/_io/clinic/ |
D | _iomodule.c.h | 149 int closefd = 1; in _io_open() local
|
D | winconsoleio.c.h | 55 int closefd = 1; in _io__WindowsConsoleIO___init__() local
|
D | fileio.c.h | 56 int closefd = 1; in _io_FileIO___init__() local
|
/external/elfutils/libdwfl/ |
D | offline.c | 269 const char *file_name, int fd, bool closefd, in __libdwfl_report_offline() 297 bool closefd = false; in dwfl_report_offline() local
|
D | dwfl_report_elf.c | 290 bool closefd = false; in dwfl_report_elf() local
|
/external/python/cpython3/Modules/_io/ |
D | fileio.c | 70 unsigned int closefd : 1; member 230 int closefd, PyObject *opener)
|
D | _iomodule.c | 234 const char *newline, int closefd, PyObject *opener) in _io_open_impl()
|
D | winconsoleio.c | 267 const char *mode, int closefd, in _io__WindowsConsoleIO___init___impl()
|
/external/python/cpython2/Modules/_io/ |
D | fileio.c | 52 unsigned int closefd : 1; member 192 int closefd = 1; in fileio_init() local
|
D | _iomodule.c | 295 int buffering = -1, closefd = 1; in io_open() local
|
/external/python/cpython3/Objects/ |
D | fileobject.c | 30 const char *errors, const char *newline, int closefd) in PyFile_FromFd()
|
/external/libdrm/freedreno/ |
D | freedreno_priv.h | 104 int closefd; /* call close(fd) upon destruction */ member
|
/external/libdrm/etnaviv/ |
D | etnaviv_priv.h | 97 int closefd; /* call close(fd) upon destruction */ member
|
/external/python/cpython3/Lib/ |
D | _pyio.py | 41 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.py | 46 newline=None, closefd=True): argument
|