HomeSort by relevance Sort by last modified time
    Searched defs:CLOSE (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
assembler.t 144 sub CLOSE($){
329 close( ASM );
344 close( ASM );
345 close( OBJ );
354 close( OBJ );
355 close( DIS );
382 close( ASM );
383 close( DIS );
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
Handle.pm 69 =item CLOSE this
71 Close the handle
192 sub CLOSE {
194 croak "$pkg doesn't define a CLOSE method";
214 sub CLOSE { close($_[0]) }
219 $_[0]->CLOSE if defined($_[0]->FILENO);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
tiehandle.t 68 sub CLOSE {
69 ::compare(CLOSE => @_);
145 @expect = (CLOSE => $ob);
146 $r = close $fh;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
Cmd.pm 214 $cmd->close
275 $cmd->close;
576 sub CLOSE {
  /onnv/onnv-gate/usr/src/lib/libc/amd64/crt/
_rtld.c 58 #define CLOSE (*(funcs[CLOSE_F]))
322 (void) CLOSE(ldfd);
  /onnv/onnv-gate/usr/src/lib/libc/i386/crt/
_rtld.c 58 #define CLOSE (*(funcs[CLOSE_F]))
322 (void) CLOSE(ldfd);
  /onnv/onnv-gate/usr/src/lib/libc/sparc/crt/
_rtld.c 58 #define CLOSE (*(funcs[CLOSE_F]))
322 (void) CLOSE(ldfd);
  /onnv/onnv-gate/usr/src/lib/libshell/common/bltins/
mkservice.c 41 "\avarname\a\b.action\b and \avarname\a\b.close\b implement the "
53 "[+close?This function is invoked when the connection is closed.]"
99 #define CLOSE 2
109 "close",
207 close(fd);
290 close(accept_fd);
301 close(fd);
310 static int Action(Service_t *sp, int fd, int close)
315 if(close)
316 nq = sp->disc[CLOSE];
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
regnodes.h 52 #define CLOSE 46 /* 0x2e Analogous to OPEN. */
119 CLOSE, /* CLOSE */
187 EXTRA_SIZE(struct regnode_1), /* CLOSE */
252 0, /* CLOSE */
318 "CLOSE", /* 0x2e */
  /onnv/onnv-gate/usr/src/cmd/rmt/
rmt.c 61 #define CLOSE SIGUSR2
147 case CLOSE: key = 'C'; break;
178 (void) sigaddset(&maskall, CLOSE);
201 (void) sigaction(CLOSE, &sa, (struct sigaction *)0);
409 key == 'C' ? CLOSE : ERROR);
422 rval = (offset_t)close(tape);
430 (void) close(tape);
  /onnv/onnv-gate/usr/src/cmd/bnu/
pk.h 133 #define CLOSE 1
  /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
regexp.c 82 #define CLOSE 30 /* no Analogous to OPEN. */
103 * OPEN,CLOSE ...are numbered at compile time.
325 ender = regnode((paren) ? CLOSE+parno : END);
892 case CLOSE+1:
893 case CLOSE+2:
894 case CLOSE+3:
895 case CLOSE+4:
896 case CLOSE+5:
897 case CLOSE+6:
898 case CLOSE+7
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/sfio/
sfhdr.h 107 #define sysclosef close
274 #define sysclosef close
596 /* set close-on-exec */
867 #define CLOSE(f) { while(sysclosef(f) < 0 && errno == EINTR) errno = 0; }
    [all...]

Completed in 420 milliseconds