Searched refs:parse (Results 251 - 275 of 367) sorted by relevance

<<1112131415

/freebsd-13-stable/stand/common/
H A Dbootstrap.h64 int parse(int *argc, char ***argv, const char *str);
H A Dinterp_forth.c135 if (!parse(&argc, &argv, line)) {
/freebsd-13-stable/stand/lua/
H A Dcli.lua50 -- This will also parse arguments to autoboot, but the with_kernel argument
117 return cli_execute(loader.parse(str))
/freebsd-13-stable/usr.sbin/uefisign/
H A Dchild.c248 parse(x);
/freebsd-13-stable/usr.bin/gh-bc/
H A DMakefile10 SRCS= args.c data.c file.c lang.c lex.c main.c num.c parse.c program.c read.c vector.c vm.c
/freebsd-13-stable/usr.bin/indent/
H A Dparse.c40 static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93";
60 parse(int tk) /* tk: the code for the construct scanned */ function
262 * CALLED BY: parse
/freebsd-13-stable/usr.bin/dtc/
H A Dfdt.cc585 property::parse(text_input_buffer &input, string &&key, string_set &&label, function in class:dtc::fdt::property
792 // Child node, parse it.
807 // Property, parse it.
946 property_ptr p = property::parse(input, std::move(child_name),
959 node_ptr child = node::parse(input, tree, std::move(child_name),
1014 node::parse(text_input_buffer &input, function in class:dtc::fdt::node
1606 n = node::parse(input, *this, string(), string_set(), string(), &defines);
1627 n = node::parse(input, *this, std::move(name), string_set(), string(), &defines);
2202 property_ptr p = property::parse(in, std::move(name_copy), string_set(), false);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp751 /// Arg/Value pair and return the Option to parse it with.
1285 // Get the environment variable they want us to parse options out of.
1331 // So that we can parse different command lines multiple times in succession
1802 bool parser<bool>::parse(Option &O, StringRef ArgName, StringRef Arg, function in class:parser
1820 bool parser<boolOrDefault>::parse(Option &O, StringRef ArgName, StringRef Arg, function in class:parser
1838 bool parser<int>::parse(Option &O, StringRef ArgName, StringRef Arg, function in class:parser
1847 bool parser<long>::parse(Option &O, StringRef ArgName, StringRef Arg, function in class:parser
1856 bool parser<long long>::parse(Option &O, StringRef ArgName, StringRef Arg, function in class:parser
1865 bool parser<unsigned>::parse(Option &O, StringRef ArgName, StringRef Arg, function in class:parser
1875 bool parser<unsigned long>::parse(Optio function in class:parser
1885 bool parser<unsigned long long>::parse(Option &O, StringRef ArgName, function in class:parser
1902 bool parser<double>::parse(Option &O, StringRef ArgName, StringRef Arg, function in class:parser
1907 bool parser<float>::parse(Option &O, StringRef ArgName, StringRef Arg, function in class:parser
[all...]
H A DItaniumManglingCanonicalizer.cpp239 // are valid as <name>s, but we also want to parse <substitution>s as
307 N = Demangler.parse();
/freebsd-13-stable/contrib/bc/src/
H A Dprogram.c47 #include <parse.h>
433 BcParse parse; local
449 bc_parse_init(&parse, p, BC_PROG_READ);
456 bc_lex_file(&parse.l, bc_program_stdin_name);
464 bc_parse_text(&parse, buf.v);
465 vm.expr(&parse, BC_PARSE_NOREAD | BC_PARSE_NEEDVAL);
467 if (BC_ERR(parse.l.t != BC_LEX_NLINE && parse.l.t != BC_LEX_EOF))
493 bc_parse_free(&parse);
1563 // dc should parse everythin
[all...]
/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta2deps.py172 """class to parse meta files generated by bmake."""
186 """if name is set we will parse it now.
390 self.parse(name, file)
396 def parse(self, name=None, file=None): member in class:MetaFile
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-op.mk79 . info After detecting a parse error, the rest is evaluated.
H A Ddep-var.mk81 # Since 2020-09-13, this generates a parse error in lint mode (-dL), but not
H A Dvar-op-assign.mk58 # The following line therefore generates a parse error.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp38 // parse but ignore discriminator
338 Node *AST = Parser.parse();
383 RootNode = Parser->parse();
/freebsd-13-stable/share/mk/
H A Dmeta2deps.py173 """class to parse meta files generated by bmake."""
187 """if name is set we will parse it now.
391 self.parse(name, file)
397 def parse(self, name=None, file=None): member in class:MetaFile
/freebsd-13-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp131 if (std::error_code ec = shl->parse())
317 bool parse(llvm::ArrayRef<const char *> args, MachOLinkingContext &ctx) { function in namespace:lld::mach_o
1159 if (!parse(args, ctx))
1168 node->getFile()->parse();
/freebsd-13-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c810 parse(enum tok tok) function
888 sub = parse(tok);
899 sub = parse(tok);
917 return (parse(tok));
1780 /* parse and check input */
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h138 // It has a set of functions to parse mangled symbols into Type instances.
145 // You are supposed to call parse() first and then check if error is true. If
147 SymbolNode *parse(StringView &MangledName);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h194 if (Error E = EHFrame.parse(DE))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h399 static bool parse(StringRef MangledName, AMDGPULibFunc &Ptr);
/freebsd-13-stable/sys/netgraph/
H A Dng_parse.c65 static MALLOC_DEFINE(M_NETGRAPH_PARSE, "netgraph_parse", "netgraph parse info");
150 return INVOKE(type, parse)(type, string, off, buf, buf, buflen);
1263 /* Index was specified explicitly; parse it */
1344 } else { /* parse given value */
1346 error = INVOKE(etype, parse)(etype,
1875 while (t != NULL && t->parse == NULL)
1877 return (t ? t->parse : NULL);
/freebsd-13-stable/usr.sbin/cdcontrol/
H A Dcdcontrol.c146 static char *parse(char *buf, int *cmd);
262 arg = parse (buf, &cmd);
1205 p = parse (buf, cmd);
1211 parse(char *buf, int *cmd) function
/freebsd-13-stable/usr.bin/mail/
H A Dcmd1.c196 parse(headline, &hl, pbuf);
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dexpn.pl124 &expn(&parse($a,$hostname,undef,1));
285 ($newhost, $newaddr, $newname) = &parse($addr,$server,$oldname, $#expansion == 0);
286 print "($newhost, $newaddr, $newname) = &parse($addr, $server, $oldname)\n" if $debug;
637 # sometimes the old parse routine (now parse2) didn't
639 sub parse subroutine
694 print STDERR "Could not parse $newaddr\n" if $vw;
725 print STDERR "Could not parse $newaddr\n";

Completed in 317 milliseconds

<<1112131415