Home
last modified time | relevance | path

Searched full:parsers (Results 1 – 25 of 144) sorted by relevance

123456

/freebsd/contrib/mandoc/
H A Dmandoc_headers.3256 and in parsers, but not in formatters.
333 internals of different parsers.
347 internals of different parsers.
368 utility functions needed by multiple parsers,
369 and the top-level functions to call the parsers.
382 Parser internals shared by multiple parsers.
383 Can be used in all parsers, but not in main programs or formatters.
457 interfaces of different parsers.
481 interfaces of different parsers.
489 parsers only.
[all …]
H A Dlibmandoc.h18 * Internal interfaces for parser utilities needed by multiple parsers
19 * and the top-level functions to call the mdoc, man, and roff parsers.
H A Dmandoc_dbg_init.369 parsers whenever a
263 leaks in the parsers, in the HTML formatter, and in the regression suite:
H A Dtbl_parse.h19 * For use in the roff(7) and tbl(7) parsers only.
H A Dmandoc.c20 * and dates and times, for use by mdoc(7) and man(7) parsers.
22 * for use by mandoc(1) parsers and formatters.
H A Deqn_parse.h19 * For use in the roff(7) and eqn(7) parsers only.
/freebsd/lib/libpmc/
H A Dpmclog.3108 (For file based parsers only)
119 For memory based parsers, more data can be fed to the
122 For file based parsers, function
202 is used with parsers configured to parse memory based event streams.
/freebsd/contrib/tzdata/
H A Dbackward21 # .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.
/freebsd/share/doc/psd/15.yacc/
H A Dss648 can be used to create parsers that are faster and easier to
49 write than parsers constructed from unambiguous grammars.
H A Dss5157 and produces slower parsers; thus, Yacc will produce parsers even in the presence of conflicts.
/freebsd/tests/sys/netlink/
H A Dtest_snl.c26 atf_tc_set_md_var(tc, "descr", "Tests snl(3) core nlmsg parsers are correct"); in ATF_TC_HEAD()
38 atf_tc_set_md_var(tc, "descr", "Tests snl(3) route parsers are correct"); in ATF_TC_HEAD()
H A Dtest_snl_generic.c24 atf_tc_set_md_var(tc, "descr", "Tests snl(3) generic parsers are correct"); in ATF_TC_HEAD()
/freebsd/sys/contrib/device-tree/Bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt29 assumed by parsers.
41 design with parsers that behave according to these guidelines. This can
/freebsd/lib/libnetmap/
H A Dlibnetmap.h530 * @parsers: list of option parsers
535 * the "option" prefix) to a corresponding parser in @parsers. The function
545 int nmreq_options_decode(const char *opt, struct nmreq_opt_parser *parsers,
549 /* type of the option-parsers callbacks */
H A Dnmreq.c481 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()
/freebsd/bin/sh/tests/parser/
H A Dheredoc10.016 # This file contains tests that may not work with simplistic $(...) parsers.
H A Dheredoc9.016 # This file contains tests that also work with simplistic $(...) parsers.
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/
H A Dpartitions.yaml11 node. All partition parsers must be referenced here.
/freebsd/contrib/byacc/
H A DREADME.BTYACC77 parsers and source-to-source translators.
426 * C++ and ANSI C compatible parsers. The parsers produced
500 Variant parsers:
H A Dyacc.163 The parsers consist of a set of LALR(1) parsing tables and a driver routine
322 This is (unlike bison) allowable in LALR parsers.
/freebsd/contrib/libucl/src/
H A Ducl_msgpack.c451 } 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/crypto/heimdal/lib/sl/
H A Dslc-gram.h3 /* Skeleton interface for Bison's Yacc-like parsers in C
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DParsing.h11 /// FIXME: Currently, only supports `RangeSelectors` but parsers for other
/freebsd/crypto/heimdal/lib/com_err/
H A Dparse.h3 /* Skeleton interface for Bison's Yacc-like parsers in C
/freebsd/sys/contrib/device-tree/Bindings/nvmem/
H A Dnvmem.yaml47 parsers.

123456