Searched refs:_close (Results 1 - 25 of 105) sorted by relevance

12345

/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dclose.c40 result = _close (fd);
52 # define close_nothrow _close
H A Dsockets.c72 _close (fd);
/netbsd-current/external/bsd/libpcap/dist/testprogs/
H A Dunix.h55 #define close _close
/netbsd-current/lib/libc/stdio/
H A Dfclose.c65 if (fp->_close != NULL && (*fp->_close)(fp->_cookie) < 0)
H A Dfreopen.c98 isopen = fp->_close != NULL;
100 (void) (*fp->_close)(fp->_cookie);
110 (void) (*fp->_close)(fp->_cookie);
123 (void) (*fp->_close)(fp->_cookie);
140 errno = sverrno; /* restore in case _close clobbered */
175 fp->_close = __sclose;
H A Dfdopen.c121 fp->_close = __sclose;
H A Dfopen.c88 fp->_close = __sclose;
H A Dvdprintf.c103 f._close = NULL;
/netbsd-current/external/bsd/libarchive/dist/cpio/
H A Dcpio_windows.h44 #define close _close
/netbsd-current/sys/external/bsd/acpica/dist/include/platform/
H A Dacwin64.h81 #define close _close
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dloop-watcher.c62 void uv__##name##_close(uv_##name##_t* handle) { \
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/compat/
H A Dwindows-config.h96 #define close _close
/netbsd-current/sys/lib/libsa/
H A Dstand.h87 extern __compactcall int __CONCAT(fs,_close)(struct open_file *); \
129 __CONCAT(fs,_close), \
138 __CONCAT(fs,_close), \
158 #define FS_CLOSE(fs) ___CONCAT(LIBSA_SINGLE_FILESYSTEM,_close)
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-close-fd.c68 ASSERT(0 == _close(fd[1]));
/netbsd-current/sys/arch/landisk/stand/bootxx/
H A DMakefile.bootxx22 CPPFLAGS+= -DXXfs_close=${FS}_close
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dpex-win32.c145 return _close (fd);
682 _close (fd);
873 _close (orig_in);
875 _close (orig_out);
878 _close (orig_err);
884 _close (in);
885 _close (out);
887 _close (errdes);
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dpex-win32.c145 return _close (fd);
682 _close (fd);
873 _close (orig_in);
875 _close (orig_out);
878 _close (orig_err);
884 _close (in);
885 _close (out);
887 _close (errdes);
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dpex-win32.c145 return _close (fd);
682 _close (fd);
873 _close (orig_in);
875 _close (orig_out);
878 _close (orig_err);
884 _close (in);
885 _close (out);
887 _close (errdes);
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dpex-win32.c145 return _close (fd);
682 _close (fd);
873 _close (orig_in);
875 _close (orig_out);
878 _close (orig_err);
884 _close (in);
885 _close (out);
887 _close (errdes);
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dpex-win32.c145 return _close (fd);
682 _close (fd);
873 _close (orig_in);
875 _close (orig_out);
878 _close (orig_err);
884 _close (in);
885 _close (out);
887 _close (errdes);
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dpex-win32.c145 return _close (fd);
682 _close (fd);
873 _close (orig_in);
875 _close (orig_out);
878 _close (orig_err);
884 _close (in);
885 _close (out);
887 _close (errdes);
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_large.c33 #define close _close
/netbsd-current/external/bsd/file/dist/python/
H A Dmagic.py74 _close = _libraries['magic'].magic_close variable
75 _close.restype = None
76 _close.argtypes = [magic_t]
135 _close(self._magic_t)
/netbsd-current/crypto/external/bsd/openssl.old/dist/ms/
H A Dapplink.c127 OPENSSL_ApplinkTable[APPLINK_CLOSE] = _close;
/netbsd-current/crypto/external/bsd/openssl/dist/ms/
H A Dapplink.c133 OPENSSL_ApplinkTable[APPLINK_CLOSE] = _close;

Completed in 349 milliseconds

12345