Searched refs:CLOSE (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfpopen.c228 { CLOSE(parent[!pkeep]);
231 { CLOSE(child[!ckeep]);
253 { CLOSE(parent[!pkeep]);
255 CLOSE(child[!ckeep]);
269 CLOSE(pkeep);
275 CLOSE(ckeep);
287 { CLOSE(parent[0]); CLOSE(parent[1]); }
289 { CLOSE(child[0]); CLOSE(chil
[all...]
H A D_sfopen.c104 { CLOSE(fd); /* error: file already exists */
112 CLOSE(tf);
120 CLOSE(fd);
H A Dsfsetfd.c52 CLOSE(dupfd);
92 CLOSE(oldfd);
H A Dsftmp.c85 CLOSE(f->file);
263 CLOSE(fd);
268 CLOSE(fd);
H A Dsfclose.c123 CLOSE(f->file);
H A Dsfmode.c274 CLOSE(p->file);
/illumos-gate/usr/src/cmd/bnu/
H A Dpk.h133 #define CLOSE 1 macro
H A Dpk0.c118 case CLOSE:
432 case CLOSE:
526 * try to exchange CLOSE messages
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c61 #define CLOSE SIGUSR2 macro
147 case CLOSE: key = 'C'; break;
178 (void) sigaddset(&maskall, CLOSE);
201 (void) sigaction(CLOSE, &sa, (struct sigaction *)0);
409 key == 'C' ? CLOSE : ERROR);
/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c78 { CLOSE, "closefile", "closefile" },
H A Dawk.g.y66 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
92 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FIELD FUNC
316 | CLOSE pattern st { $$ = stat1(CLOSE, $2); }
H A Dawk.lx.l176 <A>close { RET(CLOSE); }
/illumos-gate/usr/src/lib/libc/i386/crt/
H A D_rtld.c56 #define CLOSE (*(funcs[CLOSE_F])) macro
319 (void) CLOSE(ldfd);
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtld.c56 #define CLOSE (*(funcs[CLOSE_F])) macro
320 (void) CLOSE(ldfd);
H A D_rtboot.s80 .local f.CLOSE, f.EXIT, f.MUNMAP
143 FI(CLOSE)
206 f.CLOSE:
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c99 #define CLOSE 2 macro
316 nq = sp->disc[CLOSE];
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y83 %token <node> DEFFUNC BEGIN END CLOSE ELSE PACT
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c83 _FEMOPDEF(CLOSE, close),
137 _FEMGUARD(CLOSE, close),

Completed in 97 milliseconds