Home
last modified time | relevance | path

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

12

/freebsd/contrib/less/
H A Dregexp.c92 #define OPEN 20 /* no Mark this point in input as start of #n. */ macro
318 ret = regnode(OPEN+parno);
896 case OPEN+1:
897 case OPEN+2:
898 case OPEN+3:
899 case OPEN+4:
900 case OPEN+5:
901 case OPEN+6:
902 case OPEN+7:
903 case OPEN+8:
[all …]
/freebsd/contrib/elftoolchain/ar/
H A Dacplex.l64 OPEN|open { return (OPEN); }
H A Dacpyacc.y101 %token OPEN
206 : OPEN FNAME { arscp_open($2); }
/freebsd/usr.bin/ar/
H A Dacplex.l62 OPEN|open { return (OPEN); }
H A Dacpyacc.y98 %token OPEN
203 : OPEN FNAME { arscp_open($2); }
/freebsd/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()
/freebsd/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()
/freebsd/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,
/freebsd/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()
/freebsd/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()
/freebsd/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
/freebsd/contrib/terminus/
H A DOFL.TXT10 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
/freebsd/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
/freebsd/crypto/openssl/Configurations/
H A Ddescrip.mms.tmpl702 OPEN/WRITE/SHARE=READ CONFIG []vmsconfig.pm
1212 OPEN/WRITE/SHARE=READ OPT_FILE $shlibname-components.OPT
1257 OPEN/WRITE/SHARE=READ OPT_FILE $dsoname-components.OPT
1354 @ OPEN/WRITE/SHARE=READ OPT_FILE $binname.OPT
/freebsd/contrib/dialog/
H A Ddlg_keys.c467 CURSES_NAME(OPEN),
/freebsd/usr.sbin/usbdump/
H A Dusbdump.c353 STATUS(status, OPEN), in print_status()
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-eaidk-610.dts14 model = "OPEN AI LAB EAIDK-610";
/freebsd/contrib/lib9p/
H A Dutils.c103 X(OPEN, "open"),
/freebsd/crypto/heimdal/lib/wind/
H A DUnicodeData.txt391 0186;LATIN CAPITAL LETTER OPEN O;Lu;0;L;;;;;N;;;;0254;
401 0190;LATIN CAPITAL LETTER OPEN E;Lu;0;L;;;;;N;LATIN CAPITAL LETTER EPSILON;;;025B;
572 0254;LATIN SMALL LETTER OPEN O;Ll;0;L;;;;;N;;;0186;;0186
579 025B;LATIN SMALL LETTER OPEN E;Ll;0;L;;;;;N;LATIN SMALL LETTER EPSILON;;0190;;0190
580 025C;LATIN SMALL LETTER REVERSED OPEN E;Ll;0;L;;;;;N;LATIN SMALL LETTER REVERSED EPSILON;;;;
581 025D;LATIN SMALL LETTER REVERSED OPEN E WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER REVERSED EPSILON …
582 025E;LATIN SMALL LETTER CLOSED REVERSED OPEN E;Ll;0;L;;;;;N;LATIN SMALL LETTER CLOSED REVERSED EPSI…
642 029A;LATIN SMALL LETTER CLOSED OPEN E;Ll;0;L;;;;;N;LATIN SMALL LETTER CLOSED EPSILON;;;;
742 02FE;MODIFIER LETTER OPEN SHELF;Sk;0;ON;;;;;N;;;;;
1541 06A9;ARABIC LETTER KEHEH;Lo;0;AL;;;;;N;ARABIC LETTER OPEN CAF;;;;
[all …]
/freebsd/sys/kgssapi/krb5/
H A Dkrb5_mech.c89 #define OPEN 2 macro

12