| /netbsd-src/lib/libc/stdio/ |
| H A D | freopen.c | 98 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 D | fclose.c | 65 if (fp->_close != NULL && (*fp->_close)(fp->_cookie) < 0) in fclose()
|
| H A D | fmemopen.c | 204 fp->_close = fmemopen_close1; in fmemopen() 209 fp->_close = fmemopen_close0; in fmemopen()
|
| H A D | fopen.c | 88 fp->_close = __sclose; in fopen()
|
| H A D | fdopen.c | 121 fp->_close = __sclose; in __weak_alias()
|
| H A D | vdprintf.c | 103 f._close = NULL; in __weak_alias()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | pex-win32.c | 145 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 D | pex-win32.c | 145 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 D | pex-win32.c | 145 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 D | close.c | 40 result = _close (fd); in close_nothrow() 52 # define close_nothrow _close
|
| H A D | sockets.c | 72 _close (fd); in close_fd_maybe_socket()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | pex-win32.c | 146 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 D | stand.h | 87 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 D | magic.py | 74 _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 D | unix.h | 55 #define close _close
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
| H A D | stdio.d | 483 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 D | acwin64.h | 81 #define close _close
|
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | test-close-fd.c | 68 ASSERT(0 == _close(fd[1])); in TEST_IMPL()
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/device/ |
| H A D | dev-io.c | 578 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 D | loop-watcher.c | 62 void uv__##name##_close(uv_##name##_t* handle) { \
|
| /netbsd-src/sys/arch/landisk/stand/bootxx/ |
| H A D | Makefile.bootxx | 22 CPPFLAGS+= -DXXfs_close=${FS}_close
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ms/ |
| H A D | applink.c | 127 OPENSSL_ApplinkTable[APPLINK_CLOSE] = _close; in OPENSSL_Applink()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ms/ |
| H A D | applink.c | 133 OPENSSL_ApplinkTable[APPLINK_CLOSE] = _close; in OPENSSL_Applink()
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
| H A D | test_read_large.c | 33 #define close _close
|
| /netbsd-src/external/bsd/tcpdump/dist/ |
| H A D | netdissect-stdinc.h | 172 #define close _close
|