Home
last modified time | relevance | path

Searched refs:OPEN (Results 1 – 25 of 40) sorted by relevance

12

/src/contrib/less/
H A Dregexp.c92 #define OPEN 20 /* no Mark this point in input as start of #n. */ macro
315 ret = regnode(OPEN+parno); in reg()
874 case OPEN+1: in regmatch()
875 case OPEN+2: in regmatch()
876 case OPEN+3: in regmatch()
877 case OPEN+4: in regmatch()
878 case OPEN+5: in regmatch()
879 case OPEN+6: in regmatch()
880 case OPEN+7: in regmatch()
881 case OPEN+8: in regmatch()
[all …]
/src/contrib/elftoolchain/ar/
H A Dacplex.l64 OPEN|open { return (OPEN); }
H A Dacpyacc.y101 %token OPEN
206 : OPEN FNAME { arscp_open($2); }
/src/usr.bin/ar/
H A Dacplex.l62 OPEN|open { return (OPEN); }
H A Dacpyacc.y98 %token OPEN
203 : OPEN FNAME { arscp_open($2); }
/src/crypto/openssl/doc/designs/quic-design/images/
H A Dconnection-state-machine.plantuml38 OPEN :
48 HANDSHAKE_CONFIRMED --> OPEN : ε
/src/sys/dev/ppbus/
H A Dlpt.c151 #define OPEN (1<<0) /* device is open */ macro
450 if (sc->sc_state & OPEN) { in lptout()
505 sc->sc_state = OPEN; in lptopen()
575 sc->sc_state |= OPEN; in lptopen()
625 sc->sc_state &= ~OPEN; in lptclose()
905 (sc->sc_state & OPEN)) in lptintr()
/src/usr.sbin/bluetooth/bthidd/
H A Dserver.c271 s->state = (s->intr == -1)? W4INTR : OPEN; in server_accept()
275 s->state = (s->ctrl == -1)? W4CTRL : OPEN; in server_accept()
287 if (s->state == OPEN && session_run(s) < 0) { in server_accept()
H A Dbthidd.h75 #define OPEN 3 macro
H A Dclient.c187 s->state = OPEN; in client_connect()
/src/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
547 retval = OPEN(bfp->bf_filename,
710 retval = OPEN(bfp->bf_filename,
/src/crypto/heimdal/lib/gssapi/krb5/
H A Dgsskrb5_locl.h62 enum { LOCAL = 1, OPEN = 2, enumerator
H A Dinquire_context.c95 *open_context = ctx->more_flags & OPEN; in _gsskrb5_inquire_context()
H A Daccept_sec_context.c281 ctx->more_flags |= OPEN; in gsskrb5_acceptor_ready()
635 ctx->more_flags |= OPEN; in gsskrb5_acceptor_start()
H A Dinit_sec_context.c302 ctx->more_flags |= OPEN; in gsskrb5_initiator_ready()
/src/crypto/openssl/doc/designs/quic-design/
H A Dconnection-state-machine.md388 <td><tt>ACTIVE.OPEN</tt></td>
391 <td rowspan="2"><tt>ACTIVE.OPEN</tt></td>
505 - `PROBE_TIMEOUT`: Applicable to `OPEN` and all (non-ε) `ESTABLISHING`
510 - `IDLE_TIMEOUT`: Applicable to `OPEN` and all (non-ε) `ESTABLISHING` substates.
516 - `CAN_SEND`: Applicable to `OPEN` and all (non-ε) `ESTABLISHING`
520 - `RX:STATELESS_RESET`: Applicable to all `ESTABLISHING` and `OPEN` states and
524 - `APP:CLOSE`: Supported in `IDLE`, `ESTABLISHING` and `OPEN` states.
527 - `RX:ANY[CONNECTION_CLOSE]`: Supported in all `ESTABLISHING` and `OPEN` states,
621 - Phase 1: “Steady state only” model which jumps to the `ACTIVE.OPEN`
/src/sys/dev/vkbd/
H A Dvkbd.c122 #define OPEN (1 << 0) /* control device is open */ macro
236 if (state->ks_flags & OPEN) { in vkbd_dev_open()
241 state->ks_flags |= OPEN; in vkbd_dev_open()
274 state->ks_flags &= ~OPEN; in vkbd_dev_close()
/src/contrib/wpa/wpa_supplicant/
H A DREADME-WPS173 wpa_cli wps_reg 02:34:56:78:9a:bc 12345670 clear OPEN NONE ""
175 <auth> must be one of the following: OPEN WPAPSK WPA2PSK
269 wpa_er_config 87654321-9abc-def0-1234-56789abc0002 12345670 clear OPEN NONE ""
271 <auth> must be one of the following: OPEN WPAPSK WPA2PSK
/src/usr.bin/procstat/
H A Dprocstat_kqueue.c166 PK_NAME_ELEM(NOTE_, OPEN),
/src/contrib/terminus/
H A DOFL.TXT10 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
/src/contrib/wpa/hostapd/
H A DREADME-WPS247 hostapd_cli wps_config "no security" OPEN NONE ""
249 <auth> must be one of the following: OPEN WPAPSK WPA2PSK
/src/contrib/dialog/
H A Ddlg_keys.c467 CURSES_NAME(OPEN),
/src/crypto/openssl/Configurations/
H A Ddescrip.mms.tmpl740 OPEN/WRITE/SHARE=READ CONFIG []vmsconfig.pm
1282 OPEN/WRITE/SHARE=READ OPT_FILE $shlibname-components.OPT
1339 OPEN/WRITE/SHARE=READ OPT_FILE $dsoname-components.OPT
1438 @ OPEN/WRITE/SHARE=READ OPT_FILE $binname.OPT
/src/usr.sbin/usbdump/
H A Dusbdump.c353 STATUS(status, OPEN), in print_status()
/src/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-eaidk-610.dts13 model = "OPEN AI LAB EAIDK-610";

12