Home
last modified time | relevance | path

Searched full:parse (Results 1 – 25 of 3257) sorted by relevance

12345678910>>...131

/freebsd-src/contrib/ntp/ntpd/
H A Drefclock_parse.c189 * then some more parse-specific variables are flagged to be printed with
202 #include "parse.h"
234 #define MAXUNITS 4 /* maximum number of "PARSE" units permitted */
305 #define ERR(_X_) if (list_err(parse, (_X_)))
397 * PARSE io
402 * parse state
429 parsetime_t timedata; /* last (parse module) data */
1536 …ine PARSE_STATETIME(parse, i) ((parse->generic->currentstatus == i) ? parse->statetime[i] + curren… argument
1549 struct parseunit *parse, in clear_err() argument
1559 parse->errors[i].err_stage = err_tbl[i]; in clear_err()
[all …]
/freebsd-src/contrib/bmake/unit-tests/
H A Dopt-debug-parse.exp2 Parse_PushInput: .for loop in opt-debug-parse.mk, line 16
3 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
5 make: "opt-debug-parse.mk" line 21: trace with multi-line .for loop head
6 in .for loop from opt-debug-parse.mk:16 with var = value
7 ParseEOF: returning to file opt-debug-parse.mk, line 23
8 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
12 SetFilenameVars: ${.INCLUDEDFROMDIR} = <some-dir> ${.INCLUDEDFROMFILE} = `opt-debug-parse.mk'
13 ParseEOF: returning to file opt-debug-parse.mk, line 27
14 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
16 Parse_PushInput: .for loop in opt-debug-parse.mk, line 31
[all …]
H A Dvarmisc.exp43 parse-dynamic: parse-dynamic parse-dynamic before
44 parse-dynamic: parse-dynamic parse-dynamic after
45 parse-dynamic: parse-dynamic parse-dynamic after
H A Dvar-eval-short.exp5 Var_Parse: ${0:?${FAIL}then:${FAIL}else} (parse)
7 Var_Parse: ${FAIL}then:${FAIL}else} (parse)
9 Var_Parse: ${FAIL}else} (parse)
11 Result of ${0:?${FAIL}then:${FAIL}else} is "" (parse, defined)
16 Var_Parse: ${DEFINED:L:?${FAIL}then:${FAIL}else} (parse)
18 Result of ${DEFINED:L} is "defined" (parse, regular)
20 Var_Parse: ${FAIL}then:${FAIL}else} (parse)
22 Var_Parse: ${FAIL}else} (parse)
24 Result of ${DEFINED:?${FAIL}then:${FAIL}else} is "defined" (parse, regular)
H A Dmoderrs.exp70 mod-ts-parse:
73 make: in target "mod-ts-parse": while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34": Bad modifier ":ts\65oct"
75 make: in target "mod-ts-parse": while evaluating "${:U${FIB}:ts\65oct} # bad modifier, variable name is """ with value "1 1 2 3 5 8 13 21 34": Bad modifier ":ts\65oct"
77 make: in target "mod-ts-parse": while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34": Bad modifier ":tsxy"
80 mod-t-parse:
81 make: in target "mod-t-parse": while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34": Bad modifier ":t"
83 make: in target "mod-t-parse": while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34": Bad modifier ":txy"
85 make: in target "mod-t-parse": while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34": Bad modifier ":t"
87 make: in target "mod-t-parse": while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34": Bad modifier ":t"
90 make: in target "mod-ifelse-parse"
[all...]
/freebsd-src/contrib/kyua/utils/
H A Dunits_test.cpp97 ATF_REQUIRE_EQ(0, units::bytes::parse("0T")); in ATF_TEST_CASE_BODY()
98 ATF_REQUIRE_EQ(units::bytes(TB), units::bytes::parse("1T")); in ATF_TEST_CASE_BODY()
99 ATF_REQUIRE_EQ(units::bytes(TB), units::bytes::parse("1t")); in ATF_TEST_CASE_BODY()
100 ATF_REQUIRE_EQ(13567973486755LL, units::bytes::parse("12.340000T")); in ATF_TEST_CASE_BODY()
110 ATF_REQUIRE_EQ(0, units::bytes::parse("0G")); in ATF_TEST_CASE_BODY()
111 ATF_REQUIRE_EQ(units::bytes(GB), units::bytes::parse("1G")); in ATF_TEST_CASE_BODY()
112 ATF_REQUIRE_EQ(units::bytes(GB), units::bytes::parse("1g")); in ATF_TEST_CASE_BODY()
113 ATF_REQUIRE_EQ(13249974108LL, units::bytes::parse("12.340G")); in ATF_TEST_CASE_BODY()
123 ATF_REQUIRE_EQ(0, units::bytes::parse("0M")); in ATF_TEST_CASE_BODY()
124 ATF_REQUIRE_EQ(units::bytes(MB), units::bytes::parse("1M")); in ATF_TEST_CASE_BODY()
[all …]
/freebsd-src/contrib/ntp/html/hints/
H A Dparse7 hints/PARSE - this file
11 parse/parse.c
13 parse/parse_conf.c
15 parse/clk_meinberg.c
17 parse/clk_schmid.c
19 parse/clk_rawdcf.c
21 parse/clk_dcf7000.c
23 parse/clk_trimble.c
32 parse/Makefile.kernel
36 parse/parsestreams.c
[all …]
/freebsd-src/contrib/ntp/libparse/
H A Dparsesolaris.c60 #include "parse.h"
69 "parse", /* module name */
80 "PARSE - NTP reference", /* name this baby - keep room for revision number */
215 static struct streamtab parseinfo = /* stream info element for parse driver */
290 pprintf(DD_OPEN,"parse: SETUP_STREAM - setting up stream for q=%x\n", q); in setup_stream()
311 pprintf(DD_OPEN, "parse: setup_stream - FAILED - no MEMORY for allocb\n"); in setup_stream()
326 register parsestream_t *parse; in parseopen() local
329 pprintf(DD_OPEN, "parse: OPEN - q=%x\n", q); in parseopen()
333 pprintf(DD_OPEN, "parse: OPEN - FAILED - not MODOPEN\n"); in parseopen()
339 pprintf(DD_OPEN, "parse: OPEN - FAILED - EXCLUSIVE ONLY\n"); in parseopen()
[all …]
H A Dparse.c2 * /src/NTP/ntp4-dev/libparse/parse.c,v 4.20 2005/08/06 17:39:40 kardel RELEASE_20050806_A
4 * parse.c,v 4.20 2005/08/06 17:39:40 kardel RELEASE_20050806_A
50 static char rcsid[] = "parse.c,v 4.20 2005/08/06 17:39:40 kardel RELEASE_20050806_A";
60 #include "parse.h"
140 parseprintf(DD_PARSE, ("parse: timedout: TRUE\n")); in parse_timedout()
145 parseprintf(DD_PARSE, ("parse: timedout: FALSE\n")); in parse_timedout()
214 parseprintf(DD_PARSE, ("parse: parse_restart: buffer start (updated = %x)\n", updated)); in parse_restart()
232 parseprintf(DD_PARSE, ("parse: parse_addchar: buffer[%d] = 0x%x\n", parseio->parse_index, ch)); in parse_addchar()
255 parseprintf(DD_PARSE, ("parse: parse_end: buffer end\n")); in parse_end()
718 …msyslog(LOG_WARNING, "parse: INTERNAL error: bad return code of convert routine \"%s\"", clockform… in timepacket()
[all …]
H A Dparsestreams.c90 #include "parse.h"
111 static char mnam[] = "PARSE "; /* name this baby - keep room for revision number */
366 static char mn[] = "parse";
463 parseprintf(DD_OPEN,("parse: setup_stream - FAILED - no MEMORY for allocb\n")); in setup_stream()
477 register parsestream_t *parse; in parseopen() local
480 parseprintf(DD_OPEN,("parse: OPEN\n")); in parseopen()
484 parseprintf(DD_OPEN,("parse: OPEN - FAILED - not MODOPEN\n")); in parseopen()
491 parseprintf(DD_OPEN,("parse: OPEN - FAILED - EXCLUSIVE ONLY\n")); in parseopen()
502 parseprintf(DD_OPEN,("parse: OPEN - FAILED - no memory\n")); in parseopen()
510 parse = (parsestream_t *)(void *)q->q_ptr; in parseopen()
[all …]
H A DREADME1 PARSE reference clock driver:
4 the parse refclock driver. For reasonably sane clocks this refclock
7 support can run as low a 3k code with the parse refclock driver.
15 of the parse driver is that it only supports SYSV type ttys and that kernel
22 parsestreams.loadable_module.o - standard parse module for SunOS 4
27 parse - auto loadable streams module
29 To install just drop "parse" into /kernel/strmod and
32 The structure of the parse reference clock driver is as follows:
53 The abstract reference clock is generated by the parse*
54 routines. They parse the incoming data stream from the
[all …]
/freebsd-src/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c590 struct wpa_ft_ies parse; in wpa_ft_process_response()
598 os_memset(&parse, 0, sizeof(parse)); in wpa_ft_process_response()
624 if (wpa_ft_parse_ies(ies, ies_len, &parse, sm->key_mgmt, in wpa_ft_process_response()
626 wpa_printf(MSG_DEBUG, "FT: Failed to parse IEs"); in wpa_ft_process_response()
630 mdie = (struct rsn_mdie *) parse.mdie; in wpa_ft_process_response()
631 if (mdie == NULL || parse.mdie_len < sizeof(*mdie) || in wpa_ft_process_response()
638 if (!parse.ftie || !parse.fte_anonce || !parse in wpa_ft_process_response()
543 struct wpa_ft_ies parse; wpa_ft_process_response() local
979 struct wpa_ft_ies parse; wpa_ft_validate_reassoc_resp() local
[all...]
/freebsd-src/lib/libc/regex/
H A Dregcomp.c80 * parse structure, passed up and down to avoid global variables and
83 struct parse { struct
99 bool (*parse_expr)(struct parse *, struct branchc *); argument
100 void (*pre_parse)(struct parse *, struct branchc *); argument
101 void (*post_parse)(struct parse *, struct branchc *); argument
112 static bool p_ere_exp(struct parse *p, struct branchc *bc);
113 static void p_str(struct parse *p);
114 static int p_branch_eat_delim(struct parse *p, struct branchc *bc);
115 static void p_branch_ins_offset(struct parse *p, struct branchc *bc);
116 static void p_branch_fix_tail(struct parse *p, struct branchc *bc);
[all …]
/freebsd-src/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c178 static int eap_ttls_avp_parse(struct wpabuf *buf, struct eap_ttls_avp *parse) in eap_ttls_avp_parse() argument
186 os_memset(parse, 0, sizeof(*parse)); in eap_ttls_avp_parse()
230 if (parse->eap == NULL) { in eap_ttls_avp_parse()
231 parse->eap = os_memdup(dpos, dlen); in eap_ttls_avp_parse()
232 if (parse->eap == NULL) { in eap_ttls_avp_parse()
238 parse->eap_len = dlen; in eap_ttls_avp_parse()
240 u8 *neweap = os_realloc(parse->eap, in eap_ttls_avp_parse()
241 parse->eap_len + dlen); in eap_ttls_avp_parse()
248 os_memcpy(neweap + parse in eap_ttls_avp_parse()
1017 struct eap_ttls_avp parse; eap_ttls_process_phase2() local
[all...]
/freebsd-src/usr.bin/lex/
H A Dinitparse.c19 #line 35 "parse.y"
100 #line 102 "parse.c"
526 #line 950 "parse.y"
660 #line 662 "parse.c"
860 #line 119 "parse.y" in YYPARSE_DECL()
889 #line 148 "parse.y" in YYPARSE_DECL()
897 #line 159 "parse.y" in YYPARSE_DECL()
901 #line 163 "parse.y" in YYPARSE_DECL()
909 #line 171 "parse.y" in YYPARSE_DECL()
913 #line 174 "parse.y" in YYPARSE_DECL()
[all …]
/freebsd-src/contrib/nvi/regex/
H A Dregcomp.c57 * parse structure, passed up and down to avoid global variables and
60 struct parse { struct
81 static void p_ere(struct parse *p, int stop, size_t reclimit); argument
82 static void p_ere_exp(struct parse *p, size_t reclimit);
83 static void p_str(struct parse *p);
84 static void p_bre(struct parse *p, int end1, int end2, size_t reclimit);
85 static int p_simp_re(struct parse *p, int starordinary, size_t reclimit);
86 static int p_count(struct parse *p);
87 static void p_bracket(struct parse *p);
88 static void p_b_term(struct parse *p, cset *cs);
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c189 * parse structure, passed up and down to avoid global variables and
192 struct parse { struct
206 static void p_ere(struct parse *, int); argument
207 static void p_ere_exp(struct parse *);
208 static void p_str(struct parse *);
209 static void p_bre(struct parse *, int, int);
210 static int p_simp_re(struct parse *, int);
211 static int p_count(struct parse *);
212 static void p_bracket(struct parse *);
213 static void p_b_term(struct parse *, cse
[all...]
/freebsd-src/contrib/ofed/opensm/opensm/
H A Dosm_ucast_file.c174 "PARSE ERROR: %s:%u: " in do_ucast_file_load()
175 "cannot parse switch definition\n", in do_ucast_file_load()
183 "PARSE ERROR: %s:%u: " in do_ucast_file_load()
184 "cannot parse switch guid: \'%s\'\n", in do_ucast_file_load()
203 "PARSE ERROR: %s:%u: " in do_ucast_file_load()
204 "cannot parse lid: \'%s\'\n", in do_ucast_file_load()
214 "PARSE ERROR: %s:%u: " in do_ucast_file_load()
215 "cannot parse port: \'%s\'\n", in do_ucast_file_load()
235 "PARSE WARNING: %s:%u: " in do_ucast_file_load()
245 "PARSE WARNING: %s:%u: " in do_ucast_file_load()
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DParser.h41 /// Parse LLVM Assembly from a file
42 /// \param Filename The name of the file to parse
56 /// Parse LLVM Assembly from a string
68 /// that parse both.
80 /// Parse LLVM Assembly from a file
81 /// \param Filename The name of the file to parse
104 /// Parse LLVM Assembly Index from a file
105 /// \param Filename The name of the file to parse
115 /// Parse LLVM Assembly from a string
122 /// Parse LLV
[all...]
/freebsd-src/contrib/mandoc/
H A Dmandoc.348 .Fa "struct mparse *parse"
52 .Fa "const struct mparse *parse"
56 .Fa "struct mparse *parse"
61 .Fa "struct mparse *parse"
67 .Fa "struct mparse *parse"
71 .Fa "struct mparse *parse"
106 The following describes a general parse sequence:
119 parse it with
131 iterate over parse nodes with starting from the
142 and go back to step 2 to parse new files.
[all …]
/freebsd-src/contrib/expat/tests/
H A Dalloc_tests.c97 fail("Parse succeeded despite failing allocator"); in START_TEST()
99 fail("Parse failed with max allocations"); in START_TEST()
143 fail("Parse succeeded despite failing allocator"); in START_TEST()
145 fail("Parse failed with max allocations"); in START_TEST()
149 /* Test the effects of allocation failures on a straightforward parse */
170 fail("Parse succeeded despite failing allocator"); in START_TEST()
172 fail("Parse failed with max allocations"); in START_TEST()
196 fail("Parse succeeded despite failing allocator"); in START_TEST()
198 fail("Parse failed with max allocations"); in START_TEST()
237 fail("Parse succeeded despite failing allocator"); in START_TEST()
[all …]
/freebsd-src/contrib/kyua/utils/config/
H A Dparser_test.cpp73 /// \param tree The mock config tree to parse.
93 mock_parser(tree).parse(fs::path("output.lua")); in ATF_TEST_CASE_BODY()
109 mock_parser(tree).parse(fs::path("output.lua"))); in ATF_TEST_CASE_BODY()
125 mock_parser(tree).parse(fs::path("output.lua")); in ATF_TEST_CASE_BODY()
146 mock_parser(tree).parse(fs::path("output.lua")); in ATF_TEST_CASE_BODY()
162 mock_parser(tree1).parse(fs::path("output.lua"))); in ATF_TEST_CASE_BODY()
171 mock_parser(tree2).parse(fs::path("output.lua"))); in ATF_TEST_CASE_BODY()
183 mock_parser(tree).parse(fs::path("output.lua"))); in ATF_TEST_CASE_BODY()
193 (void)mock_parser(tree).parse(fs::path("output.lua")); in ATF_TEST_CASE_BODY()
197 mock_parser(tree).parse(fs::path("output.lua"))); in ATF_TEST_CASE_BODY()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.h60 /// If we parse remark metadata in separate mode, we need to open a new file
61 /// and parse that.
80 /// Parse a YAML remark to a remarks::Remark object.
82 /// Parse the type of a remark to an enum type.
84 /// Parse one key to a string.
86 /// Parse one value to a string.
88 /// Parse one value to an unsigned.
90 /// Parse a debug location.
92 /// Parse an argument.
106 /// Parse one value to a string.
/freebsd-src/contrib/ntp/
H A Dflock-build17 PARSE="--enable-parse-clocks"
18 #PARSE=
70 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD $BUILD_ARGS" &
71 … ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --disable-debugging --disable-saveconfig $BUILD_ARGS" &
72 …ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf --enable-leap-sm…
86 ./build $SIG $PARSE $STD $BUILD_ARGS &
94 ./build $SIG $PARSE $STD --disable-debugging --disable-saveconfig $BUILD_ARGS &
100 ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf --enable-leap-smear $BUILD_ARGS &
/freebsd-src/contrib/unbound/libunbound/
H A Dlibunbound.c619 /* parse the message, extract rcode, fill result */ in process_answer_detail()
1148 char* parse, *addr; in ub_ctx_resolvconf()
1198 parse=buf; in ub_ctx_resolvconf()
1199 while(*parse == ' ' || *parse == '\t') in ub_ctx_resolvconf()
1200 parse++; in ub_ctx_resolvconf()
1201 if(strncmp(parse, "nameserver", 10) == 0) { in ub_ctx_resolvconf()
1203 parse += 10; /* skip 'nameserver' */ in ub_ctx_resolvconf()
1205 while(*parse == ' ' || *parse in ub_ctx_resolvconf()
1139 char* parse, *addr; ub_ctx_resolvconf() local
1224 char* parse, *addr, *name, *ins; ub_ctx_hosts() local
[all...]

12345678910>>...131