Searched refs:OPEN (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/binutils/binutils/
H A Darlex.l54 "OPEN" { return OPEN; }
69 "open" { return OPEN; }
H A Darparse.y60 %token OPEN
137 OPEN FILENAME
/freebsd-9.3-release/usr.bin/ar/
H A Dacplex.l62 OPEN|open { return (OPEN); }
H A Dacpyacc.y100 %token OPEN
205 : OPEN FNAME { arscp_open($2); }
266 * Create archive. in != NULL indicate it's a OPEN cmd, and resulting
291 * Command OPEN creates a temporary copy of the
548 * Check if target specified, i.e, whether OPEN or CREATE has been
/freebsd-9.3-release/contrib/less/
H A Dregexp.c92 #define OPEN 20 /* no Mark this point in input as start of #n. */ macro
93 /* OPEN+1 is number 1, etc. */
94 #define CLOSE 30 /* no Analogous to OPEN. */
115 * OPEN,CLOSE ...are numbered at compile time.
309 /* Make an OPEN node, if parenthesized. */
315 ret = regnode(OPEN+parno);
324 regtail(ret, br); /* OPEN -> first. */
893 case OPEN+1:
894 case OPEN+2:
895 case OPEN
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dgsskrb5_locl.h62 enum { LOCAL = 1, OPEN = 2, enumerator in enum:__anon4585::__anon4586
H A Dinquire_context.c97 *open_context = ctx->more_flags & OPEN;
H A Daccept_sec_context.c248 ctx->more_flags |= OPEN;
500 ctx->more_flags |= OPEN;
H A Dinit_sec_context.c253 ctx->more_flags |= OPEN;
/freebsd-9.3-release/usr.sbin/bluetooth/bthidd/
H A Dbthidd.h68 #define OPEN 3 macro
H A Dserver.c265 s->state = (s->intr == -1)? W4INTR : OPEN;
269 s->state = (s->ctrl == -1)? W4CTRL : OPEN;
281 if (s->state == OPEN && d->keyboard) {
H A Dclient.c185 s->state = OPEN;
189 if (s->state == OPEN && d->keyboard) {
/freebsd-9.3-release/sys/pc98/cbus/
H A Dolpt.c168 #define OPEN (1<<0) /* device is open */ macro
397 sc->sc_state = OPEN;
412 sc->sc_state = OPEN;
436 if (sc->sc_state & OPEN) {
474 sc->sc_state &= ~OPEN;
/freebsd-9.3-release/contrib/sendmail/src/
H A Dbf.c69 # define OPEN(fn, omode, cmode, sff) open(fn, omode, cmode) macro
71 # define OPEN(fn, omode, cmode, sff) safeopen(fn, omode, cmode, sff) macro
235 ** permissions of the file, which OPEN() must obey.
547 retval = OPEN(bfp->bf_filename,
709 retval = OPEN(bfp->bf_filename,
/freebsd-9.3-release/sys/dev/ppbus/
H A Dlpt.c154 #define OPEN (1<<0) /* device is open */ macro
455 if (sc->sc_state & OPEN) {
510 sc->sc_state = OPEN;
582 sc->sc_state |= OPEN;
634 sc->sc_state &= ~OPEN;
915 (sc->sc_state & OPEN))
/freebsd-9.3-release/sys/dev/vkbd/
H A Dvkbd.c121 #define OPEN (1 << 0) /* control device is open */ macro
237 if (state->ks_flags & OPEN) {
242 state->ks_flags |= OPEN;
275 state->ks_flags &= ~OPEN;
/freebsd-9.3-release/contrib/dialog/
H A Ddlg_keys.c347 CURSES_NAME(OPEN),
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddummynet.txt36 OPEN ISSUES
/freebsd-9.3-release/usr.sbin/usbdump/
H A Dusbdump.c344 STATUS(status, OPEN),
/freebsd-9.3-release/sys/kgssapi/krb5/
H A Dkrb5_mech.c89 #define OPEN 2 macro

Completed in 231 milliseconds