Home
last modified time | relevance | path

Searched refs:_close (Results 1 – 20 of 20) sorted by last modified time

/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32.c3970 return _close(fd); in win32_close()
5368 | GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT, (LPCSTR)_close, in win32_hook_closehandle_in_crt()
5401 | GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT, (LPCSTR)_close, in win32_unhook_closehandle_in_crt()
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/
H A Ddataconn.pm53 sub _close { subroutine
76 $data->_close;
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DFTP.pm1155 $data->_close if $data;
/openbsd/usr.sbin/unbound/dnstap/
H A Ddtstream.c1866 _close(dtio->commandpipe[0]); in dtio_desetup()
2180 _close(dtio->commandpipe[1]); in dt_io_thread_stop()
/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Dposix_compat.h310 int close(int fd) { return _close(fd); } in close()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2611 CHECK_SIZE_AND_OFFSET(FILE, _close);
H A Dsanitizer_platform_limits_netbsd.h474 int (*_close)(void *ptr); member
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp222 return _close(Fd); in CloseFile()
/openbsd/gnu/llvm/lldb/source/Host/windows/
H A DPipeWindows.cpp243 _close(m_read_fd); in CloseReadFileDescriptor()
253 _close(m_write_fd); in CloseWriteFileDescriptor()
/openbsd/lib/libc/stdio/
H A Dopen_memstream.c152 fp->_close = memstream_close; in open_memstream()
H A Dopen_wmemstream.c163 fp->_close = wmemstream_close; in open_wmemstream()
H A Dfreopen.c82 isopen = fp->_close != NULL; in freopen()
84 (void) (*fp->_close)(fp->_cookie); in freopen()
94 (void) (*fp->_close)(fp->_cookie); in freopen()
107 (void) (*fp->_close)(fp->_cookie); in freopen()
157 fp->_close = __sclose; in freopen()
H A Dfunopen.c66 fp->_close = closefn; in funopen()
H A Dfmemopen.c185 fp->_close = (buf == NULL) ? fmemopen_close_free : fmemopen_close; in fmemopen()
H A Dfclose.c51 if (fp->_close != NULL && (*fp->_close)(fp->_cookie) < 0) in fclose()
H A Dfdopen.c89 fp->_close = __sclose; in fdopen()
H A Dfopen.c73 fp->_close = __sclose; in fopen()
/openbsd/sys/arch/luna88k/stand/boot/
H A Dconf.c96 __CONCAT(fs,_close), \
/openbsd/include/
H A Dstdio.h110 int (*_close)(void *); member
/openbsd/gnu/lib/libiberty/src/
H A DChangeLog372 _dup, _dup2, _close, and _spawnv/_spawnvp. Replace `program',