/illumos-gate/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(child[1]); }
|
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
|
/illumos-gate/usr/src/cmd/rmt/ |
H A D | rmt.c | 59 #define CLOSE SIGUSR2 macro 145 case CLOSE: key = 'C'; break; in catch() 176 (void) sigaddset(&maskall, CLOSE); in main() 199 (void) sigaction(CLOSE, &sa, (struct sigaction *)0); in main() 407 key == 'C' ? CLOSE : ERROR); in main()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.g.y | 88 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC 115 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC 400 | CLOSE term { $$ = op1(CLOSE, $2); }
|
H A D | maketab.c | 109 { CLOSE, "closefile", "closefile" },
|
H A D | lex.c | 52 { "close", CLOSE, CLOSE },
|
/illumos-gate/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 56 #define CLOSE (*(funcs[CLOSE_F])) macro 319 (void) CLOSE(ldfd); in __rtld()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | pk.h | 130 #define CLOSE 1 macro
|
H A D | pk0.c | 115 case CLOSE: 429 case CLOSE:
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 82 %token <node> DEFFUNC BEGIN END CLOSE ELSE PACT
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fem.c | 83 _FEMOPDEF(CLOSE, close), 137 _FEMGUARD(CLOSE, close),
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | release.txt | 1830 Change: CLOSE callback not called properly in all cases.
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 5587 # This is CLOSE to what is expected for a "status line". However,
|
H A D | terminfo.src | 6320 # This is CLOSE to what is expected for a "status line". However,
|