/third_party/elfutils/libdwfl/ |
H A D | offline.c | 280 __libdwfl_report_offline(Dwfl *dwfl, const char *name, const char *file_name, int fd, bool closefd, int (*predicate) (const char *module, const char *file)) __libdwfl_report_offline() argument
|
H A D | dwfl_report_elf.c | 293 bool closefd = false; in dwfl_report_elf() local
|
/third_party/python/Modules/_io/clinic/ |
H A D | _iomodule.c.h | 146 int closefd = 1; in _io_open() local
|
H A D | winconsoleio.c.h | 59 int closefd = 1; in _io__WindowsConsoleIO___init__() local
|
H A D | fileio.c.h | 60 int closefd = 1; in _io_FileIO___init__() local
|
/third_party/libuv/test/ |
H A D | runner-unix.c | 49 static void closefd(int fd) { in closefd() function
|
/third_party/python/Modules/_io/ |
H A D | _iomodule.c | 196 _io_open_impl(PyObject *module, PyObject *file, const char *mode, int buffering, const char *encoding, const char *errors, const char *newline, int closefd, PyObject *opener) _io_open_impl() argument
|
H A D | winconsoleio.c | 148 unsigned int closefd : 1; member 249 _io__WindowsConsoleIO___init___impl(winconsoleio *self, PyObject *nameobj, const char *mode, int closefd, PyObject *opener) _io__WindowsConsoleIO___init___impl() argument [all...] |
H A D | fileio.c | 66 unsigned int closefd : 1; member 220 _io_FileIO___init___impl(fileio *self, PyObject *nameobj, const char *mode, int closefd, PyObject *opener) global() argument [all...] |
/third_party/libdrm/freedreno/ |
H A D | freedreno_priv.h | 103 int closefd; /* call close(fd) upon destruction */ member
|
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_priv.h | 78 int closefd; /* call close(fd) upon destruction */ member
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_priv.h | 89 int closefd; /* call close(fd) upon destruction */ member
|
/third_party/python/Objects/ |
H A D | fileobject.c | 32 PyFile_FromFd(int fd, const char *name, const char *mode, int buffering, const char *encoding, const char *errors, const char *newline, int closefd) PyFile_FromFd() argument
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_priv.h | 142 bool closefd; /* call close(fd) upon destruction */ member
|
/third_party/python/Lib/ |
H A D | _pyio.py | 1808 def closefd(self): global() member in FileIO [all...] |