Searched refs:scanners (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/net80211/ |
| H A D | ieee80211_scan.c | 183 static const struct ieee80211_scanner *scanners[IEEE80211_OPMODE_MAX]; variable 190 if (scanners[mode] == NULL) in ieee80211_scanner_get() 192 return scanners[mode]; in ieee80211_scanner_get() 201 scanners[mode] = scan; in ieee80211_scanner_register() 210 if (scanners[mode] == scan) in ieee80211_scanner_unregister() 211 scanners[mode] = NULL; in ieee80211_scanner_unregister() 220 if (scanners[m] == scan) in ieee80211_scanner_unregister_all() 221 scanners[m] = NULL; in ieee80211_scanner_unregister_all()
|
| /freebsd/contrib/flex/ |
| H A D | NEWS | 115 *** more compilation warnings were squashed in generated scanners 186 *** C++ scanners now use references instead of pointers. See the manual for details. 188 *** A number of compiler warnings were addressed, so flex generated scanners should be quieter unde… 313 which may be useful when writing scanners 319 ** c++ scanners can now use yywrap 355 ** yylineno is per-buffer in reentrant scanners 360 ** flex now uses m4 to generate scanners; while this means that 361 scanners are more readable, it means that flex requires m4 to be 366 ** Automatic stack management for multiple input buffers in C and C++ scanners 391 unusable scanners for some programs [all …]
|
| H A 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 …]
|
| H A D | ChangeLog | 624 scanners 1699 scanners are used. 1909 tests/test-multiple-scanners-r/.gitignore, 1910 tests/test-multiple-scanners-r/Makefile.am, 1911 tests/test-multiple-scanners-r/main.c, 1912 tests/test-multiple-scanners-r/scanner-1.l, 1913 tests/test-multiple-scanners-r/scanner-2.l: Refactor 1923 tests/test-multiple-scanners-nr/.gitignore, 1924 tests/test-multiple-scanners-nr/Makefile.am, 1925 tests/test-multiple-scanners-nr/main.c, [all …]
|
| H A D | README.md | 3 flex is a tool for generating scanners: programs which recognize 35 * examples/ - containing examples of some possible flex scanners and a
|
| H A D | COPYING | 41 You are free to do whatever you please with scanners generated using flex;
|
| /freebsd/contrib/expat/lib/ |
| H A D | xmltok_ns.c | 86 p->initEnc.scanners[XML_PROLOG_STATE] = NS(initScanProlog); in NS() 87 p->initEnc.scanners[XML_CONTENT_STATE] = NS(initScanContent); in NS()
|
| H A D | xmltok.h | 173 SCANNER scanners[XML_N_STATES]; member 224 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
|
| /freebsd/contrib/flex/src/ |
| H A D | flex.skl | 39 %# %if-c++-only - The following lines are printed for C++ scanners ONLY. 40 %# %if-c-only - The following lines are NOT printed for C++ scanners. 41 %# %if-c-or-c++ - The following lines are printed in BOTH C and C++ scanners. 42 %# %if-reentrant - Print for reentrant scanners.(push) 43 %# %if-not-reentrant - Print for non-reentrant scanners. (push) 128 * following macro. This is required in order to pass the c++-multiple-scanners 421 * existing scanners that call yyless() from OUTSIDE yylex. 808 These are made visible to non-reentrant scanners for convenience. */ 2880 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
|
| /freebsd/sbin/pfctl/ |
| H A D | pf.os | 128 # network scanners and so on, where many settings are randomized or
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 589 // Retry this a few times to defeat badly behaved file system scanners.
|
| /freebsd/share/examples/ipfilter/ |
| H A D | ipf-howto.txt | 957 from port scanners and DoS attacks? There is a way, it's
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 8768 1483 PV8630 interface (scanners, webcams)
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 6216 …rocessing; programming support; pseudorandom displays; scanner control; scanners; signal processin…
|