Home
last modified time | relevance | path

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

1234

/netbsd-src/external/bsd/less/dist/
H A Dregexp.c94 #define OPEN 20 /* no Mark this point in input as start of #n. */ macro
320 ret = regnode(OPEN+parno);
898 case OPEN+1:
899 case OPEN+2:
900 case OPEN+3:
901 case OPEN+4:
902 case OPEN+5:
903 case OPEN+6:
904 case OPEN+7:
905 case OPEN+8:
[all …]
/netbsd-src/lib/libcompat/regexp/
H A Dregexp.c99 #define OPEN 20 /* no Mark this point in input as start of #n. */ macro
321 ret = regnode(OPEN+parno);
977 case OPEN+1:
978 case OPEN+2:
979 case OPEN+3:
980 case OPEN+4:
981 case OPEN+5:
982 case OPEN+6:
983 case OPEN+7:
984 case OPEN+8:
[all …]
/netbsd-src/tests/dev/audio/
H A Daudiotest.c969 #define OPEN(name, mode) \ macro
1331 fd = OPEN(devaudio, O_WRONLY); in reset_after_mmap()
1428 fd = OPEN(devaudio, mode); in test_open_mode()
1479 fd = OPEN(devaudio, mode); in test_open()
1517 fd = OPEN(devaudio, openable_mode()); in test_open()
1526 fd = OPEN(devfile, mode); in test_open()
1605 fd = OPEN(devfile, mode); in test_open()
1699 fd = OPEN(devsound, openmode); in DEF()
1710 fd = OPEN(devaudio, openmode); in DEF()
1716 fd = OPEN(devsound, openmode); in DEF()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Darlex.l58 "OPEN" { return OPEN; }
73 "open" { return OPEN; }
H A Darparse.h74 OPEN = 275 /* OPEN */ enumerator
100 #define OPEN 275 macro
H A Darparse.y60 %token OPEN
137 OPEN FILENAME
H A Darparse.c167 OPEN = 275 /* OPEN */ enumerator
193 #define OPEN 275 macro
H A Darlex.c925 { return OPEN; }
1000 { return OPEN; }
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Darlex.l58 "OPEN" { return OPEN; }
73 "open" { return OPEN; }
H A Darparse.h74 OPEN = 275 /* OPEN */ enumerator
100 #define OPEN 275 macro
H A Darparse.y60 %token OPEN
137 OPEN FILENAME
H A Darparse.c167 OPEN = 275 /* OPEN */ enumerator
193 #define OPEN 275 macro
H A Darlex.c925 { return OPEN; }
1000 { return OPEN; }
/netbsd-src/sys/arch/vax/vax/
H A Dcfl.c100 #define OPEN 1 macro
141 cfltab.cfl_state = OPEN; in cflopen()
212 cfltab.cfl_state = OPEN; in cflrw()
/netbsd-src/sys/dev/ppbus/
H A Dlptvar.h57 #define OPEN (unsigned)(1<<0) /* device is open */ macro
H A Dlpt.c505 lpt->sc_state |= OPEN; in lptopen()
/netbsd-src/sys/arch/vax/mba/
H A Dmbavar.h41 #define OPEN 3 macro
/netbsd-src/games/battlestar/
H A Dwords.c175 { "open", OPEN, VERB, NULL },
176 { "unlock", OPEN, VERB, NULL },
H A Dextern.h187 #define OPEN 1053 macro
H A Dcypher.c378 case OPEN: in cypher()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dgsskrb5_locl.h64 enum { LOCAL = 1, OPEN = 2, enumerator
H A Dinquire_context.c97 *open_context = ctx->more_flags & OPEN; in _gsskrb5_inquire_context()
H A Daccept_sec_context.c284 ctx->more_flags |= OPEN; in gsskrb5_acceptor_ready()
655 ctx->more_flags |= OPEN; in gsskrb5_acceptor_start()
/netbsd-src/usr.sbin/isibootd/
H A Disibootd.c101 #define OPEN 1 macro
227 if (fp->opcode != OPEN) in main()
/netbsd-src/external/bsd/wpa/dist/hostapd/
H A DREADME-WPS247 hostapd_cli wps_config "no security" OPEN NONE ""
249 <auth> must be one of the following: OPEN WPAPSK WPA2PSK

1234