Searched defs:closefd (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Modules/_io/clinic/ |
D | _iomodule.c.h | 151 int closefd = 1; in _io_open() local
|
D | winconsoleio.c.h | 59 int closefd = 1; in _io__WindowsConsoleIO___init__() local
|
D | fileio.c.h | 60 int closefd = 1; in _io_FileIO___init__() local
|
/third_party/libuv/test/ |
D | runner-unix.c | 45 static void closefd(int fd) { in closefd() function
|
/third_party/python/Modules/_io/ |
D | fileio.c | 65 unsigned int closefd : 1; member 223 int closefd, PyObject *opener)
|
D | winconsoleio.c | 147 unsigned int closefd : 1; member 252 const char *mode, int closefd, in _io__WindowsConsoleIO___init___impl()
|
D | _iomodule.c | 235 const char *newline, int closefd, PyObject *opener) in _io_open_impl()
|
/third_party/python/Objects/ |
D | fileobject.c | 34 const char *errors, const char *newline, int closefd) in PyFile_FromFd()
|
/third_party/libdrm/etnaviv/ |
D | etnaviv_priv.h | 78 int closefd; /* call close(fd) upon destruction */ member
|
/third_party/libdrm/freedreno/ |
D | freedreno_priv.h | 103 int closefd; /* call close(fd) upon destruction */ member
|
/third_party/python/Lib/ |
D | _pyio.py | 74 newline=None, closefd=True, opener=None): argument 1509 def __init__(self, file, mode='r', closefd=True, opener=None): argument 1817 def closefd(self): member in FileIO
|
/third_party/mesa3d/src/etnaviv/drm/ |
D | etnaviv_priv.h | 87 int closefd; /* call close(fd) upon destruction */ member
|
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_priv.h | 135 bool closefd; /* call close(fd) upon destruction */ member
|