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

1234567891011>>

/openbsd-current/lib/libc/sys/
H A Dw_close.c22 close(int fd) function
27 ret = HIDDEN(close)(fd);
31 DEF_CANCEL(close); variable
/openbsd-current/regress/lib/libpthread/close/
H A DMakefile3 PROG= close
/openbsd-current/gnu/usr.bin/perl/ext/Fcntl/t/
H A Dfcntl.t19 close($wo);
36 close($ro);
40 close($wo);
53 close($wo);
/openbsd-current/regress/usr.bin/mandoc/roff/cond/
H A DMakefile3 REGRESS_TARGETS = if ie close de numeric register strcmp string before-Dd
4 LINT_TARGETS = if close de
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D991026-2.c9 extern int close (int __fd) ;
24 close(0);
25 close(1);
26 close(2);
/openbsd-current/sys/lib/libsa/
H A Dcloseall.c2 /* $NetBSD: close.c,v 1.5 1995/09/06 19:53:29 pk Exp $ */
35 * @(#)close.c 8.1 (Berkeley) 6/11/93
73 (void)close(i);
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Ddup.t43 close(STDOUT) or die "Could not close: $!";
44 close(STDERR) or die "Could not close: $!";
57 close(F);
61 close(F);
65 close(F);
70 close(F);
74 close(F);
87 close
[all...]
H A Dpvbm.t43 close foo;
44 close PIPE;
46 close foo;
47 close PIPE;
63 ok (!eval { close $pvbm }, 'close(PVBM) fails');
64 ok (!eval { close $pvbm }, 'close(PVBM ref) fails');
/openbsd-current/usr.sbin/acme-client/
H A Dmain.c215 close(key_fds[0]);
216 close(acct_fds[0]);
217 close(chng_fds[0]);
218 close(cert_fds[0]);
219 close(file_fds[0]);
220 close(file_fds[1]);
221 close(dns_fds[0]);
222 close(rvk_fds[0]);
231 close(key_fds[1]);
232 close(acct_fd
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/FileCache/t/
H A D07noimport.t15 close $file;
19 close $file;
H A D05override.t9 {# Test 5: that close is overridden properly within the caller
12 close($_);
H A D04twoarg.t16 close foo_2arg;
/openbsd-current/gnu/usr.bin/perl/t/uni/
H A Dreadline.t25 close ���; $a = 4;
34 close ���;
43 close ���;
49 close ���;
61 close $out_fh;
65 close h�����;
/openbsd-current/usr.sbin/nsd/
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...]
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/t/
H A Dexceptions.t31 no warnings 'once'; # To prevent the following close from complaining.
32 close(THIS_FILEHANDLE_AINT_OPEN);
39 close(THIS_FILEHANDLE_AINT_OPEN);
42 like($@, qr{Can't close filehandle 'THIS_FILEHANDLE_AINT_OPEN'},"Nice msg from close");
45 ok('close' ~~ $@, "Exception from close" );
46 ok(':file' ~~ $@, "Exception from close / class :file" );
47 ok(':io' ~~ $@, "Exception from close / class :io" );
48 ok(':all' ~~ $@, "Exception from close / clas
[all...]
/openbsd-current/regress/sys/kern/fchdir/
H A Dfchdir.c29 close(fd);
37 close(fds[0]);
38 close(fds[1]);
46 close(fd);
/openbsd-current/regress/sys/kern/open/
H A Dopen.c35 close(fd);
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dfh.t22 ok(!close $a, 'close does not succeed with incremented file handle');
28 ok(close $a, 'close standard output via file handle;');
H A Dgetppid.t34 close $w or die "close: $!\n";
58 close $r or die "close: $!\n";
64 close $w or die "close: $!\n";
65 close $w2 or die "close: $!\n";
66 close $r3 or die "close
[all...]
/openbsd-current/sys/dev/
H A Dradio_if.h42 /* close hardware */
43 int (*close)(void *, int, int, struct proc *); member in struct:radio_hw_if
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Ddup2.c14 extern int close(), fcntl();
25 return oldfd; /* be careful not to close() */
28 (void) close( newfd ); /* in case newfd is open */
/openbsd-current/regress/sys/kern/kqueue/
H A Dkqueue-fork.c33 if (close(kq) < 0)
35 warnx("fork didn't close kqueue");
44 close(kq);
/openbsd-current/lib/libutil/
H A Dpty.c61 close(ptmfd);
64 close(ptmfd);
109 close(ptmfd);
112 close(ptmfd);
127 (void) close(master);
128 (void) close(slave);
134 (void) close(master);
142 (void) close(slave);
/openbsd-current/usr.sbin/kvm_mkdb/
H A Dtestdb.c61 goto close;
65 goto close;
69 goto close;
71 goto close;
76 close:
78 (void)(db->close)(db);
/openbsd-current/usr.sbin/lpr/common_source/
H A Dstartdaemon.c74 close(s);
80 (void)close(s);
87 close(s);
94 (void)close(s);
99 (void)close(s);
106 (void)close(s);

Completed in 158 milliseconds

1234567891011>>