Home
last modified time | relevance | path

Searched refs:CLOSE (Results 1 – 25 of 28) sorted by relevance

12

/titanic_51/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(child[1]); }
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);
H A Dsfhdr.h867 #define CLOSE(f) { while(sysclosef(f) < 0 && errno == EINTR) errno = 0; } macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/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.c110 { CLOSE(fd); /* error: file already exists */
118 CLOSE(tf);
126 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 Dsfmode.c275 CLOSE(p->file);
H A Dsfhdr.h885 #define CLOSE(f) { while(sysclosef(f) < 0 && errno == EINTR) errno = 0; } macro
/titanic_51/usr/src/cmd/rmt/
H A Drmt.c61 #define CLOSE SIGUSR2 macro
147 case CLOSE: key = 'C'; break; in catch()
178 (void) sigaddset(&maskall, CLOSE); in main()
201 (void) sigaction(CLOSE, &sa, (struct sigaction *)0); in main()
409 key == 'C' ? CLOSE : ERROR); in main()
/titanic_51/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s80 .local f.CLOSE, f.EXIT, f.MUNMAP
143 FI(CLOSE)
206 f.CLOSE:
H A D_rtld.c56 #define CLOSE (*(funcs[CLOSE_F])) macro
320 (void) CLOSE(ldfd); in __rtld()
/titanic_51/usr/src/cmd/awk/
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 Dmaketab.c78 { CLOSE, "closefile", "closefile" },
H A Dawk.lx.l176 <A>close { RET(CLOSE); }
/titanic_51/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 in pkclose()
/titanic_51/usr/src/lib/libc/i386/crt/
H A D_rtld.c56 #define CLOSE (*(funcs[CLOSE_F])) macro
319 (void) CLOSE(ldfd); in __rtld()
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c99 #define CLOSE 2 macro
316 nq = sp->disc[CLOSE]; in Action()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c99 #define CLOSE 2 macro
316 nq = sp->disc[CLOSE]; in Action()
/titanic_51/usr/src/cmd/awk_xpg4/
H A Dawk.y83 %token <node> DEFFUNC BEGIN END CLOSE ELSE PACT

12