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

/freebsd-11-stable/contrib/binutils/binutils/
H A Darlex.l54 "OPEN" { return OPEN; }
69 "open" { return OPEN; }
H A Darparse.y60 %token OPEN
137 OPEN FILENAME
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dacplex.l64 OPEN|open { return (OPEN); }
H A Dacpyacc.y101 %token OPEN
206 : OPEN FNAME { arscp_open($2); }
270 * 'OPEN' command), the resulting archive will be a modified version
294 * The 'OPEN' command creates a temporary copy of the
299 bsdar_warnc(bsdar, errno, "'OPEN' failed");
530 * Check if a target was specified, i.e, whether an 'OPEN' or 'CREATE'
/freebsd-11-stable/usr.bin/ar/
H A Dacplex.l64 OPEN|open { return (OPEN); }
H A Dacpyacc.y101 %token OPEN
206 : OPEN FNAME { arscp_open($2); }
267 * Create archive. in != NULL indicate it's a OPEN cmd, and resulting
292 * Command OPEN creates a temporary copy of the
549 * Check if target specified, i.e, whether OPEN or CREATE has been
/freebsd-11-stable/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.
312 /* Make an OPEN node, if parenthesized. */
318 ret = regnode(OPEN+parno);
327 regtail(ret, br); /* OPEN -> first. */
896 case OPEN+1:
897 case OPEN+2:
898 case OPEN
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dgsskrb5_locl.h62 enum { LOCAL = 1, OPEN = 2, enumerator in enum:gsskrb5_ctx::__anon5960
H A Dinquire_context.c95 *open_context = ctx->more_flags & OPEN;
H A Daccept_sec_context.c281 ctx->more_flags |= OPEN;
634 ctx->more_flags |= OPEN;
H A Dinit_sec_context.c302 ctx->more_flags |= OPEN;
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dbthidd.h70 #define OPEN 3 macro
H A Dserver.c270 s->state = (s->intr == -1)? W4INTR : OPEN;
274 s->state = (s->ctrl == -1)? W4CTRL : OPEN;
286 if (s->state == OPEN && d->keyboard) {
H A Dclient.c188 s->state = OPEN;
192 if (s->state == OPEN && d->keyboard) {
/freebsd-11-stable/sys/pc98/cbus/
H A Dolpt.c169 #define OPEN (1<<0) /* device is open */ macro
399 sc->sc_state = OPEN;
414 sc->sc_state = OPEN;
438 if (sc->sc_state & OPEN) {
476 sc->sc_state &= ~OPEN;
/freebsd-11-stable/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,
710 retval = OPEN(bfp->bf_filename,
/freebsd-11-stable/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-11-stable/sys/dev/vkbd/
H A Dvkbd.c121 #define OPEN (1 << 0) /* control device is open */ macro
233 if (state->ks_flags & OPEN) {
238 state->ks_flags |= OPEN;
271 state->ks_flags &= ~OPEN;
/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.c376 CURSES_NAME(OPEN),
/freebsd-11-stable/usr.sbin/usbdump/
H A Dusbdump.c355 STATUS(status, OPEN),
/freebsd-11-stable/sys/kgssapi/krb5/
H A Dkrb5_mech.c89 #define OPEN 2 macro

Completed in 290 milliseconds