HomeSort by: relevance | last modified time | path
    Searched refs:close (Results 1 - 25 of 1146) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/lib/libsa/
closeall.c 34 * @(#)close.c 8.1 (Berkeley) 6/11/93
72 (void)close(i);
stat.c 45 (void)close(fd);
  /src/usr.sbin/sesd/srcs/
getobjmap.c 60 (void) close(fd);
65 (void) close(fd);
71 (void) close(fd);
76 (void) close(fd);
84 (void) close(fd);
inienc.c 58 (void) close(fd);
getencstat.c 81 (void) close(fd);
86 (void) close(fd);
92 (void) close(fd);
122 (void) close(fd);
127 (void) close(fd);
134 (void) close(fd);
153 (void) close(fd);
  /src/common/dist/zlib/contrib/iostream/
test.cpp 20 os.close();
  /src/common/dist/zlib/contrib/iostream3/
test.cc 20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
  /src/usr.bin/tip/aculib/
dn11.c 68 (void)close(dn);
95 (void)close(dn);
106 (void)close(dn);
108 (void)close(FD);
134 (void)close(FD);
145 (void)close(dn);
148 (void)close(FD);
  /src/usr.bin/mail/
mime_child.c 151 (void)close(p[READ]);
152 (void)close(p[WRITE]);
160 (void)close(p[READ]);
165 (void)close(p[WRITE]);
192 (void)close(p[READ]);
193 (void)close(p[WRITE]);
197 (void)close(p[WRITE]);
205 (void)close(p[READ]);
209 (void)close(p[WRITE]);
  /src/usr.sbin/kvm_mkdb/
testdb.c 73 goto close;
79 goto close;
81 goto close;
100 close: if (db)
101 (void)(db->close)(db);
  /src/tests/compat/linux/
h_inotify_init.c 50 RS(close(fd));
56 RS(close(fd));
62 RS(close(fd));
h_inotify_watch_change.c 48 RS(close(targetfd));
54 /* We should only get the close event. */
56 RS(close(targetfd));
68 RS(close(targetfd));
78 /* Now we should get both the open and the close. */
80 RS(close(targetfd));
  /src/lib/librumpuser/
rumpuser_daemonize.c 66 (void)close(fd);
72 (void)close(fd);
108 (void)close(daemonpipe[0]);
109 (void)close(daemonpipe[1]);
124 close(daemonpipe[1]);
161 close(fd);
174 close(daemonpipe[0]);
175 close(daemonpipe[1]);
  /src/usr.sbin/faithd/
ftp.c 136 (void)close(ctl4);
137 (void)close(ctl6);
153 (void)close(ctl4);
154 (void)close(ctl6);
172 (void)close(port4);
176 (void)close(port6);
198 (void)close(port4);
202 (void)close(port6);
249 (void)close(wport4);
259 (void)close(port4)
    [all...]
  /src/tests/lib/libc/c063/
t_o_search.c 83 ATF_REQUIRE(close(fd) == 0);
88 ATF_REQUIRE(close(fd) == 0);
95 ATF_REQUIRE(close(dfd) == 0);
113 ATF_REQUIRE(close(fd) == 0);
118 ATF_REQUIRE(close(fd) == 0);
123 ATF_REQUIRE(close(fd) == 0);
129 ATF_REQUIRE(close(dfd) == 0);
145 ATF_REQUIRE(close(fd) == 0);
150 ATF_REQUIRE(close(fd) == 0);
155 ATF_REQUIRE(close(fd) == 0)
    [all...]
  /src/sbin/cgdconfig/
cgdconfig_hostops.c 46 .op_close = close,
  /src/sbin/ifconfig/
ifconfig_hostops.c 46 .op_close = close,
  /src/sbin/raidctl/
raidctl_hostops.c 47 .op_close = close,
  /src/sys/arch/atari/stand/tostools/libtos/
cread.h 39 #define close cclose macro
  /src/sys/dev/hdmicec/
hdmicec_if.h 36 void (*close)(void *); member in struct:hdmicec_hw_if
  /src/sys/dev/
radio_if.h 43 /* close hardware */
44 int (*close)(void *, int, int, struct proc *); member in struct:radio_hw_if
  /src/usr.sbin/envstat/
envstat_hostops.c 44 .op_close = close,
prog_ops.h 52 #define prog_close close
  /src/usr.sbin/lpr/common_source/
startdaemon.c 85 (void)close(s);
92 (void)close(s);
97 (void)close(s);
104 (void)close(s);
  /src/libexec/ftpd/
popen.c 100 * otherwise close stderr.
168 (void)close(pdes[0]);
169 (void)close(pdes[1]);
176 (void)close(pdes[1]);
179 (void)close(STDERR_FILENO);
182 (void)close(pdes[0]);
186 (void)close(pdes[0]);
188 (void)close(pdes[1]);
204 (void)close(pdes[1]);
207 (void)close(pdes[0])
    [all...]

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>