/titanic_51/usr/src/lib/libast/common/sfio/ |
H A D | sfpopen.c | 228 { 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.c | 104 { CLOSE(fd); /* error: file already exists */ 112 CLOSE(tf); 120 CLOSE(fd);
|
H A D | sfsetfd.c | 52 CLOSE(dupfd); 92 CLOSE(oldfd);
|
H A D | sftmp.c | 85 CLOSE(f->file); 263 CLOSE(fd); 268 CLOSE(fd);
|
H A D | sfclose.c | 123 CLOSE(f->file);
|
H A D | sfmode.c | 274 CLOSE(p->file);
|
H A D | sfhdr.h | 867 #define CLOSE(f) { while(sysclosef(f) < 0 && errno == EINTR) errno = 0; } macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfpopen.c | 228 { 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.c | 110 { CLOSE(fd); /* error: file already exists */ 118 CLOSE(tf); 126 CLOSE(fd);
|
H A D | sfsetfd.c | 52 CLOSE(dupfd); 92 CLOSE(oldfd);
|
H A D | sftmp.c | 85 CLOSE(f->file); 263 CLOSE(fd); 268 CLOSE(fd);
|
H A D | sfmode.c | 275 CLOSE(p->file);
|
H A D | sfhdr.h | 885 #define CLOSE(f) { while(sysclosef(f) < 0 && errno == EINTR) errno = 0; } macro
|
/titanic_51/usr/src/cmd/rmt/ |
H A D | rmt.c | 61 #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.s | 80 .local f.CLOSE, f.EXIT, f.MUNMAP 143 FI(CLOSE) 206 f.CLOSE:
|
H A D | _rtld.c | 56 #define CLOSE (*(funcs[CLOSE_F])) macro 320 (void) CLOSE(ldfd); in __rtld()
|
/titanic_51/usr/src/cmd/awk/ |
H A D | awk.g.y | 66 %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 D | maketab.c | 78 { CLOSE, "closefile", "closefile" },
|
H A D | awk.lx.l | 176 <A>close { RET(CLOSE); }
|
/titanic_51/usr/src/cmd/bnu/ |
H A D | pk.h | 133 #define CLOSE 1 macro
|
H A D | pk0.c | 118 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.c | 56 #define CLOSE (*(funcs[CLOSE_F])) macro 319 (void) CLOSE(ldfd); in __rtld()
|
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | mkservice.c | 99 #define CLOSE 2 macro 316 nq = sp->disc[CLOSE]; in Action()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | mkservice.c | 99 #define CLOSE 2 macro 316 nq = sp->disc[CLOSE]; in Action()
|
/titanic_51/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 83 %token <node> DEFFUNC BEGIN END CLOSE ELSE PACT
|