Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
H A Doffline.c280 __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 Ddwfl_report_elf.c293 bool closefd = false; in dwfl_report_elf() local
/third_party/python/Modules/_io/clinic/
H A D_iomodule.c.h146 int closefd = 1; in _io_open() local
H A Dwinconsoleio.c.h59 int closefd = 1; in _io__WindowsConsoleIO___init__() local
H A Dfileio.c.h60 int closefd = 1; in _io_FileIO___init__() local
/third_party/libuv/test/
H A Drunner-unix.c49 static void closefd(int fd) { in closefd() function
/third_party/python/Modules/_io/
H A D_iomodule.c196 _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 Dwinconsoleio.c148 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 Dfileio.c66 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 Dfreedreno_priv.h103 int closefd; /* call close(fd) upon destruction */ member
/third_party/libdrm/etnaviv/
H A Detnaviv_priv.h78 int closefd; /* call close(fd) upon destruction */ member
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_priv.h89 int closefd; /* call close(fd) upon destruction */ member
/third_party/python/Objects/
H A Dfileobject.c32 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 Dfreedreno_priv.h142 bool closefd; /* call close(fd) upon destruction */ member
/third_party/python/Lib/
H A D_pyio.py1808 def closefd(self): global() member in FileIO
[all...]

Completed in 14 milliseconds