Searched refs:parse (Results 176 - 200 of 367) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/ntp/include/
H A Dparse.h2 * /src/NTP/REPOSITORY/ntp4-dev/include/parse.h,v 4.12 2007/01/14 08:36:03 kardel RELEASE_20070114_A
4 * parse.h,v 4.12 2007/01/14 08:36:03 kardel RELEASE_20070114_A
38 static char parsehrcsid[]="parse.h,v 4.12 2007/01/14 08:36:03 kardel RELEASE_20070114_A";
272 struct parse /* parse module local data */ struct
300 typedef struct parse parse_t;
336 #define PARSE_INP_PARSE 0x02 /* parse data using normal algorithm */
370 * parse interface
402 * parse.h,v
426 * (struct clockformat): removed old parse function
[all...]
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dqtool.pl56 ## See the function ControlFile::parse for a list of available
480 ## It can parse and lock its file.
514 sub parse subroutine
756 $control_file->parse();
939 sub parse subroutine
943 return $self->{control_file}->parse();
958 $self->parse();
/freebsd-13-stable/contrib/kyua/engine/
H A Dfilters_test.cpp69 const engine::test_filter filter(engine::test_filter::parse("foo"));
79 engine::test_filter::parse(""));
87 engine::test_filter::parse("/foo//bar"));
95 engine::test_filter::parse(":foo"));
103 engine::test_filter::parse("bar/baz:"));
H A Dkyuafile.cpp115 /// Lua state to parse a single Kyuafile file.
279 scheduler_handle).parse();
377 parse(void) function in class:__anon961::parser
600 /// Use load() to parse a test suite configuration file and construct a
628 /// \param file The file to parse.
663 scheduler_handle).parse());
H A Dconfig.cpp114 /// stored when parse() is called. Should be empty on entry. Because
238 /// \param file The file to parse.
249 config_parser(tree).parse(file);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp201 Error BitstreamMetaParserHelper::parse() { function in class:BitstreamMetaParserHelper
205 Error BitstreamRemarkParserHelper::parse() { function in class:BitstreamRemarkParserHelper
351 if (Error E = MetaHelper.parse())
424 // External file: open the external file, parse it, check if its metadata
434 // Don't try to parse the file if it's empty.
440 // Advance and check until we can parse the meta block.
445 // be used to parse the rest of the file.
448 if (Error E = SeparateMetaHelper.parse())
493 if (Error E = RemarkHelper.parse())
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c409 iitype_t (*parse)(char *, iidesc_t *);
424 parse = parse_fun;
429 parse = parse_type;
431 parse = parse_sou;
433 parse = parse_sym;
442 parse = parse_sym;
450 rc = parse(cp, ii);
1004 * We should be able to parse both.
/freebsd-13-stable/stand/liblua/
H A Dlutils.c73 if (parse(&argc, &argv, luaL_checkstring(L, 1)) == 0) {
115 if (parse(&argc, &argv, luaL_checkstring(L, 1)) == 0) {
540 REG_SIMPLE(parse),
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap.c301 * parse the packet header.
309 /* parse rxReq, rxSuccess, rxFailure, reqId, reqMethod */
1740 struct erp_tlvs parse; local
1764 if (erp_parse_tlvs(pos, end, &parse, 0) < 0)
1767 if (parse.domain) {
1770 parse.domain, parse.domain_len);
1791 struct erp_tlvs parse; local
1837 if (erp_parse_tlvs(pos, end, &parse, 1) < 0)
1840 if (!parse
[all...]
/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A DMakefile.in47 $(top_srcdir)/cf/Makefile.am.common ChangeLog lex.c parse.c \
48 parse.h
139 am_compile_et_OBJECTS = compile_et.$(OBJEXT) parse.$(OBJEXT) \
421 compile_et_SOURCES = compile_et.c compile_et.h parse.y lex.l lex.h
548 parse.h: parse.c
550 rm -f parse.c; \
551 $(MAKE) $(AM_MAKEFLAGS) parse.c; \
569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
773 -rm -f parse
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dskel.c89 locale-dependent, whereas we're trying to parse data in a
206 static svn_skel_t *parse(const char *data, apr_size_t len,
221 return parse(data, len, pool);
227 parse(const char *data,
300 element = parse(data, end - data, pool);
223 parse(const char *data, function
/freebsd-13-stable/lib/libedit/
H A DMakefile20 parse.c prompt.c read.c readline.c refresh.c search.c sig.c \
/freebsd-13-stable/lib/libnetmap/
H A Dlibnetmap.h472 /* nmreq_options_decode - parse the "options" part of the portspec
501 int id; /* its position in the parse context */
511 nmreq_opt_parser_cb parse; /* the parse callback */ member in struct:nmreq_opt_parser
525 /* struct nmreq_parse_ctx - the parse context received by the parse callback */
/freebsd-13-stable/lib/libunbound/
H A DMakefile26 packed_rrset.c parse.c parseutil.c random.c rbtree.c redis.c \
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvar-op-sunsh.mk45 # a parse error. This was because the parser for variable assignments
86 # to a parse error since the left-hand side of an assignment must be
H A Dvarmod-assign.mk9 all: mod-assign-parse
75 mod-assign-parse:
/freebsd-13-stable/contrib/cortex-strings/scripts/
H A Dplot-sizes.py106 records = libplot.parse()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp77 Parser.parse();
H A DUnwrappedLineParser.h82 void parse();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h49 llvm::Error parse();
100 /// Symbolication server processes might want to parse the entire function
/freebsd-13-stable/contrib/kyua/store/
H A Dtransaction_test.cpp130 .set_required_memory(units::bytes::parse("1k"))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h143 comments::FullComment *parse(const ASTContext &Context,
/freebsd-13-stable/contrib/bc/include/
H A Dbc.h46 #include <parse.h>
H A Dprogram.h42 #include <parse.h>
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp253 bool RewriteMapParser::parse(const std::string &MapFile, function in class:RewriteMapParser
262 if (!parse(*Mapping, DL))
263 report_fatal_error("unable to parse rewrite map '" + MapFile + "'");
268 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, function in class:RewriteMapParser
574 Parser.parse(MapFile, &Descriptors);

Completed in 178 milliseconds

1234567891011>>