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

12

/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dfclose.c66 if (fp->_close != NULL && (*fp->_close)(fp->_cookie) < 0)
H A Dfreopen.c100 isopen = fp->_close != NULL;
102 (void) (*fp->_close)(fp->_cookie);
112 (void) (*fp->_close)(fp->_cookie);
125 (void) (*fp->_close)(fp->_cookie);
142 errno = sverrno; /* restore in case _close clobbered */
192 fp->_close = __sclose;
H A Dfunopen.c80 fp->_close = closefn;
H A Dfdopen.c121 fp->_close = __sclose;
H A Dfopen.c103 fp->_close = __sclose;
H A Dvdprintf.c110 f._close = NULL;
H A Dfmemopen.c187 fp->_close = &fmemopen_close1;
192 fp->_close = &fmemopen_close0;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_lcl.h27 #define UP_close _close
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/python/
H A Dmagic.py58 _close = _libraries['magic'].magic_close variable
59 _close.restype = None
60 _close.argtypes = [magic_t]
110 _close(self._magic_t)
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/cpio/
H A Dcpio_windows.h43 #define close _close
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/compat/
H A Dwindows-config.h127 #define close _close
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/compat/
H A Dwindows-config.h126 #define close _close
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dpex-win32.c245 return _close (fd);
436 _close (fd);
524 if (_close (in) < 0)
527 *errmsg = "_close";
547 if (_close (out) < 0)
550 *errmsg = "_close";
574 if (_close (errdes) < 0)
577 *errmsg = "_close";
604 if (_close (org_in) < 0)
607 *errmsg = "_close";
[all...]
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dstand.h92 extern __compactcall int __CONCAT(fs,_close)(struct open_file *); \
134 __CONCAT(fs,_close), \
143 __CONCAT(fs,_close), \
163 #define FS_CLOSE(fs) ___CONCAT(LIBSA_SINGLE_FILESYSTEM,_close)
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/include/platform/
H A Dacmsvc.h55 #define close _close
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dpex-win32.c144 return _close (fd);
657 _close (fd);
757 _close (orig_in);
762 _close (orig_out);
769 _close (orig_err);
850 _close (in);
851 _close (out);
853 _close (errdes);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dpex-win32.c144 return _close (fd);
657 _close (fd);
757 _close (orig_in);
762 _close (orig_out);
769 _close (orig_err);
850 _close (in);
851 _close (out);
853 _close (errdes);
/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/bootxx/
H A DMakefile.bootxx22 CPPFLAGS+= -DXXfs_close=${FS}_close
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dpex-win32.c144 return _close (fd);
657 _close (fd);
757 _close (orig_in);
762 _close (orig_out);
769 _close (orig_err);
850 _close (in);
851 _close (out);
853 _close (errdes);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ms/
H A Dapplink.c83 OPENSSL_ApplinkTable[APPLINK_CLOSE] = _close;
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_large.c34 #define close _close
H A Dtest_read_data_large.c38 #define close _close
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dtcpdump-stdinc.h70 #define close _close
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/
H A Dconfig.h.win32224 #define close _close
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Ddirent-test.c114 return _close(fd);

Completed in 207 milliseconds

12