Searched refs:close (Results 176 - 200 of 1897) sorted by relevance

1234567891011>>

/openbsd-current/regress/lib/libpthread/socket/3/
H A Dsocket3.c20 * connect to the test port passed in arg, then close the connection
37 CHECKe(close(sock));
94 * set non blocking mode on the listening socket and close stdin
100 CHECKe(close(STDIN_FILENO));
107 CHECKe(close(listen_fd));
108 CHECKe(close(accept_fd));
/openbsd-current/regress/sys/dev/fdesc/
H A Dconfuse.c24 close(fd);
/openbsd-current/sys/dev/microcode/afb/
H A Dbuild.c47 close(fd);
/openbsd-current/sys/dev/microcode/rum/
H A Dbuild.c47 close(fd);
/openbsd-current/sys/dev/microcode/tht/
H A Dbuild.c50 close(fd);
/openbsd-current/sys/dev/microcode/zydas/
H A Dbuild.c47 close(fd);
/openbsd-current/usr.sbin/crunchgen/
H A Dcrunchide.c207 close(inf);
212 close(inf);
218 close(inf);
228 close(inf);
/openbsd-current/sys/dev/microcode/cirruslogic/
H A Dbuild.c43 close(fd);
/openbsd-current/lib/libc/gen/
H A Dpopen.c82 (void)close(pdes[0]);
83 (void)close(pdes[1]);
96 close(fileno(pcur->fp));
121 (void)close(pdes[!target]);
/openbsd-current/regress/sys/kern/unveil-unmount/
H A Dunveil-unlink.c40 close(fd);
/openbsd-current/regress/sys/kern/pipe/
H A Dtest-thundering-herd.c137 close(ctx.c_pipe[1]);
139 close(ctx.c_pipe[0]);
169 close(wp);
171 close(rp);
H A Dtest-select.c41 close(pip[0]);
/openbsd-current/regress/lib/libc/sys/
H A Dt_bind.c72 close(sock);
H A Dt_listen.c76 (void)close(fdc);
89 (void)close(fda);
90 (void)close(fdb);
129 close(sd);
/openbsd-current/regress/sys/kern/cmsgsize/
H A Dcmsgsize.c64 close(so);
76 close(so);
86 close(so);
96 close(so);
/openbsd-current/regress/sys/kern/signal/sigio/
H A Dsigio_socket.c96 close(cli);
105 close(cli);
115 close(cli);
123 close(cli);
/openbsd-current/sys/dev/microcode/rsu/
H A Dbuild.c47 close(fd);
/openbsd-current/usr.bin/rdist/
H A Disexec.c60 close(fd);
/openbsd-current/regress/sys/kern/select/
H A Dselect_regevent.c46 close(p2[0]);
/openbsd-current/regress/sys/kern/poll/
H A Dpoll_regevent.c45 close(p2[0]);
/openbsd-current/usr.bin/openssl/
H A Ds_socket.c120 close(s);
127 close(s);
152 close(accept_socket);
160 close(sock);
166 close(accept_socket);
216 close(s);
258 close(ret);
265 close(ret);
271 close(ret);
/openbsd-current/gnu/llvm/lldb/scripts/
H A Duse_lldb_suite.py25 fp.close()
/openbsd-current/sys/arch/amd64/include/
H A Dconf.h47 dev_init(c,n,open), dev_init(c,n,close), (dev_type_read((*))) enodev, \
/openbsd-current/regress/sys/kern/unveil/
H A Dsocket.c98 close(fd1);
99 close(c_fd1);
100 close(fd2);
101 close(c_fd2);
/openbsd-current/gnu/usr.bin/perl/ext/GDBM_File/t/
H A Dfatal.t32 close $fh or die $!;
45 isnt(close $fh, undef,
46 "close fileno $fileno, out from underneath the GDBM_File");

Completed in 151 milliseconds

1234567891011>>