Searched refs:parser (Results 176 - 200 of 226) sorted by relevance

12345678910

/freebsd-13-stable/usr.sbin/bhyve/
H A Dsnapshot.c306 struct ucl_parser *parser; local
309 parser = ucl_parser_new(UCL_PARSER_DEFAULT);
310 if (parser == NULL) {
311 fprintf(stderr, "Failed to initialize UCL parser.\n");
315 err = ucl_parser_add_file(parser, filename);
323 obj = ucl_parser_get_object(parser);
330 rstate->meta_parser = parser;
336 if (parser != NULL)
337 ucl_parser_free(parser);
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_schema.c746 struct ucl_parser *parser; local
808 parser = ucl_parser_new (0);
810 if (!ucl_parser_add_chunk (parser, url_buf, url_buflen)) {
813 ucl_parser_get_error (parser));
814 ucl_parser_free (parser);
820 url_obj = ucl_parser_get_object (parser);
/freebsd-13-stable/contrib/googletest/googlemock/scripts/
H A Dupload.py392 parser = optparse.OptionParser(usage="%prog [options] [-- diff_options]") variable
393 parser.add_option("-y", "--assume_yes", action="store_true",
397 group = parser.add_option_group("Logging options")
406 group = parser.add_option_group("Review server options")
422 group = parser.add_option_group("Issue options")
438 group = parser.add_option_group("Patch options")
1266 options, args = parser.parse_args(argv[1:])
/freebsd-13-stable/contrib/googletest/googletest/scripts/
H A Dupload.py392 parser = optparse.OptionParser(usage="%prog [options] [-- diff_options]") variable
393 parser.add_option("-y", "--assume_yes", action="store_true",
397 group = parser.add_option_group("Logging options")
406 group = parser.add_option_group("Review server options")
422 group = parser.add_option_group("Issue options")
438 group = parser.add_option_group("Patch options")
1266 options, args = parser.parse_args(argv[1:])
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp707 object::WindowsResourceParser parser(/* MinGW */ config->mingw);
716 if (auto ec = parser.parse(rf, duplicates))
728 if (auto ec = parser.parse(rsf, f->getName(), duplicates))
733 parser.cleanUpManifests(duplicates);
742 llvm::object::writeWindowsResourceCOFF(config->machine, parser,
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_repos.h3082 * parser which reads the dumpfile is able to reconstruct the
3460 * If @a parent_dir is not NULL, then the parser will reparent all the
3686 /** The parser has discovered a new "magic header" record within the
3694 /** The parser has discovered a new uuid record within the parsing
3702 /** The parser has discovered a new revision record within the
3714 /** The parser has discovered a new node record within the current
3742 * capable of receiving the node's fulltext. The parser will write
3747 * indicating that no text is desired, and the parser will not
3755 * against the node's previous contents. The parser will send all
3760 * indicating that no delta is desired, and the parser wil
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-match-escape.mk71 # The control flow of the pattern parser depends on the actual string that
H A Dcond-token-plain.mk14 # parser gets to see it.
23 # This prevents the comment parser from removing it, and in turn, it becomes
H A Dvarmisc.mk121 # the parser. The assignment operator is still a simple assignment.
H A Dcond-func-empty.mk132 # ensure that the parser in ParseEmptyArg has the correct position, both
/freebsd-13-stable/contrib/kyua/utils/text/
H A Dtemplates.cpp238 /// The goal of this parser is to scan the input once and not buffer anything in
245 /// Note that this is not const because the parser has to have write access
485 /// Constructs a new template parser.
738 templates_parser parser(templates, "%", "%%");
739 parser.instantiate(input, output);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp48 /// A parser for escaped strings of command line arguments.
158 CommandLineArgumentParser parser(EscapedCommandLine);
159 return parser.parse();
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dxml.c80 /* The private internals for a parser object. */
83 /** the expat parser */ member in struct:svn_xml_parser_t
84 XML_Parser parser;
367 (void) XML_StopParser(svn_parser->parser, 0 /* resumable */);
383 (void) XML_StopParser(svn_parser->parser, 0 /* resumable */);
399 (void) XML_StopParser(svn_parser->parser, 0 /* resumable */);
416 /* Stop the parser if an entity declaration is hit. */
417 XML_StopParser(svn_parser->parser, 0 /* resumable */);
427 /*** Making a parser. ***/
433 /* Free Expat parser
445 XML_Parser parser = XML_ParserCreate(NULL); local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp194 CPlusPlusNameParser parser(m_full.GetStringRef());
195 if (auto function = parser.ParseAsFunctionDefinition()) {
264 CPlusPlusNameParser parser(name);
265 if (auto full_name = parser.ParseAsFullName()) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h80 void RegisterLsanFlags(FlagParser *parser, Flags *f);
H A Dlsan_common.cpp53 void RegisterLsanFlags(FlagParser *parser, Flags *f) { argument
55 RegisterFlag(parser, #Name, Description, &f->Name);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp53 class parser<OffsetOption> final : public basic_parser<OffsetOption> {
55 parser(Option &O) : basic_parser(O) {} function in class:llvm::cl::final
85 template <> class parser<BoolOption> final : public basic_parser<BoolOption> {
87 parser(Option &O) : basic_parser(O) {} function in class:llvm::cl::final
/freebsd-13-stable/usr.bin/clang/lld/
H A DMakefile96 GENOPT= -gen-opt-parser-defs
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp56 namespace parser { namespace in namespace:__anon2610
306 } // namespace parser
481 using parser::createView;
482 using parser::PathParser;
483 using parser::string_view_t;
1387 return parser::separate_filename(__filename()).first;
1391 return parser::separate_filename(__filename()).second;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddeprecated.c1122 svn_repos_get_fs_build_parser5(const svn_repos_parse_fns3_t **parser,
1138 SVN_ERR(svn_repos_get_fs_build_parser6(parser, parse_baton,
1210 svn_repos_get_fs_build_parser2(const svn_repos_parse_fns2_t **parser,
1219 return svn_repos_get_fs_build_parser3(parser, parse_baton, repos, use_history,
1121 svn_repos_get_fs_build_parser5(const svn_repos_parse_fns3_t **parser, void **parse_baton, svn_repos_t *repos, svn_revnum_t start_rev, svn_revnum_t end_rev, svn_boolean_t use_history, svn_boolean_t validate_props, enum svn_repos_load_uuid uuid_action, const char *parent_dir, svn_boolean_t use_pre_commit_hook, svn_boolean_t use_post_commit_hook, svn_boolean_t ignore_dates, svn_repos_notify_func_t notify_func, void *notify_baton, apr_pool_t *pool) argument
1209 svn_repos_get_fs_build_parser2(const svn_repos_parse_fns2_t **parser, void **parse_baton, svn_repos_t *repos, svn_boolean_t use_history, enum svn_repos_load_uuid uuid_action, svn_stream_t *outstream, const char *parent_dir, apr_pool_t *pool) argument
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dextensions.c99 * server side parser and a finaliser. The initialiser is called (if the
101 * extension in the message that we received. The parser functions are only
680 * Runs the parser for a given extension with index |idx|. |exts| contains the
682 * tls_collect_extensions(). The parser is only run if it is applicable for the
683 * given |context| and the parser has not already been run. If this is for a
684 * Certificate message, then we also provide the parser with the relevant
693 int (*parser)(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
714 parser = s->server ? extdef->parse_ctos : extdef->parse_stoc;
716 if (parser != NULL)
717 return parser(
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dold-and-busted.c1011 /* The parser that's parsing it, for signal_expat_bailout(). */ member in struct:entries_accumulator
1012 svn_xml_parser_t *parser;
1043 svn_xml_signal_bailout(err, accum->parser);
1067 /* Set up userData for the XML parser. */
1072 /* Create the XML parser */
1079 /* Store parser in its own userdata, so callbacks can call
1081 accum.parser = svn_parser;
1086 _("XML parser failed in '%s'"),
1091 /* Clean up the XML parser */
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dclient.py289 parser = argparse.ArgumentParser(description='run tests against a server')
291 parser.add_argument('-c', '--config',
295 args = parser.parse_args()
/freebsd-13-stable/contrib/subversion/
H A Dbuild.conf1155 description = Test x509 parser
1163 description = Test XML parser in libsvn_subr
1606 svn-populate-node-origins-index x509-parser svn-wc-db-tester
1729 [x509-parser]
1733 sources = x509-parser.c
1752 description = AFL fuzzer for x509 parser
1761 description = AFL fuzzer for svndiff to txdelta parser
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c65 * o libxml2 or expat --- XML parser
3166 "Couldn't allocate memory for xml parser");
3278 XML_Parser parser; local
3287 parser = XML_ParserCreate(NULL);
3288 if (parser == NULL) {
3290 "Couldn't allocate memory for xml parser");
3293 XML_SetUserData(parser, &ud);
3294 XML_SetElementHandler(parser, expat_start_cb, expat_end_cb);
3295 XML_SetCharacterDataHandler(parser, expat_data_cb);
3314 xr = XML_Parse(parser,
[all...]

Completed in 479 milliseconds

12345678910