Home
last modified time | relevance | path

Searched refs:parser (Results 126 – 150 of 199) sorted by relevance

12345678

/dragonfly/bin/sh/
H A DMakefile9 mystring.c options.c output.c parser.c printf.c redir.c \
/dragonfly/contrib/openpam/
H A DHISTORY116 - ENHANCE: Rewrite the policy parser to used openpam_readlinev(),
119 - ENHANCE: The previous implementation of the policy parser relied on
141 - BUGFIX: Plug a memory leak in the policy parser.
159 - ENHANCE: rewrote the policy parser to support quoted option values.
256 - ENHANCE: Completely rewrite the configuration parser and add
/dragonfly/contrib/byacc/
H A DREADME7 Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been made
H A Ddefs.h406 extern action **parser;
H A DCHANGES2024 2) make yynerrs a parser-local variable if the parser is reentrant.
2115 which initializes the body_vars for pure-parser configuration.
2206 - Add some more bison stuff to make the mesa/gallium parser work:
2221 - Add some more bison stuff to make the mesa/gallium parser work:
4429 supply a "%pure-parser" directive when bison needs it.
4776 "%pure_parser" vs "%pure-parser".
5053 * output.c: implement %pure-parser
5059 * reader.c: implement %pure-parser
5061 * defs.h: modified skeleton to support %pure-parser feature
5063 * main.c: add -P option to set %pure-parser
[all …]
H A Doutput.c452 if (parser[i]) in token_actions()
467 for (p = parser[i]; p; p = p->next) in token_actions()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-config-lang.in26 …h \$(srcdir)/c-family/c-pragma.c \$(srcdir)/c-objc-common.c \$(srcdir)/c-parser.c \$(srcdir)/c-lan…
/dragonfly/sys/contrib/dev/acpica/generate/unix/
H A DMakefile.config119 ACPICA_PARSER = $(ACPICA_CORE)/parser
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dconfig-lang.in39 …runtime-abi-01.c \$(srcdir)/objc/objc-next-runtime-abi-02.c \$(srcdir)/c-parser.c \$(srcdir)/c-tre…
/dragonfly/contrib/expat/
H A DChanges18 mismatch error where a parser is reset through
198 only affects the encoding name parameter at parser creation
261 where XML_ParserCreateNS is used to create the parser
732 #8 If the parser runs out of memory, make sure its internal
757 #59 Resolve troublesome macros hiding parser struct membership
858 [MOX-006] Fix non-NULL parser parameter validation in XML_Parse;
921 the parser instance address can no longer leak, commit
946 #17 Fix memory leak on parser error for unbound XML attribute
1112 of XML_StopParser() was not handled properly; if the parser was
1113 stopped and the handler set to NULL, the parser would segfault.
[all …]
/dragonfly/gnu/usr.bin/cc80/support-libs/liblto_plugin/
H A Db-header-vars89parser.h gt-c-family-c-common.h gt-c-family-c-format.h gt-c-family-c-lex.h gt-c-family-c-pragma.h …
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c3278 XML_Parser parser; in expat_read_toc() local
3287 parser = XML_ParserCreate(NULL); in expat_read_toc()
3288 if (parser == NULL) { in expat_read_toc()
3293 XML_SetUserData(parser, &ud); in expat_read_toc()
3294 XML_SetElementHandler(parser, expat_start_cb, expat_end_cb); in expat_read_toc()
3295 XML_SetCharacterDataHandler(parser, expat_data_cb); in expat_read_toc()
3314 xr = XML_Parse(parser, d, outbytes, xar->toc_remaining == 0); in expat_read_toc()
3317 XML_ParserFree(parser); in expat_read_toc()
3323 XML_ParserFree(parser); in expat_read_toc()
/dragonfly/contrib/nvi2/cl/
H A DREADME.signal95 requires interaction or state between the vi parser and the key
97 to the parser.
110 don't have to worry about synchronizing between the vi parser and the
/dragonfly/sbin/devfsctl/
H A Ddevfsctl.c60 rule_parser_t *parser; member
699 parsers[i].parser(tokens); in rule_parser()
/dragonfly/contrib/tre/lib/
H A DREADME17 - Regexp parser. Parses a POSIX regexp (with TRE extensions) into
/dragonfly/contrib/gdb-7/gdb/
H A Dxml-syscall.c174 syscall_start_syscall (struct gdb_xml_parser *parser, in syscall_start_syscall() argument
H A Dsolib-svr4.c993 library_list_start_library (struct gdb_xml_parser *parser, in library_list_start_library() argument
1021 svr4_library_list_start_list (struct gdb_xml_parser *parser, in svr4_library_list_start_list() argument
1030 gdb_xml_error (parser, in svr4_library_list_start_list()
/dragonfly/contrib/binutils-2.27/gold/
H A DREADME59 The linker script parser uses features which are only in newer
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Doptions.texi184 following the option property name. The parser that handles option files
261 The option's argument is a non-negative integer. The option parser
292 parser will set the variable to 1 when the positive form of the
323 @var{var} equals @var{set}. The option parser will set @var{var} to
H A Dgty.texi16 A full C parser would be too complicated for this task, so a limited
63 The parser understands simple typedefs such as
517 @file{cp/parser.c} is called @file{gt-cp-parser.c}. The
/dragonfly/sbin/natd/
H A DHISTORY59 - Command line parser rewritten to provide more flexible
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Dreadme.txt15 4) The Bison (or Yacc) parser generator.
/dragonfly/contrib/libarchive/
H A DNEWS264 Feb 21, 2009: Yacc is no longer needed to build; date parser rewritten in C.
296 Oct 21, 2008: bsdcpio: New command-line parser.
298 Oct 06, 2008: bsdtar: option parser no longer uses getopt_long(),
607 The fix both makes the parser more tolerant (so that archives created
/dragonfly/gnu/usr.bin/gdb/libgdb/
H A DMakefile154 cp-name-parser.y \
/dragonfly/contrib/mdocml/
H A Dlib.in34 LINE("libbsdxml", "eXpat XML parser library (libbsdxml, \\-lbsdxml)")

12345678