Home
last modified time | relevance | path

Searched refs:_close (Results 1 – 25 of 99) sorted by relevance

1234

/netbsd-src/lib/libc/stdio/
H A Dfreopen.c98 isopen = fp->_close != NULL; in freopen()
100 (void) (*fp->_close)(fp->_cookie); in freopen()
110 (void) (*fp->_close)(fp->_cookie); in freopen()
123 (void) (*fp->_close)(fp->_cookie); in freopen()
175 fp->_close = __sclose; in freopen()
H A Dfclose.c65 if (fp->_close != NULL && (*fp->_close)(fp->_cookie) < 0) in fclose()
H A Dfmemopen.c204 fp->_close = fmemopen_close1; in fmemopen()
209 fp->_close = fmemopen_close0; in fmemopen()
H A Dfopen.c88 fp->_close = __sclose; in fopen()
H A Dfdopen.c121 fp->_close = __sclose; in __weak_alias()
H A Dvdprintf.c103 f._close = NULL; in __weak_alias()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dpex-win32.c145 return _close (fd); in pex_win32_close()
682 _close (fd); in spawn_script()
873 _close (orig_in); in pex_win32_exec_child()
875 _close (orig_out); in pex_win32_exec_child()
878 _close (orig_err); in pex_win32_exec_child()
884 _close (in); in pex_win32_exec_child()
885 _close (out); in pex_win32_exec_child()
887 _close (errdes); in pex_win32_exec_child()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dpex-win32.c145 return _close (fd); in pex_win32_close()
682 _close (fd); in spawn_script()
873 _close (orig_in); in pex_win32_exec_child()
875 _close (orig_out); in pex_win32_exec_child()
878 _close (orig_err); in pex_win32_exec_child()
884 _close (in); in pex_win32_exec_child()
885 _close (out); in pex_win32_exec_child()
887 _close (errdes); in pex_win32_exec_child()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dpex-win32.c145 return _close (fd); in pex_win32_close()
682 _close (fd); in spawn_script()
873 _close (orig_in); in pex_win32_exec_child()
875 _close (orig_out); in pex_win32_exec_child()
878 _close (orig_err); in pex_win32_exec_child()
884 _close (in); in pex_win32_exec_child()
885 _close (out); in pex_win32_exec_child()
887 _close (errdes); in pex_win32_exec_child()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dclose.c40 result = _close (fd); in close_nothrow()
52 # define close_nothrow _close
H A Dsockets.c72 _close (fd); in close_fd_maybe_socket()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dpex-win32.c146 return _close (fd); in pex_win32_close()
703 _close (fd); in spawn_script()
894 _close (orig_in); in pex_win32_exec_child()
896 _close (orig_out); in pex_win32_exec_child()
899 _close (orig_err); in pex_win32_exec_child()
905 _close (in); in pex_win32_exec_child()
906 _close (out); in pex_win32_exec_child()
908 _close (errdes); in pex_win32_exec_child()
/netbsd-src/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-src/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-src/external/bsd/libpcap/dist/testprogs/
H A Dunix.h55 #define close _close
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dstdio.d483 int function(void*) _close;
526 int function(void*) _close;
572 int function(void*) _close;
616 int function(void*) _close;
718 int function(void*) _close;
1921 alias _close = close; ///
1933 int _close(int fd); ///
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacwin64.h81 #define close _close
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-close-fd.c68 ASSERT(0 == _close(fd[1])); in TEST_IMPL()
/netbsd-src/external/gpl2/lvm2/dist/lib/device/
H A Ddev-io.c578 static void _close(struct device *dev) in _close() function
624 _close(dev); in _dev_close()
647 _close(dev); in dev_close_all()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dloop-watcher.c62 void uv__##name##_close(uv_##name##_t* handle) { \
/netbsd-src/sys/arch/landisk/stand/bootxx/
H A DMakefile.bootxx22 CPPFLAGS+= -DXXfs_close=${FS}_close
/netbsd-src/crypto/external/bsd/openssl.old/dist/ms/
H A Dapplink.c127 OPENSSL_ApplinkTable[APPLINK_CLOSE] = _close; in OPENSSL_Applink()
/netbsd-src/crypto/external/bsd/openssl/dist/ms/
H A Dapplink.c133 OPENSSL_ApplinkTable[APPLINK_CLOSE] = _close; in OPENSSL_Applink()
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_large.c33 #define close _close
/netbsd-src/external/bsd/tcpdump/dist/
H A Dnetdissect-stdinc.h172 #define close _close

1234