Searched defs:OPEN (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHandle.pm73 =item OPEN this, filename
206 $fh->OPEN(@_) if (@_);
217 sub OPEN subroutine
/osnet-11/usr/src/cmd/sendmail/src/
H A Dbf.c71 # define OPEN(fn, omode, cmode, sff) open(fn, omode, cmode) macro
73 # define OPEN(fn, omode, cmode, sff) safeopen(fn, omode, cmode, sff) macro
237 ** permissions of the file, which OPEN() must obey.
549 retval = OPEN(bfp->bf_filename,
711 retval = OPEN(bfp->bf_filename,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregnodes.h51 #define OPEN 45 /* 0x2d Mark this point in input as start of #n. */ macro
52 #define CLOSE 46 /* 0x2e Analogous to OPEN. */
118 OPEN, /* OPEN */
186 EXTRA_SIZE(struct regnode_1), /* OPEN */
251 0, /* OPEN */
317 "OPEN", /* 0x2d */
/osnet-11/usr/src/lib/libc/port/gen/
H A Dhsearch.c36 * OPEN - use open addressing to resolve collisions.
37 * BRENT - use Brent's modification to improve the OPEN algorithm.
69 #ifdef OPEN
73 #define OPEN macro
125 #ifdef OPEN
266 #ifdef OPEN
273 #ifdef OPEN
537 #ifdef OPEN
546 #ifdef OPEN
/osnet-11/usr/src/lib/libast/common/port/
H A Dastlicense.c51 #define OPEN 5 macro
162 LIC("open", OPEN),
163 LIC("cpl", OPEN),
164 LIC("epl", OPEN),
165 LIC("bsd", OPEN),
166 LIC("zlib", OPEN),
167 LIC("mit", OPEN),
682 if (notice.type >= OPEN)
745 else if (notice.type == OPEN)
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java151 OPEN, enum constant in enum:LocalConsumer.State
309 state = State.OPEN;
327 case OPEN:
445 case OPEN:
485 assert ((state != State.INIT) && (state != State.OPEN));
525 case OPEN:
550 case OPEN:
739 case OPEN:
785 case OPEN:
1000 case OPEN
[all...]

Completed in 64 milliseconds