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

1234

/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dfclose.c65 if (fp->_close != NULL && (*fp->_close)(fp->_cookie) < 0)
H A Dfreopen.c147 if (fp->_close)
148 (void) (*fp->_close)(fp->_cookie);
152 isopen = fp->_close != NULL;
154 (void) (*fp->_close)(fp->_cookie);
165 (void) (*fp->_close)(fp->_cookie);
179 (void) (*fp->_close)(fp->_cookie);
200 errno = sverrno; /* restore in case _close clobbered */
211 (void)_close(f);
236 fp->_close = __sclose;
H A Dfopen.c86 _close(f);
96 fp->_close = __sclose;
H A Dfunopen.c75 fp->_close = closefn;
H A Dfdopen.c105 fp->_close = __sclose;
H A Dtmpfile.c87 (void)_close(fd);
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dclosedir.c71 return(_close(fd));
H A Dpopen.c134 (void)_close(pdes[0]);
135 (void)_close(pdes[1]);
141 (void)_close(other);
147 (void)_close(other);
189 (void)_close(other);
199 (void)_close(pdes[1]);
202 (void)_close(pdes[0]);
H A Ddaemon.c121 (void)_close(fd);
H A Dopendir.c159 (void)_close(fd);
272 (void)_close(fd);
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dtempfile.rb164 def _close # :nodoc: method in class:Tempfile
172 protected :_close
184 _close
191 _close
/macosx-10.9.5/libarchive-29/libarchive/cpio/
H A Dcpio_windows.h43 #define close _close
/macosx-10.9.5/ntp-88/libopts/compat/
H A Dwindows-config.h125 #define close _close
/macosx-10.9.5/ntp-88/sntp/libopts/compat/
H A Dwindows-config.h125 #define close _close
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dccaudit.c115 static void _close(ccaudit_t ccaudit) function
173 _close(ccaudit);
191 _close(ccaudit);
211 _close(ccaudit);
237 _close(ccaudit);
259 _close(ccaudit);
/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dldpart.c110 (void)_close(fd);
131 (void)_close(fd);
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Drand.c128 _close(fd);
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebHistoryItemInternal.h59 - (void)_close;
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventServiceUserClient.h63 static IOReturn _close( IOHIDEventServiceUserClient * target,
/macosx-10.9.5/libarchive-29/libarchive/libarchive/test/
H A Dtest_read_large.c34 #define close _close
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/win32/
H A Dfiledup.c92 /* Clone a handle can _close() without harming the source handle,
105 _close(fd);
108 /* hPipeWrite was _close()'ed above, and _dup2()'ed
128 _close(fd);
144 _close(fd);
/macosx-10.9.5/apr-30/apr/apr/file_io/win32/
H A Dfiledup.c92 /* Clone a handle can _close() without harming the source handle,
105 _close(fd);
108 /* hPipeWrite was _close()'ed above, and _dup2()'ed
128 _close(fd);
144 _close(fd);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A DPathV2.inc713 _close(FileDescriptor);
736 _close(FileDescriptor);
758 _close(FileDescriptor);
772 _close(FileDescriptor);
839 _close(FileDescriptor);
859 _close(FileDescriptor);
/macosx-10.9.5/BerkeleyDB-21/db/os_windows/
H A Dos_handle.c141 RETRY_CHK((_close(fhp->fd)), ret);
/macosx-10.9.5/Libc-997.90.3/db/btree/FreeBSD/
H A Dbt_close.c105 return (_close(fd) ? RET_ERROR : RET_SUCCESS);

Completed in 312 milliseconds

1234