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

123456

/ast/src/cmd/3d/
H A Dlicense.c33 #define LICENSE_CLOSE(f) close(f)
59 close(fd);
65 close(fd);
71 close(fd);
74 close(fd);
78 close(lic);
H A Ddup23d.c32 if (r >= 0 && r < elementsof(state.file) && state.file[r].reserved) close(r);
H A Dfcntl3d.c44 close(n);
H A Dtouch.c144 close(fd);
176 close(fd);
180 close(fd);
185 close(fd);
/ast/src/lib/libast/comp/
H A Ddup2.c41 close(d2);
H A Dcloselog.c42 close(log.fd);
H A Dreadlink.c52 close(fd);
55 close(fd);
H A Dsetsid.c66 close(fd);
H A Dsymlink.c52 close(fd);
H A Dopen.c80 close(fd);
92 close(fd);
/ast/src/lib/libcoshell/
H A Dcosync.c71 close(td);
77 close(fd);
79 close(td);
107 if (clean) close(fd);
/ast/src/cmd/tests/sfio/
H A Dtstkpk.c29 close(0);
50 close(fd[1]);
H A Dtstdio.c48 fd = dup(1); close(1); dup(fileno(f));
54 close(1); dup(fd); close(fd);
H A Dtmprdwr.c144 close(child[0]); close(parent[1]);
148 close(child[1]); close(parent[0]);
H A Dtnotify.c61 close(fd+5);
/ast/src/lib/libast/dir/
H A Dopendir.c26 * open|close directory stream
69 close(fd);
91 close(dirp->dd_fd);
/ast/src/lib/libcs/
H A Dcsdaemon.c105 close(i);
108 close(fd);
112 * close any other garbage fds
117 close(i);
H A Dcsping.c42 close(fd);
/ast/src/cmd/ksh93/sh/
H A Dsuid_exec.c131 (statb.st_mode & ~S_IFMT) != SPECIAL || close(FDVERIFY)<0)
134 close(FDSYNC);
160 close(FDIN);
199 close(FDIN);
202 close(n);
389 close(FDVERIFY);
399 close(FDVERIFY);
400 close(pv[1]);
407 read(pv[0],pv,1); /* wait for clone to close pipe */
447 close(p
[all...]
/ast/src/lib/libast/vec/
H A Dvecfile.c59 close(fd);
/ast/src/lib/libast/misc/
H A Dprocclose.c27 * close a proc opened by procopen()
43 close(p->rfd);
45 close(p->wfd);
H A Dprocopen.c180 close(arg2);
185 close(arg1);
192 close(i);
207 close(arg1);
209 close(arg2);
270 close(arg2);
274 close(arg1);
346 close(m->arg.fd.parent.fd);
353 close(m->arg.fd.parent.fd);
358 close(
[all...]
/ast/src/cmd/mailx/
H A Dproc.c118 * I don't register_file (fclose to close)
123 * Open fd is set close-on-exec.
248 close(fd);
438 close(p[READ]);
439 close(p[WRITE]);
442 close(hisside);
513 close(READ);
517 close(savein);
529 close(WRITE);
533 close(savei
[all...]
/ast/src/cmd/cs/
H A Dnam.c104 close(ud);
140 close(ud);
143 close(ud);
/ast/src/cmd/cs/vcs_src/
H A Dmnt_vcs.c57 close(istate.fd);
65 close(istate.fd);
112 close(istate.fd);

Completed in 94 milliseconds

123456