/freebsd/lib/libnetmap/ |
H A D | nmreq.c | 481 nmreq_option_decode1(char *opt, struct nmreq_opt_parser *parsers, in nmreq_option_decode1() argument 499 for (p = parsers; p != NULL; p = p->next) { in nmreq_option_decode1() 551 nmreq_options_decode(const char *opt, struct nmreq_opt_parser parsers[], in nmreq_options_decode() argument 589 ret = nmreq_option_decode1(w, parsers, token, ctx); in nmreq_options_decode()
|
H A D | libnetmap.h | 545 int nmreq_options_decode(const char *opt, struct nmreq_opt_parser *parsers,
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_msgpack.c | 451 } parsers[] = { variable 749 for (i = 0; i < sizeof (parsers) / sizeof (parsers[0]); i ++) { in ucl_msgpack_get_parser_from_type() 750 shift = CHAR_BIT - parsers[i].prefixlen; in ucl_msgpack_get_parser_from_type() 751 mask = parsers[i].prefix >> shift; in ucl_msgpack_get_parser_from_type() 754 return &parsers[i]; in ucl_msgpack_get_parser_from_type()
|
/freebsd/bin/sh/tests/parser/ |
H A D | heredoc10.0 | 16 # This file contains tests that may not work with simplistic $(...) parsers.
|
H A D | heredoc9.0 | 16 # This file contains tests that also work with simplistic $(...) parsers.
|
/freebsd/contrib/tzdata/ |
H A D | backward | 21 # .zi parsers (including tzcode through 2022e) mishandle links to links. 22 # The comment says what the target would be if these parsers were fixed 69 # Vanguard section, for most .zi parsers. 86 # Vanguard section, for most .zi parsers.
|
H A D | etcetera | 24 # Vanguard section, which works with most .zi parsers.
|
H A D | africa | 1174 # Vanguard section, for zic and other parsers that support negative DST. 1178 # Rearguard section, for parsers lacking negative DST; see ziguard.awk. 1190 # Vanguard section, for zic and other parsers that support negative DST. 1192 # Rearguard section, for parsers lacking negative DST; see ziguard.awk.
|
H A D | europe | 546 # Vanguard section, for zic and other parsers that support negative DST. 548 # Rearguard section, for parsers lacking negative DST; see ziguard.awk. 1028 # Vanguard section, for zic and other parsers that support negative DST. 1030 # Rearguard section, for parsers lacking negative DST; see ziguard.awk. 2307 # Vanguard section, for zic and other parsers that support %z. 2325 # Rearguard section, for parsers lacking %z; see ziguard.awk. 2360 # Vanguard section, for zic and other parsers that support %z. 2362 # Rearguard section, for parsers lacking %z; see ziguard.awk.
|
H A D | NEWS | 173 Rearguard form still avoids %z, to support obsolescent parsers. 859 to use %z eventually; in the meantime maintainers of zi parsers 860 are encouraged to test the parsers on vanguard.zi. 1967 compatible with data parsers that do not support negative DST. 1975 rearguard format. Data parsers that do not support negative DST 1983 data parsers. 2093 downstream parsers do not support it. 2100 installed. Zoneinfo parsers that do not support negative SAVE values 2103 Bleeding-edge Zoneinfo parsers that support the new features
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/ |
H A D | ibm,powerpc-cpu-features.txt | 29 assumed by parsers. 41 design with parsers that behave according to these guidelines. This can
|
/freebsd/contrib/byacc/ |
H A D | README.BTYACC | 77 parsers and source-to-source translators. 426 * C++ and ANSI C compatible parsers. The parsers produced 500 Variant parsers:
|
H A D | CHANGES | 2210 * output.c: do not emit "extern YYSTYPE yylval;" for pure parsers 4265 used in yacc parsers. 4663 check for older bisons which (2.3 for instance) do not support pure parsers 5156 from flex when building reentrant lexers and parsers. 5343 add "%expect-rr", which is (unlike bison) allowable in LALR parsers.
|
/freebsd/crypto/openssl/crypto/property/ |
H A D | README.md | 75 contains the property definition and query parsers.
|
/freebsd/contrib/ntp/libjsmn/ |
H A D | README.md | 18 Most JSON parsers offer you a bunch of functions to load JSON data, parse it
|
/freebsd/contrib/libpcap/ |
H A D | grammar.y.in | 23 * in most parsers as long as the number does not evolve over time: 135 * later, it's local in reentrant parsers.
|
H A D | configure.ac | 2041 # the latter doesn't support reentrant parsers. 2049 # parsers, if there are any. 2060 for reentrant parsers, or another YACC compatible with them.]) 2068 for reentrant parsers, or another YACC compatible with them.])
|
H A D | CMakeLists.txt | 2952 # the latter doesn't support reentrant parsers. 2960 # parsers, if there are any. 2967 for reentrant parsers, or another YACC compatible with them.")
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | Target.td | 1540 // Subtargets can have multiple different assembly parsers (e.g. AT&T vs Intel 1593 // that have their own specified custom parsers. 1613 // AsmParserVariant - Subtargets can have multiple different assembly parsers
|
/freebsd/contrib/expat/ |
H A D | Changes | 121 isolated use of external parsers. Please see the commit 1213 #32 Fix sharing of hash salt across parsers;
|
/freebsd/contrib/tzcode/ |
H A D | NEWS | 70 Rearguard form still avoids %z, to support obsolescent parsers. 756 to use %z eventually; in the meantime maintainers of zi parsers 757 are encouraged to test the parsers on vanguard.zi. 1864 compatible with data parsers that do not support negative DST. 1872 rearguard format. Data parsers that do not support negative DST 1880 data parsers. 1990 downstream parsers do not support it. 1997 installed. Zoneinfo parsers that do not support negative SAVE values 2000 Bleeding-edge Zoneinfo parsers that support the new features
|
/freebsd/contrib/mandoc/ |
H A D | TODO | 68 but watch out for regressions in the high-level parsers
|
H A D | NEWS | 753 * tbl(7): New option and format parsers, improved in many respects.
|
/freebsd/contrib/tcpdump/ |
H A D | CHANGES | 1309 - Updated PIMv1, PIMv2, DVMRP, IGMP parsers, add Cisco Auto-RP parser
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 2096 …hich contain loops. The algorithm is also compared with several previous parsers for context-sensi… 4514 …parsers for the SLR(k) grammars is also shown. These parser-construction techniques are extendible… 7719 …title = "Generating parsers for affix grammars. Collection of articles in honor of {George … 7739 … automata theory --- Grammars; bottom up; computer metatheory; grammars; parsers; syntax directed … 16760 …es to resolve syntactic ambiguities. It is shown how efficient LR and LL parsers can be constructe… 16766 … programming languages; context free grammars; context-free grammars; LL parsers; LR parsing; pars… 21472 …CF grammars. Also introduced is a class of parsers, RRP LR(m, k) parsers, which includes the CF LR… 21478 …programming languages; finite automata; finite state machines; grammars; parsers; regular right pa… 23222 …etecting; error correction; error recovery; fault tolerant computing; LR parsers; program; syntax … 24385 …abstract = "A simple method is described enabling simple precedence parsers to recover from sy… [all …]
|