Searched refs:parser (Results 226 - 250 of 666) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmemattr.c497 number_or_range_parser parser (args);
498 while (!parser.finished ())
500 int num = parser.get_number ();
536 number_or_range_parser parser (args);
537 while (!parser.finished ())
539 int num = parser.get_number ();
583 number_or_range_parser parser (args);
584 while (!parser.finished ())
586 int num = parser.get_number ();
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dgennltvals.py238 """Get CLI parser."""
239 parser = argparse.ArgumentParser(
242 parser.add_argument(
245 parser.add_argument(
248 parser.add_argument(
251 parser.add_argument(
254 return parser
259 parser = get_parser()
260 opts = parser.parse_args(argv)
283 parser
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmemattr.c497 number_or_range_parser parser (args);
498 while (!parser.finished ())
500 int num = parser.get_number ();
536 number_or_range_parser parser (args);
537 while (!parser.finished ())
539 int num = parser.get_number ();
583 number_or_range_parser parser (args);
584 while (!parser.finished ())
586 int num = parser.get_number ();
H A Dsolib-target.c79 library_list_start_segment (struct gdb_xml_parser *parser, argument
91 gdb_xml_error (parser,
98 library_list_start_section (struct gdb_xml_parser *parser, argument
110 gdb_xml_error (parser,
119 library_list_start_library (struct gdb_xml_parser *parser, argument
133 library_list_end_library (struct gdb_xml_parser *parser, argument
141 gdb_xml_error (parser, _("No segment or section bases defined"));
148 library_list_start_list (struct gdb_xml_parser *parser, argument
161 gdb_xml_error (parser,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dsysroot.py83 parser = argparse.ArgumentParser(description=__doc__)
85 subparsers = parser.add_subparsers(dest='command', required=True)
91 args = parser.parse_args()
H A Dcollect_and_build_with_pgo.py321 parser = argparse.ArgumentParser(
327 parser.add_argument(
334 parser.add_argument(
338 parser.add_argument(
342 parser.add_argument(
346 parser.add_argument(
349 parser.add_argument(
352 parser.add_argument(
357 parser.add_argument(
363 parser
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/
H A Dconvert-trs-to-junit.py127 parser = argparse.ArgumentParser(
132 parser.add_argument(
137 args = parser.parse_args()
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddict_memcache.c78 CFG_PARSER *parser; /* common parameter parser */ member in struct:__anon3
483 cfg_parser_free(dict_mc->parser);
505 CFG_PARSER *parser; local
523 if ((parser = cfg_parser_alloc(name)) == 0)
546 dict_mc->parser = parser;
547 dict_mc->key_format = cfg_get_str(dict_mc->parser, DICT_MC_NAME_KEY_FMT,
549 dict_mc->timeout = cfg_get_int(dict_mc->parser, DICT_MC_NAME_MC_TIMEOUT,
551 dict_mc->mc_ttl = cfg_get_int(dict_mc->parser, DICT_MC_NAME_MC_TT
[all...]
/netbsd-current/external/bsd/nsd/dist/
H A Dzlexer.c577 zparser_stack[include_stack_ptr].filename = parser->filename;
578 zparser_stack[include_stack_ptr].line = parser->line;
579 zparser_stack[include_stack_ptr].origin = parser->origin;
591 if (parser->filename)
592 region_recycle(parser->region, (void *)parser->filename,
593 strlen(parser->filename)+1);
596 parser->filename = zparser_stack[include_stack_ptr].filename;
597 parser->line = zparser_stack[include_stack_ptr].line;
598 parser
[all...]
/netbsd-current/external/bsd/am-utils/dist/
H A Dylwrap122 # The parser itself, the first file, is the destination of the .y.c
124 parser=$1
212 # recompilations. Always update the parser itself: it is the
216 if test $from != $parser; then
232 if test "$from" != "$parser"; then
242 # A missing file is only an error for the parser. This is a
245 if test "$from" = "$parser"; then
H A Dylwrap.amd122 # The parser itself, the first file, is the destination of the .y.c
124 parser=$1
212 # recompilations. Always update the parser itself: it is the
216 if test $from != $parser; then
232 if test "$from" != "$parser"; then
242 # A missing file is only an error for the parser. This is a
245 if test "$from" = "$parser"; then
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_rtl.cc84 FlagParser parser; local
85 RegisterFlag(&parser, "second_deadlock_stack", "", &f->second_deadlock_stack);
86 RegisterCommonFlags(&parser);
87 parser.ParseString(GetEnv("DSAN_OPTIONS"));
/netbsd-current/external/bsd/flex/dist/tests/
H A Dbison_yylloc_parser.y29 bison --defines --output-file="bison_yylloc_parser.c" --name-prefix="test" parser.y
57 %pure-parser
H A Dbison_nr_parser.y26 bison --defines --output-file="parser.c" --name-prefix="test" parser.y
56 %pure-parser
H A Dbison_yylval_parser.y26 bison --defines --output-file="parser.c" --name-prefix="test" parser.y
55 %pure-parser
/netbsd-current/external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting/
H A DMakefile24 -I${X11SRCDIR.xorg-server}/parser \
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/tools/
H A Dstrip_asm.py124 parser = ArgumentParser(
126 parser.add_argument(
129 parser.add_argument(
132 args, unknown_args = parser.parse_known_args()
/netbsd-current/external/gpl3/gcc/dist/libquadmath/
H A Dupdate-quadmath.py246 parser = argparse.ArgumentParser(description='Update libquadmath code.')
247 parser.add_argument('glibc_srcdir', help='glibc source directory')
248 parser.add_argument('quadmath_srcdir', help='libquadmath source directory')
249 args = parser.parse_args()
/netbsd-current/external/bsd/wpa/dist/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...]
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/
H A Dupdate-quadmath.py246 parser = argparse.ArgumentParser(description='Update libquadmath code.')
247 parser.add_argument('glibc_srcdir', help='glibc source directory')
248 parser.add_argument('quadmath_srcdir', help='libquadmath source directory')
249 args = parser.parse_args()
/netbsd-current/external/apache2/llvm/bin/llvm-symbolizer/
H A DMakefile38 Opts.inc|-gen-opt-parser-defs
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/
H A Dstrip_asm.py124 parser = ArgumentParser(
126 parser.add_argument(
129 parser.add_argument(
132 args, unknown_args = parser.parse_known_args()
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isccfg/
H A DMakefile.in39 parser.@O@ version.@O@
43 parser.c version.c
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Danalyze_brprob.py297 parser = argparse.ArgumentParser() variable
298 parser.add_argument('dump_file', metavar = 'dump_file',
300 parser.add_argument('-s', '--sorting', dest = 'sorting',
303 parser.add_argument('-d', '--def-file', help = 'path to predict.def')
304 parser.add_argument('-w', '--write-def-file', action = 'store_true',
306 parser.add_argument('-c', '--coverage-threshold', type = int,
308 parser.add_argument('-v', '--verbose', action = 'store_true', help = 'Print verbose informations')
310 args = parser.parse_args()

Completed in 229 milliseconds

1234567891011>>