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

1234567891011>>

/netbsd-current/external/historical/nawk/dist/testdir/
H A Dunbundle.awk3 $1 != prev { close(prev); prev = $1 }
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dreginfo-2.l3 .*: Fatal error: can't close .*: bad value
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dclose.c0 /* close replacement.
29 #undef close macro
39 result = close (fd);
51 # define close_nothrow close
54 /* Override close() to call into other gnulib modules. */
/netbsd-current/sys/lib/libsa/
H A Dcloseall.c34 * @(#)close.c 8.1 (Berkeley) 6/11/93
72 (void)close(i);
H A Dstat.c45 (void)close(fd);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dser-pipe.c68 close (pdes[0]);
69 close (pdes[1]);
82 close (pdes[0]);
83 close (pdes[1]);
84 close (err_pdes[0]);
85 close (err_pdes[1]);
91 close (err_pdes[0]);
92 close (err_pdes[1]);
109 close (pdes[0]);
113 close (pde
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dser-pipe.c75 close (pdes[0]);
76 close (pdes[1]);
89 close (pdes[0]);
90 close (pdes[1]);
91 close (err_pdes[0]);
92 close (err_pdes[1]);
98 close (err_pdes[0]);
99 close (err_pdes[1]);
116 close (pdes[0]);
120 close (pde
[all...]
/netbsd-current/external/bsd/file/dist/python/
H A Dexample.py12 f.close()
17 ms.close()
/netbsd-current/external/gpl2/lvm2/dist/lib/misc/
H A Dlvm-wrappers.c32 /* FIXME: use common _io() routine's open/read/close */
40 if (close(fd))
45 if (close(fd))
/netbsd-current/usr.sbin/sesd/srcs/
H A Dgetobjmap.c60 (void) close(fd);
65 (void) close(fd);
71 (void) close(fd);
76 (void) close(fd);
84 (void) close(fd);
/netbsd-current/external/bsd/nsd/dist/
H A Dpopen3.c16 close(fds[0]);
20 close(fds[1]);
70 close(2);
78 close(1);
86 close(0);
92 close(fdsig[0]);
95 close(fdsig[1]);
99 /* wait for signal pipe to close */
103 close(fdsig[1]);
122 close(fdsi
[all...]
/netbsd-current/common/dist/zlib/contrib/iostream/
H A Dtest.cpp20 os.close();
/netbsd-current/common/dist/zlib/contrib/iostream3/
H A Dtest.cc20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/iostream/
H A Dtest.cpp20 os.close();
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/
H A Dtest.cc20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dopenpf2.c13 close (f);
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/iostream/
H A Dtest.cpp20 os.close();
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/iostream3/
H A Dtest.cc20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/iostream/
H A Dtest.cpp20 os.close();
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/iostream3/
H A Dtest.cc20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/iostream/
H A Dtest.cpp20 os.close();
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/
H A Dtest.cc20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dcatch-fork-kill.c62 close (fds[0]);
69 /* Don't explicitly close the pipe. If GDB fails to kill
73 close (fds[1]);
80 close (fds[1]);
87 close (fds[1]);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcatch-fork-kill.c62 close (fds[0]);
69 /* Don't explicitly close the pipe. If GDB fails to kill
73 close (fds[1]);
80 close (fds[1]);
87 close (fds[1]);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dpipe.c75 /* EINTR handling for close().
85 retval = close (fd);
90 #define close nonintr_close macro
184 && close (nulloutfd) >= 0))))
190 && close (stdinfd) >= 0))))
196 && close (stdoutfd) >= 0)))))
204 close (stdinfd);
206 close (stdoutfd);
208 close (nulloutfd);
212 dup2 (orig_stderr, STDERR_FILENO), close (orig_stder
[all...]

Completed in 414 milliseconds

1234567891011>>