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

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
Handle.pm 73 =item OPEN this, filename
75 (Re-)open the handle
206 $fh->OPEN(@_) if (@_);
217 sub OPEN
220 @_ == 2 ? open($_[0], $_[1]) : open($_[0], $_[1], $_[2]);
  /onnv/onnv-gate/usr/src/cmd/lms/
Channel.h 47 OPEN,
  /onnv/onnv-gate/usr/src/lib/libc/amd64/crt/
_rtld.c 62 #define OPEN (*(funcs[OPEN_F]))
137 if ((ldfd = OPEN(LDSO, O_RDONLY)) == -1)
294 dzfd = OPEN(ZERO, O_RDWR);
  /onnv/onnv-gate/usr/src/lib/libc/i386/crt/
_rtld.c 62 #define OPEN (*(funcs[OPEN_F]))
137 if ((ldfd = OPEN(LDSO, O_RDONLY)) == -1)
294 dzfd = OPEN(ZERO, O_RDWR);
  /onnv/onnv-gate/usr/src/lib/libc/sparc/crt/
_rtld.c 62 #define OPEN (*(funcs[OPEN_F]))
136 if ((ldfd = OPEN(LDSO, O_RDONLY)) == -1)
294 dzfd = OPEN(ZERO, O_RDWR);
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
bf.c 71 # define OPEN(fn, omode, cmode, sff) open(fn, omode, cmode)
73 # define OPEN(fn, omode, cmode, sff) safeopen(fn, omode, cmode, sff)
85 ** SM_BFOPEN -- the "base" open function called by sm_io_open() for the
89 ** fp -- file pointer being filled-in for file being open'd
237 ** permissions of the file, which OPEN() must obey.
256 ** SM_BFGETINFO -- returns info about an open file pointer
549 retval = OPEN(bfp->bf_filename,
668 ** any value of errno specified by open()
688 /* Do we need to open a file? *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
regnodes.h 51 #define OPEN 45 /* 0x2d Mark this point in input as start of #n. */
52 #define CLOSE 46 /* 0x2e Analogous to OPEN. */
118 OPEN, /* OPEN */
186 EXTRA_SIZE(struct regnode_1), /* OPEN */
251 0, /* OPEN */
317 "OPEN", /* 0x2d */
  /onnv/onnv-gate/usr/src/cmd/rmt/
rmt.c 60 #define OPEN SIGUSR1
146 case OPEN: key = 'O'; break;
177 (void) sigaddset(&maskall, OPEN);
200 (void) sigaction(OPEN, &sa, (struct sigaction *)0);
408 (void) kill(parent, key == 'O' ? OPEN :
442 tape = open(device, O_LARGEFILE |
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
hsearch.c 38 OPEN - use open addressing to resolve collisions.
39 BRENT - use Brent's modification to improve the OPEN algorithm.
60 #ifdef OPEN
64 # define OPEN
127 #ifdef OPEN
231 #ifdef OPEN
236 #ifdef OPEN
237 /* Hash search of a fixed-capacity table. Open addressing used to
294 /* Brent's variation of the open addressing algorithm. Do extr
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
hsearch.c 38 * OPEN - use open addressing to resolve collisions.
39 * BRENT - use Brent's modification to improve the OPEN algorithm.
71 #ifdef OPEN
75 #define OPEN
127 #ifdef OPEN
268 #ifdef OPEN
275 #ifdef OPEN
277 * Hash search of a fixed-capacity table. Open addressing used to
333 * Brent's variation of the open addressing algorithm. Do extr
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
regexp.c 80 #define OPEN 20 /* no Mark this point in input as start of #n. */
81 /* OPEN+1 is number 1, etc. */
82 #define CLOSE 30 /* no Analogous to OPEN. */
103 * OPEN,CLOSE ...are numbered at compile time.
292 /* Make an OPEN node, if parenthesized. */
298 ret = regnode(OPEN+parno);
307 regtail(ret, br); /* OPEN -> first. */
864 case OPEN+1:
865 case OPEN+2:
866 case OPEN+3
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/port/
astlicense.c 51 #define OPEN 5
161 LIC("open", OPEN),
162 LIC("cpl", OPEN),
163 LIC("bsd", OPEN),
164 LIC("zlib", OPEN),
165 LIC("mit", OPEN),
390 if ((i = open(file, O_RDONLY)) < 0)
393 copy(&buf, ": cannot open", -1);
667 if (notice.type >= OPEN)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
LocalConsumer.java 151 OPEN,
290 open(OpenFlag ... flags) throws DTraceException method in class:LocalConsumer
296 throw new IllegalStateException("consumer already open");
301 throw new NullPointerException("open flag is null");
309 state = State.OPEN;
326 throw new IllegalStateException("consumer not open");
327 case OPEN:
389 throw new FileNotFoundException("failed to open " +
444 throw new IllegalStateException("consumer not open");
445 case OPEN
    [all...]

Completed in 480 milliseconds