Searched refs:close (Results 1 - 25 of 52) sorted by relevance

123

/bind-9.6-ESV-R11/lib/lwres/win32/include/lwres/
H A Dplatform.h90 * Need to define close here since lwres closes sockets and not files
92 #undef close macro
93 #define close closesocket macro
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio_test.cpp97 f.close();
104 ::close(fd);
120 ::close(fd);
124 is.close();
360 ::close(pipeout[0]);
361 ::close(pipeerr[0]);
364 ::close(pipeout[1]);
365 ::close(pipeerr[1]);
396 ::close(pipeout[1]);
397 ::close(pipeer
[all...]
H A Dio.cpp77 close();
97 impl::file_handle::close(void) function in class:impl::file_handle
101 ::close(m_handle);
137 if (::close(m_handle) == -1) {
138 ::close(h);
140 "close(2) failed", errno);
H A Dio.hpp98 //! close \a h on his own during the lifetime of the new object.
101 //! \pre The native file handle must be valid; a close operation must
168 void close(void);
367 //! the caller explicitly close the communication channel.
H A Datffile_test.cpp71 os.close();
530 (*os).close();
558 (*os).close();
580 (*os).close();
596 (*os).close();
H A Dmisc_helpers.cpp62 os.close();
242 os.close();
251 is.close();
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils.c132 close(fd);
138 close(fd);
171 close(output);
172 close(input);
196 close(fd);
283 close(fd);
371 close(new_fd);
H A Dutils_test.c64 close(fd);
77 close(STDOUT_FILENO);
91 close(STDOUT_FILENO);
105 close(STDOUT_FILENO);
119 close(STDOUT_FILENO);
312 close(fd);
341 close(fd);
376 close(15);
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dnet.c197 (void)close(s);
278 goto close;
281 close(s);
301 goto close;
306 close:
307 close(s);
356 goto close;
361 close:
362 close(s);
H A Dkeyboard.c77 close (fd);
90 (void)close(keyboard->fd);
H A Dentropy.c104 (void)close(fd);
236 close(fd);
445 (void)close(source->handle);
450 close(source->handle);
598 (void)close(fd);
/bind-9.6-ESV-R11/bin/rndc/win32/
H A Dos.c63 close(fd);
/bind-9.6-ESV-R11/bin/named/win32/
H A Dos.c127 close(_fileno(stdin));
131 close(_fileno(stdout));
135 close(_fileno(stderr));
151 close(devnullfd);
251 (void)close(fd);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dnet.c171 goto close;
195 goto close;
200 close:
249 goto close;
254 close:
H A Dfile.c218 close(fh);
222 close(fh);
245 close(fh);
250 close(fh);
308 close(fd);
346 (void)close(fd);
538 close(fh);
541 close(fh);
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c413 (void)close(dfd[1]);
422 (void)close(dfd[0]);
441 * XXXMLG The close() calls here are unneeded on all but NetBSD, but
442 * are harmless to include everywhere. dup2() is supposed to close
449 (void)close(STDIN_FILENO);
453 (void)close(STDOUT_FILENO);
457 (void)close(STDERR_FILENO);
474 close(dfd[1]);
489 close(devnullfd);
764 (void)close(f
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess.c91 close(sp->m_pipefds[0]);
92 close(sp->m_pipefds[1]);
266 close(c->m_stdout);
268 close(c->m_stderr);
322 close(oldfd);
339 close(sp->m_pipefds[0]);
360 close(aux);
377 close(sp->m_pipefds[1]);
/bind-9.6-ESV-R11/bin/rndc/unix/
H A Dos.c68 close(fd);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/
H A Dconverter.h251 idn_converter_closeproc_t close,
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dcheck_test.cpp100 sfile.close();
115 sfile.close();
132 sfile.close();
147 sfile.close();
162 sfile.close();
177 sfile.close();
H A Dutils_test.cpp58 close(fd);
78 close(STDOUT_FILENO);
90 close(STDOUT_FILENO);
102 close(STDOUT_FILENO);
115 close(STDOUT_FILENO);
323 close(15);
/bind-9.6-ESV-R11/lib/lwres/
H A Dcontext.c225 (void)close(ctx->sock);
347 (void)close(s);
356 (void)close(s);
481 close(ctx->sock);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.cpp73 srcfile.close();
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp133 close();
155 close(void) function in class:__anon236::temp_file
159 ::close(m_fd);
370 stream.close();
389 stream.close();
627 temp.close();
/bind-9.6-ESV-R11/contrib/queryperf/utils/
H A Dgen-data-queryperf.py99 file.close()

Completed in 31 milliseconds

123