Searched refs:scanners (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/sys/net80211/ |
| D | ieee80211_scan.c | 185 static const struct ieee80211_scanner *scanners[IEEE80211_OPMODE_MAX]; variable 192 if (scanners[mode] == NULL) in ieee80211_scanner_get() 194 return scanners[mode]; in ieee80211_scanner_get() 203 scanners[mode] = scan; in ieee80211_scanner_register() 212 if (scanners[mode] == scan) in ieee80211_scanner_unregister() 213 scanners[mode] = NULL; in ieee80211_scanner_unregister() 222 if (scanners[m] == scan) in ieee80211_scanner_unregister_all() 223 scanners[m] = NULL; in ieee80211_scanner_unregister_all()
|
| /freebsd-12-stable/contrib/flex/ |
| D | NEWS | 87 which may be useful when writing scanners 93 ** c++ scanners can now use yywrap 129 ** yylineno is per-buffer in reentrant scanners 134 ** flex now uses m4 to generate scanners; while this means that 135 scanners are more readable, it means that flex requires m4 to be 140 ** Automatic stack management for multiple input buffers in C and C++ scanners 165 unusable scanners for some programs 194 ** it is possible to have multiple c++ scanners in the same program again 255 ** yylineno is present in all scanners; Modified nasty performance 297 ** c++ scanners compile again [all …]
|
| D | ONEWS | 19 - A bug in handling NUL's in the input stream of scanners using 46 - By default, the scanners generated by flex no longer 350 This routine is also available to C++ scanners (unlike some 386 - C++ scanners now have yy_flex_debug as a member variable of 422 - interactive scanners now read characters in YY_INPUT up to a 444 generated scanners now set yy_init to zero before executing 452 - When generating full-table scanners (-Cf), flex now puts braces 562 - Fixed bug breaking C++ scanners that use REJECT or variable 565 - Fixed serious input problem for interactive scanners on 617 <strings.h> string routines needed by flex and the scanners [all …]
|
| D | README | 3 flex is a tool for generating scanners: programs which recognize 72 examples/ - containing examples of some possible flex scanners and a
|
| D | ChangeLog | 54 tests/test-c++-multiple-scanners/.cvsignore, 55 tests/test-c++-multiple-scanners/.gitignore, 78 tests/test-multiple-scanners-nr/.cvsignore, 79 tests/test-multiple-scanners-nr/.gitignore, 80 tests/test-multiple-scanners-r/.cvsignore, 81 tests/test-multiple-scanners-r/.gitignore, 247 * main.c: fix yywrap behavior for reentrant scanners 613 libraries using flex scanners 633 * flex.skl: fix skeleton for reentrant scanners 642 * flex.skl: fix skeleton for reentrant scanners, resolves bug [all …]
|
| D | COPYING | 41 You are free to do whatever you please with scanners generated using flex;
|
| D | flex.skl | 38 %# %if-c++-only - The following lines are printed for C++ scanners ONLY. 39 %# %if-c-only - The following lines are NOT printed for C++ scanners. 40 %# %if-c-or-c++ - The following lines are printed in BOTH C and C++ scanners. 41 %# %if-reentrant - Print for reentrant scanners.(push) 42 %# %if-not-reentrant - Print for non-reentrant scanners. (push) 113 * following macro. This is required in order to pass the c++-multiple-scanners 504 * existing scanners that call yyless() from OUTSIDE yylex. 915 These are made visible to non-reentrant scanners for convenience. */ 2915 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
|
| /freebsd-12-stable/contrib/expat/lib/ |
| D | xmltok_ns.c | 85 p->initEnc.scanners[XML_PROLOG_STATE] = NS(initScanProlog); in NS() 86 p->initEnc.scanners[XML_CONTENT_STATE] = NS(initScanContent); in NS()
|
| D | xmltok.h | 173 SCANNER scanners[XML_N_STATES]; member 224 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
|
| /freebsd-12-stable/tools/tools/tinybsd/conf/wireless/etc/ |
| D | pf.os | 127 # network scanners and so on, where many settings are randomized or
|
| /freebsd-12-stable/tools/tools/tinybsd/conf/firewall/etc/ |
| D | pf.os | 127 # network scanners and so on, where many settings are randomized or
|
| /freebsd-12-stable/sbin/pfctl/ |
| D | pf.os | 129 # network scanners and so on, where many settings are randomized or
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/ |
| D | Path.inc | 570 // Retry this a few times to defeat badly behaved file system scanners.
|
| /freebsd-12-stable/contrib/amd/ |
| D | ChangeLog | 69 * Change the way we handle multiple lex scanners and yacc parsers 79 * Change the way we handle multiple lex scanners and yacc parsers 1602 scanners, so don't link Amd with libl.a/libfl.a. 1631 * amd/sun_map_tok.l: allocate more output slots so lex scanners 5019 lex scanners don't run out of mem.
|
| /freebsd-12-stable/share/examples/ipfilter/ |
| D | ipf-howto.txt | 958 from port scanners and DoS attacks? There is a way, it's
|