Searched refs:parser (Results 101 - 125 of 226) sorted by relevance

12345678910

/freebsd-13-stable/contrib/apr-util/include/
H A Dapr_xml.h207 /** Opaque XML parser structure */
211 * Create an XML parser
212 * @param pool The pool for allocating the parser and the parse results.
213 * @return The new parser.
220 * @param parser A pointer to *parser (needed so calling function can get
228 apr_xml_parser **parser,
235 * Feed input into the parser
236 * @param parser The XML parser fo
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap122 # The parser itself, the first file, is the destination of the .y.c
124 parser=$1
193 # recompilations. Always update the parser itself: it is the
197 if test $from != $parser; then
213 if test "$from" != "$parser"; then
223 # A missing file is only an error for the parser. This is a
226 if test "$from" = "$parser"; then
/freebsd-13-stable/usr.sbin/bluetooth/bthidcontrol/
H A DMakefile9 SRCS= bthidcontrol.c hid.c lexer.l parser.y sdp.c
/freebsd-13-stable/usr.sbin/nscd/
H A DMakefile10 parser.c
/freebsd-13-stable/tests/sys/net/
H A Dstp.py93 parser = argparse.ArgumentParser("stp.py",
95 parser.add_argument('--sendif', nargs=1,
98 parser.add_argument('--recvif', nargs=1,
101 args = parser.parse_args()
/freebsd-13-stable/sys/netinet/
H A Dtcp_lro.c223 tcp_lro_low_level_parser(void *ptr, struct lro_parser *parser, bool update_data, bool is_vxlan) argument
230 memset(parser, 0, sizeof(*parser));
239 parser->data.vxlan_vni =
249 parser->data.vlan_id = eh->evl_tag & htons(EVL_VLID_MASK);
262 parser->ip4 = ptr;
264 if ((parser->ip4->ip_hl << 2) != sizeof (*parser->ip4))
267 if (parser->ip4->ip_off & htons(IP_MF|IP_OFFMASK))
269 ptr = (uint8_t *)ptr + (parser
1684 tcp_lro_rx_get_bucket(struct lro_ctrl *lc, struct mbuf *m, struct lro_parser *parser) argument
[all...]
/freebsd-13-stable/contrib/libucl/python/src/
H A Duclmodule.c83 struct ucl_parser *parser = local
85 bool r = ucl_parser_add_string(parser, uclstr, 0);
88 if (ucl_parser_get_error (parser)) {
89 PyErr_SetString(PyExc_ValueError, ucl_parser_get_error(parser));
90 ucl_parser_free(parser);
94 ucl_object_t *uclobj = ucl_parser_get_object(parser);
101 PyErr_SetString(PyExc_ValueError, ucl_parser_get_error (parser));
107 ucl_parser_free(parser);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp24 void registerGwpAsanFlags(__sanitizer::FlagParser *parser, Options *o) { argument
26 RegisterFlag(parser, #Name, Description, &o->Name);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_flags.cpp30 static void RegisterScudoFlags(FlagParser *parser, Flags *f) { argument
32 RegisterFlag(parser, #Name, Description, &f->Name);
/freebsd-13-stable/usr.sbin/acpi/
H A DMakefile.inc23 ${ACPICA_DIR}/components/parser \
/freebsd-13-stable/tests/sys/common/
H A Dsender.py42 parser = argparse.ArgumentParser(description='divert socket tester')
43 parser.add_argument('--dip', type=str, help='destination packet IP')
44 parser.add_argument('--sip', type=str, help='source packet IP')
45 parser.add_argument('--dmac', type=str, help='packet dst mac')
46 parser.add_argument('--smac', type=str, help='packet src mac')
47 parser.add_argument('--iface', type=str, help='interface to use')
48 parser.add_argument('--test_name', type=str, required=True,
50 return parser.parse_args()
/freebsd-13-stable/lib/libgeom/
H A Dgeom_xml2tree.c61 XML_Parser parser; member in struct:mystate
93 XML_StopParser(mt->parser, 0);
108 XML_StopParser(mt->parser, 0);
128 XML_StopParser(mt->parser, 0);
151 XML_StopParser(mt->parser, 0);
204 XML_StopParser(mt->parser, 0);
277 XML_StopParser(mt->parser, 0);
286 XML_StopParser(mt->parser, 0);
364 XML_Parser parser; local
374 parser
[all...]
/freebsd-13-stable/contrib/cortex-strings/scripts/
H A Dbench.py132 parser = argparse.ArgumentParser()
133 parser.add_argument("-v", "--variants", nargs="+", help="library variant to run (run all if not specified)", default = VARIANTS, choices = VARIANTS)
134 parser.add_argument("-f", "--functions", nargs="+", help="function to run (run all if not specified)", default = FUNCTIONS, choices = FUNCTIONS)
135 parser.add_argument("-l", "--limit", type=int, help="upper limit to test to (in bytes)", default = 512*1024)
136 args = parser.parse_args()
/freebsd-13-stable/contrib/byacc/package/
H A Dbyacc.spec1 Summary: byacc - public domain Berkeley LALR Yacc parser generator
17 This package provides a parser generator utility that reads a grammar
18 specification from a file and generates an LR(1) parser for it. The
27 This package provides a parser generator utility that reads a grammar
28 specification from a file and generates an LR(1) parser for it. The
H A Dmingw-byacc.spec1 Summary: byacc - public domain Berkeley LALR Yacc parser generator
16 This package provides a parser generator utility that reads a grammar
17 specification from a file and generates an LR(1) parser for it. The
/freebsd-13-stable/contrib/kyua/engine/
H A Dkyuafile.cpp109 /// Implementation of a parser for Kyuafiles.
114 class parser : utils::noncopyable { class in namespace:__anon961
172 /// Initializes the parser and the Lua state.
183 parser(const fs::path& source_root_, const fs::path& build_root_, function in class:__anon961::parser
195 *_state.new_userdata< parser* >() = this;
231 ~parser(void)
235 /// Gets the parser object associated to a Lua state.
237 /// \param state The Lua state from which to obtain the parser object.
239 /// \return A pointer to the parser.
240 static parser*
[all...]
/freebsd-13-stable/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c97 * General baton used by the parser functions.
160 * Baton used to represent a node; to be used by the parser
187 * Baton used to represet a revision; used by the parser
188 * functions. Contains a link to the parser baton.
1091 /* Return an implementation of the dumpstream parser API that will drive
1112 svn_repos_parse_fns3_t *parser;
1122 parser = apr_pcalloc(pool, sizeof(*parser));
1123 parser->magic_header_record = magic_header_record;
1124 parser
1109 svn_repos_parse_fns3_t *parser; local
1333 svn_repos_parse_fns3_t *parser; local
1421 svn_repos_parse_fns3_t *parser; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Dload-fs-vtable.c457 /* What's cool about this dump format is that the parser just
1220 svn_repos_parse_fns3_t *parser = apr_pcalloc(pool, sizeof(*parser));
1238 parser->magic_header_record = NULL;
1239 parser->uuid_record = uuid_record;
1240 parser->new_revision_record = new_revision_record;
1241 parser->new_node_record = new_node_record;
1242 parser->set_revision_property = set_revision_property;
1243 parser->set_node_property = set_node_property;
1244 parser
1217 svn_repos_parse_fns3_t *parser = apr_pcalloc(pool, sizeof(*parser)); local
1292 const svn_repos_parse_fns3_t *parser; local
1457 svn_repos_parse_fns3_t *parser = apr_pcalloc(result_pool, sizeof(*parser)); local
1520 const svn_repos_parse_fns3_t *parser; local
[all...]
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py266 # override to avoid parser error in request/response.pretty() in nfcpy
541 parser = argparse.ArgumentParser(description='nfcpy to wpa_supplicant integration for P2P and WPS NFC operations')
542 parser.add_argument('-d', const=logging.DEBUG, default=logging.INFO,
545 parser.add_argument('-q', const=logging.WARNING, action='store_const',
547 parser.add_argument('--only-one', '-1', action='store_true',
549 parser.add_argument('--init-on-touch', '-I', action='store_true',
551 parser.add_argument('--no-wait', action='store_true',
553 parser.add_argument('--ifname', '-i',
555 parser.add_argument('--no-wps-req', '-N', action='store_true',
557 parser
[all...]
H A Dwps-nfc.py145 # override to avoid parser error in request/response.pretty() in nfcpy
440 parser = argparse.ArgumentParser(description='nfcpy to wpa_supplicant integration for WPS NFC operations')
441 parser.add_argument('-d', const=logging.DEBUG, default=logging.INFO,
444 parser.add_argument('-q', const=logging.WARNING, action='store_const',
446 parser.add_argument('--only-one', '-1', action='store_true',
448 parser.add_argument('--no-wait', action='store_true',
450 parser.add_argument('--uuid',
452 parser.add_argument('--id',
454 parser.add_argument('--summary',
456 parser
[all...]
/freebsd-13-stable/contrib/unbound/
H A Dfreebsd-sources.pl56 /parser/ && s/c$/y/;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp83 FlagParser parser; local
84 RegisterFlag(&parser, "second_deadlock_stack", "", &f->second_deadlock_stack);
85 RegisterCommonFlags(&parser);
86 parser.ParseStringFromEnv("DSAN_OPTIONS");
/freebsd-13-stable/contrib/byacc/
H A Dmkpar.c28 action **parser; variable
51 parser = NEW2(nstates, action *);
53 parser[i] = parse_actions(i);
204 for (p = parser[i]; p; p = p->next)
244 for (p = parser[i]; p; p = p->next)
351 for (p = parser[stateno]; p; p = p->next)
399 free_action_row(parser[i]);
401 FREE(parser);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp372 static void RegisterDfsanFlags(FlagParser *parser, Flags *f) { argument
374 RegisterFlag(parser, #Name, Description, &f->Name);
383 FlagParser parser; local
384 RegisterCommonFlags(&parser);
385 RegisterDfsanFlags(&parser, &flags());
386 parser.ParseStringFromEnv("DFSAN_OPTIONS");
389 if (common_flags()->help) parser.PrintFlagDescriptions();
/freebsd-13-stable/tools/regression/geom/ConfCmp/
H A DConfCmp.c173 XML_Parser parser; local
180 parser = XML_ParserCreate(NULL);
188 XML_SetUserData(parser, mt);
189 XML_SetElementHandler(parser, StartElement, EndElement);
190 XML_SetCharacterDataHandler(parser, CharData);
196 i = XML_Parse(parser, p, st.st_size, 1);
201 XML_ParserFree(parser);
368 errx(2, "XML parser error on file %s", argv[1]);
372 errx(2, "XML parser error on file %s", argv[2]);

Completed in 162 milliseconds

12345678910