games/battlestar/battlestar.c
73
parse();
games/battlestar/command7.c
63
parse();
games/battlestar/extern.h
350
void parse(void);
games/hack/hack.cmd.c
153
cmd = parse();
games/hack/hack.h
669
char *parse(void);
lib/libc/gen/getgrent.c
332
goto parse;
lib/libc/gen/getgrent.c
437
parse:
lib/libc/regex/regcomp.c
100
static sopno pluscount(struct parse *, struct re_guts *);
lib/libc/regex/regcomp.c
1010
allocset(struct parse *p)
lib/libc/regex/regcomp.c
1067
freeset(struct parse *p, cset *cs)
lib/libc/regex/regcomp.c
1089
freezeset(struct parse *p, cset *cs)
lib/libc/regex/regcomp.c
1120
firstch(struct parse *p, cset *cs)
lib/libc/regex/regcomp.c
1136
nch(struct parse *p, cset *cs)
lib/libc/regex/regcomp.c
1152
dupl(struct parse *p,
lib/libc/regex/regcomp.c
1177
doemit(struct parse *p, sop op, size_t opnd)
lib/libc/regex/regcomp.c
1199
doinsert(struct parse *p, sop op, size_t opnd, sopno pos)
lib/libc/regex/regcomp.c
1234
dofwd(struct parse *p, sopno pos, sop value)
lib/libc/regex/regcomp.c
1248
enlarge(struct parse *p, sopno size)
lib/libc/regex/regcomp.c
1269
stripsnug(struct parse *p, struct re_guts *g)
lib/libc/regex/regcomp.c
1289
findmust(struct parse *p, struct re_guts *g)
lib/libc/regex/regcomp.c
1367
pluscount(struct parse *p, struct re_guts *g)
lib/libc/regex/regcomp.c
143
struct parse pa;
lib/libc/regex/regcomp.c
145
struct parse *p = &pa;
lib/libc/regex/regcomp.c
236
p_ere(struct parse *p, int stop) /* character this ERE should end at */
lib/libc/regex/regcomp.c
279
p_ere_exp(struct parse *p)
lib/libc/regex/regcomp.c
416
p_str(struct parse *p)
lib/libc/regex/regcomp.c
434
p_bre(struct parse *p,
lib/libc/regex/regcomp.c
465
p_simp_re(struct parse *p,
lib/libc/regex/regcomp.c
589
p_count(struct parse *p)
lib/libc/regex/regcomp.c
610
p_bracket(struct parse *p)
lib/libc/regex/regcomp.c
685
p_b_term(struct parse *p, cset *cs)
lib/libc/regex/regcomp.c
69
static void p_ere(struct parse *, int);
lib/libc/regex/regcomp.c
70
static void p_ere_exp(struct parse *);
lib/libc/regex/regcomp.c
71
static void p_str(struct parse *);
lib/libc/regex/regcomp.c
72
static void p_bre(struct parse *, int, int);
lib/libc/regex/regcomp.c
73
static int p_simp_re(struct parse *, int);
lib/libc/regex/regcomp.c
74
static int p_count(struct parse *);
lib/libc/regex/regcomp.c
748
p_b_cclass(struct parse *p, cset *cs)
lib/libc/regex/regcomp.c
75
static void p_bracket(struct parse *);
lib/libc/regex/regcomp.c
76
static void p_b_term(struct parse *, cset *);
lib/libc/regex/regcomp.c
77
static void p_b_cclass(struct parse *, cset *);
lib/libc/regex/regcomp.c
779
p_b_eclass(struct parse *p, cset *cs)
lib/libc/regex/regcomp.c
78
static void p_b_eclass(struct parse *, cset *);
lib/libc/regex/regcomp.c
79
static char p_b_symbol(struct parse *);
lib/libc/regex/regcomp.c
791
p_b_symbol(struct parse *p)
lib/libc/regex/regcomp.c
80
static char p_b_coll_elem(struct parse *, int);
lib/libc/regex/regcomp.c
809
p_b_coll_elem(struct parse *p,
lib/libc/regex/regcomp.c
82
static void bothcases(struct parse *, int);
lib/libc/regex/regcomp.c
83
static void ordinary(struct parse *, int);
lib/libc/regex/regcomp.c
84
static void backslash(struct parse *, int);
lib/libc/regex/regcomp.c
85
static void nonnewline(struct parse *);
lib/libc/regex/regcomp.c
854
bothcases(struct parse *p, int ch)
lib/libc/regex/regcomp.c
86
static void repeat(struct parse *, sopno, int, int);
lib/libc/regex/regcomp.c
87
static void seterr(struct parse *, int);
lib/libc/regex/regcomp.c
877
ordinary(struct parse *p, int ch)
lib/libc/regex/regcomp.c
88
static cset *allocset(struct parse *);
lib/libc/regex/regcomp.c
889
backslash(struct parse *p, int ch)
lib/libc/regex/regcomp.c
89
static void freeset(struct parse *, cset *);
lib/libc/regex/regcomp.c
90
static int freezeset(struct parse *, cset *);
lib/libc/regex/regcomp.c
91
static int firstch(struct parse *, cset *);
lib/libc/regex/regcomp.c
910
nonnewline(struct parse *p)
lib/libc/regex/regcomp.c
92
static int nch(struct parse *, cset *);
lib/libc/regex/regcomp.c
928
repeat(struct parse *p,
lib/libc/regex/regcomp.c
93
static sopno dupl(struct parse *, sopno, sopno);
lib/libc/regex/regcomp.c
94
static void doemit(struct parse *, sop, size_t);
lib/libc/regex/regcomp.c
95
static void doinsert(struct parse *, sop, size_t, sopno);
lib/libc/regex/regcomp.c
96
static void dofwd(struct parse *, sopno, sop);
lib/libc/regex/regcomp.c
97
static int enlarge(struct parse *, sopno);
lib/libc/regex/regcomp.c
98
static void stripsnug(struct parse *, struct re_guts *);
lib/libc/regex/regcomp.c
99
static void findmust(struct parse *, struct re_guts *);
lib/libc/regex/regcomp.c
998
seterr(struct parse *p, int e)
libexec/spamd-setup/spamd-setup.c
491
goto parse;
libexec/spamd-setup/spamd-setup.c
498
parse:
regress/lib/libcrypto/mlkem/mlkem_tests.c
205
struct parse *p = decap->parse_ctx;
regress/lib/libcrypto/mlkem/mlkem_tests.c
287
struct parse *parse_ctx;
regress/lib/libcrypto/mlkem/mlkem_tests.c
354
struct parse *p = encap->parse_ctx;
regress/lib/libcrypto/mlkem/mlkem_tests.c
39
struct parse *parse_ctx;
regress/lib/libcrypto/mlkem/mlkem_tests.c
440
struct parse *parse_ctx;
regress/lib/libcrypto/mlkem/mlkem_tests.c
492
struct parse *p = keygen->parse_ctx;
regress/lib/libcrypto/mlkem/mlkem_tests.c
597
struct parse *p = keygen->parse_ctx;
regress/lib/libcrypto/mlkem/mlkem_tests.c
99
struct parse *p = decap->parse_ctx;
regress/lib/libcrypto/mlkem/parse_test_file.c
188
parse_instructions_parsed(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
194
parse_advance(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
204
parse_max(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
210
parse_instruction_max(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
216
parse_cur(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
228
parse_must_run_test_case(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
234
parse_states(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
242
parse_instruction_states(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
248
parse_state(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
254
line(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
260
test(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
266
name(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
274
label(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
280
match(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
286
parse_line_type(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
292
parse_vinfo(struct parse *p, const char *fmt, va_list ap)
regress/lib/libcrypto/mlkem/parse_test_file.c
301
parse_info(struct parse *p, const char *fmt, ...)
regress/lib/libcrypto/mlkem/parse_test_file.c
311
parse_errx(struct parse *p, const char *fmt, ...)
regress/lib/libcrypto/mlkem/parse_test_file.c
323
parse_length_equal(struct parse *p, const char *descr, size_t want, size_t got)
regress/lib/libcrypto/mlkem/parse_test_file.c
349
parse_data_equal(struct parse *p, const char *descr, CBS *want,
regress/lib/libcrypto/mlkem/parse_test_file.c
368
parse_line_data_clear(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
377
parse_state_data(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
385
parse_state_set_int(struct parse *p, int val)
regress/lib/libcrypto/mlkem/parse_test_file.c
394
parse_state_set_from_cbb(struct parse *p, CBB *cbb)
regress/lib/libcrypto/mlkem/parse_test_file.c
404
parse_get_int(struct parse *p, size_t idx, int *out)
regress/lib/libcrypto/mlkem/parse_test_file.c
416
parse_get_cbs(struct parse *p, size_t idx, CBS *out)
regress/lib/libcrypto/mlkem/parse_test_file.c
428
parse_instruction_get_int(struct parse *p, size_t idx, int *out)
regress/lib/libcrypto/mlkem/parse_test_file.c
440
parse_instruction_get_cbs(struct parse *p, size_t idx, CBS *out)
regress/lib/libcrypto/mlkem/parse_test_file.c
452
parse_line_skip_to_end(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
468
parse_peek_string_cbs(struct parse *p, const char *str)
regress/lib/libcrypto/mlkem/parse_test_file.c
480
parse_get_string_cbs(struct parse *p, const char *str)
regress/lib/libcrypto/mlkem/parse_test_file.c
492
parse_get_string_end_cbs(struct parse *p, const char *str)
regress/lib/libcrypto/mlkem/parse_test_file.c
517
parse_check_label_matches(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
532
parse_empty_or_comment_line(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
545
parse_string_match_line(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
583
parse_hex_line(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
608
parse_maybe_prepare_instruction_line(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
626
parse_check_line_consumed(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
633
parse_run_test_case(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
642
parse_reinit(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
654
parse_maybe_run_test_case(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
669
parse_process_line(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
692
parse_init(struct parse *p, const char *fn, const struct test_parse *tctx,
regress/lib/libcrypto/mlkem/parse_test_file.c
717
parse_next_line(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
737
parse_finish(struct parse *p)
regress/lib/libcrypto/mlkem/parse_test_file.c
754
struct parse p;
regress/lib/libcrypto/mlkem/parse_test_file.h
31
struct parse;
regress/lib/libcrypto/mlkem/parse_test_file.h
61
int parse_get_int(struct parse *p, size_t idx, int *out);
regress/lib/libcrypto/mlkem/parse_test_file.h
62
int parse_get_cbs(struct parse *p, size_t idx, CBS *out);
regress/lib/libcrypto/mlkem/parse_test_file.h
64
int parse_instruction_get_int(struct parse *p, size_t idx, int *out);
regress/lib/libcrypto/mlkem/parse_test_file.h
65
int parse_instruction_get_cbs(struct parse *p, size_t idx, CBS *out);
regress/lib/libcrypto/mlkem/parse_test_file.h
67
int parse_length_equal(struct parse *p, const char *descr, size_t want, size_t got);
regress/lib/libcrypto/mlkem/parse_test_file.h
68
int parse_data_equal(struct parse *p, const char *descr, CBS *want,
regress/lib/libcrypto/mlkem/parse_test_file.h
71
void parse_info(struct parse *ctx, const char *fmt, ...)
regress/lib/libcrypto/mlkem/parse_test_file.h
74
void parse_errx(struct parse *ctx, const char *fmt, ...)
sbin/bioctl/bioctl.c
306
char parse[80], *targ, *lun;
sbin/bioctl/bioctl.c
308
strlcpy(parse, string, sizeof parse);
sbin/bioctl/bioctl.c
309
targ = strchr(parse, ':');
sbin/bioctl/bioctl.c
326
location->channel = strtonum(parse, 0, 256, &errstr);
sbin/bioctl/bioctl.c
336
char parse[80], *interval = NULL, *start = NULL;
sbin/bioctl/bioctl.c
341
strlcpy(parse, string, sizeof parse);
sbin/bioctl/bioctl.c
343
interval = strchr(parse, '.');
sbin/sysctl/sysctl.c
1455
parse(name, 1);
sbin/sysctl/sysctl.c
191
void parse(char *, int);
sbin/sysctl/sysctl.c
301
parse(line, 1);
sbin/sysctl/sysctl.c
309
parse(*argv, 1);
sbin/sysctl/sysctl.c
334
parse(name, Aflag);
sbin/unwind/libunbound/libunbound/libunbound.c
1148
char* parse, *addr;
sbin/unwind/libunbound/libunbound/libunbound.c
1198
parse=buf;
sbin/unwind/libunbound/libunbound/libunbound.c
1199
while(*parse == ' ' || *parse == '\t')
sbin/unwind/libunbound/libunbound/libunbound.c
1200
parse++;
sbin/unwind/libunbound/libunbound/libunbound.c
1201
if(strncmp(parse, "nameserver", 10) == 0) {
sbin/unwind/libunbound/libunbound/libunbound.c
1203
parse += 10; /* skip 'nameserver' */
sbin/unwind/libunbound/libunbound/libunbound.c
1205
while(*parse == ' ' || *parse == '\t')
sbin/unwind/libunbound/libunbound/libunbound.c
1206
parse++;
sbin/unwind/libunbound/libunbound/libunbound.c
1207
addr = parse;
sbin/unwind/libunbound/libunbound/libunbound.c
1209
while(isxdigit((unsigned char)*parse) || *parse=='.' || *parse==':')
sbin/unwind/libunbound/libunbound/libunbound.c
1210
parse++;
sbin/unwind/libunbound/libunbound/libunbound.c
1212
*parse = 0;
sbin/unwind/libunbound/libunbound/libunbound.c
1233
char* parse, *addr, *name, *ins;
sbin/unwind/libunbound/libunbound/libunbound.c
1272
parse=buf;
sbin/unwind/libunbound/libunbound/libunbound.c
1273
while(*parse == ' ' || *parse == '\t')
sbin/unwind/libunbound/libunbound/libunbound.c
1274
parse++;
sbin/unwind/libunbound/libunbound/libunbound.c
1275
if(*parse == '#')
sbin/unwind/libunbound/libunbound/libunbound.c
1278
addr = parse;
sbin/unwind/libunbound/libunbound/libunbound.c
1280
while(isxdigit((unsigned char)*parse) || *parse == '.' || *parse == ':')
sbin/unwind/libunbound/libunbound/libunbound.c
1281
parse++;
sbin/unwind/libunbound/libunbound/libunbound.c
1282
if(*parse == '\r')
sbin/unwind/libunbound/libunbound/libunbound.c
1283
parse++;
sbin/unwind/libunbound/libunbound/libunbound.c
1284
if(*parse == '\n' || *parse == 0)
sbin/unwind/libunbound/libunbound/libunbound.c
1286
if(*parse == '%')
sbin/unwind/libunbound/libunbound/libunbound.c
1288
if(*parse != ' ' && *parse != '\t') {
sbin/unwind/libunbound/libunbound/libunbound.c
1294
*parse++ = 0; /* end delimiter for addr ... */
sbin/unwind/libunbound/libunbound/libunbound.c
1296
while(*parse) {
sbin/unwind/libunbound/libunbound/libunbound.c
1297
while(*parse == ' ' || *parse == '\t' || *parse=='\n'
sbin/unwind/libunbound/libunbound/libunbound.c
1298
|| *parse=='\r')
sbin/unwind/libunbound/libunbound/libunbound.c
1299
parse++;
sbin/unwind/libunbound/libunbound/libunbound.c
1300
if(*parse == 0 || *parse == '#')
sbin/unwind/libunbound/libunbound/libunbound.c
1303
name = parse;
sbin/unwind/libunbound/libunbound/libunbound.c
1304
while('!' <= *parse && *parse <= '~')
sbin/unwind/libunbound/libunbound/libunbound.c
1305
parse++;
sbin/unwind/libunbound/libunbound/libunbound.c
1306
if(*parse)
sbin/unwind/libunbound/libunbound/libunbound.c
1307
*parse++ = 0; /* end delimiter for name */
sys/dev/ic/qwx.c
12023
struct wmi_tlv_dma_ring_caps_parse *parse = data;
sys/dev/ic/qwx.c
12028
parse->n_dma_ring_caps++;
sys/dev/ic/qwx.c
12220
struct wmi_tlv_svc_rdy_ext2_parse *parse = data;
sys/dev/ic/qwx.c
12225
if (!parse->dma_ring_cap_done) {
sys/dev/ic/qwx.c
12227
&parse->dma_caps_parse);
sys/dev/ic/qwx.c
12231
parse->dma_ring_cap_done = 1;
sys/dev/ic/qwx.c
13429
struct wmi_tlv_mgmt_rx_parse *parse = data;
sys/dev/ic/qwx.c
13433
parse->fixed = ptr;
sys/dev/ic/qwx.c
13436
if (!parse->frame_buf_done) {
sys/dev/ic/qwx.c
13437
parse->frame_buf = ptr;
sys/dev/ic/qwx.c
13438
parse->frame_buf_done = 1;
sys/dev/ic/qwx.c
13449
struct wmi_tlv_mgmt_rx_parse parse = { 0 };
sys/dev/ic/qwx.c
13456
qwx_wmi_tlv_mgmt_rx_parse, &parse);
sys/dev/ic/qwx.c
13463
ev = parse.fixed;
sys/dev/ic/qwx.c
13464
frame = parse.frame_buf;
sys/dev/ic/qwz.c
11123
struct wmi_tlv_mgmt_rx_parse *parse = data;
sys/dev/ic/qwz.c
11127
parse->fixed = ptr;
sys/dev/ic/qwz.c
11130
if (!parse->frame_buf_done) {
sys/dev/ic/qwz.c
11131
parse->frame_buf = ptr;
sys/dev/ic/qwz.c
11132
parse->frame_buf_done = 1;
sys/dev/ic/qwz.c
11143
struct wmi_tlv_mgmt_rx_parse parse = { 0 };
sys/dev/ic/qwz.c
11150
qwz_wmi_tlv_mgmt_rx_parse, &parse);
sys/dev/ic/qwz.c
11157
ev = parse.fixed;
sys/dev/ic/qwz.c
11158
frame = parse.frame_buf;
sys/dev/ic/qwz.c
9718
struct wmi_tlv_dma_ring_caps_parse *parse = data;
sys/dev/ic/qwz.c
9723
parse->n_dma_ring_caps++;
sys/dev/ic/qwz.c
9915
struct wmi_tlv_svc_rdy_ext2_parse *parse = data;
sys/dev/ic/qwz.c
9920
if (!parse->dma_ring_cap_done) {
sys/dev/ic/qwz.c
9922
&parse->dma_caps_parse);
sys/dev/ic/qwz.c
9926
parse->dma_ring_cap_done = 1;
sys/dev/isa/isapnpres.c
468
goto parse;
sys/dev/isa/isapnpres.c
475
parse:
sys/dev/microcode/siop/ncr53cxxx.c
301
void parse (void);
sys/dev/microcode/siop/ncr53cxxx.c
427
parse ();
sys/dev/pci/drm/apple/afk.c
249
int ret = parse(props, props_size, &ctx);
sys/dev/pci/drm/apple/iomfb_template.c
553
ret = parse(dcp->chunks.data, dcp->chunks.length, &ctx);
sys/dev/pci/drm/apple/parser.h
101
int parse(const void *blob, size_t size, struct dcp_parse_ctx *ctx);
sys/dev/pci/drm/apple/systemep.c
84
ret = parse(data, data_size, &parse_ctx);
sys/dev/pci/drm/display/drm_dp_helper.c
290
int (*parse)(const struct drm_dp_aux *aux, u8 rd_interval);
sys/dev/pci/drm/display/drm_dp_helper.c
301
parse = __128b132b_channel_eq_delay_us;
sys/dev/pci/drm/display/drm_dp_helper.c
309
parse = __8b10b_clock_recovery_delay_us;
sys/dev/pci/drm/display/drm_dp_helper.c
311
parse = __8b10b_channel_eq_delay_us;
sys/dev/pci/drm/display/drm_dp_helper.c
317
parse = __128b132b_channel_eq_delay_us;
sys/dev/pci/drm/display/drm_dp_helper.c
324
parse = __8b10b_channel_eq_delay_us;
sys/dev/pci/drm/display/drm_dp_helper.c
339
return parse(aux, rd_interval & mask);
usr.bin/cdio/cdio.c
1528
p = parse(buf, cmd);
usr.bin/cdio/cdio.c
192
char *parse(char *buf, int *cmd);
usr.bin/cdio/cdio.c
299
arg = parse(buf, &cmd);
usr.bin/cvs/rcsparse.c
1116
if (sec[i].parse == NULL)
usr.bin/cvs/rcsparse.c
1130
if (sec[i].parse(rfp, pdp))
usr.bin/cvs/rcsparse.c
99
int (*parse)(RCSFILE *, struct rcs_pdata *);
usr.bin/dig/lib/isccfg/include/isccfg/grammar.h
63
cfg_parsefunc_t parse;
usr.bin/dig/lib/isccfg/parser.c
171
result = type->parse(pctx, type, ret);
usr.bin/indent/indent.c
1088
parse(hd_type);
usr.bin/indent/indent.c
367
parse(semicolon);
usr.bin/indent/indent.c
641
parse(semicolon); /* I said this was a kluge... */
usr.bin/indent/indent.c
675
parse(hd_type); /* let parser worry about if, or whatever */
usr.bin/indent/indent.c
839
parse(hd_type); /* dont lose the if, or whatever */
usr.bin/indent/indent.c
848
parse(semicolon); /* let parser know about end of stmt */
usr.bin/indent/indent.c
883
parse(hd_type);
usr.bin/indent/indent.c
905
parse(lbrace); /* let parser know about this */
usr.bin/indent/indent.c
918
parse(semicolon);
usr.bin/indent/indent.c
943
parse(rbrace); /* let parser know about this */
usr.bin/indent/indent.c
978
parse(elselit);
usr.bin/indent/indent.c
989
parse(dolit);
usr.bin/indent/indent.c
995
parse(decl); /* let parser worry about indentation */
usr.bin/indent/indent_globs.h
341
void parse(int);
usr.bin/mail/cmd1.c
215
parse(headline, &hl, pbuf);
usr.bin/mail/extern.h
184
void parse(char *, struct headline *, char *);
usr.bin/mail/head.c
58
parse(linebuf, &hl, parbuf);
usr.bin/mandoc/main.c
107
static void parse(struct mparse *, int, const char *,
usr.bin/mandoc/main.c
903
parse(mp, fd, resp->file, outst, conf);
usr.bin/mg/interpreter.c
179
ret = parse(begp, lrp, &lp, blkid,
usr.bin/mg/interpreter.c
209
ret = parse(begp, lrp, &rp, blkid,
usr.bin/mg/interpreter.c
82
static int parse(char *, const char *, const char *, int, int, int, int);
usr.bin/newsyslog/newsyslog.c
472
char line[BUFSIZ], *parse, *q, *errline, *group, *tmp, *ep;
usr.bin/newsyslog/newsyslog.c
501
q = parse = missing_field(sob(line), errline, lineno);
usr.bin/newsyslog/newsyslog.c
502
*(parse = son(line)) = '\0';
usr.bin/newsyslog/newsyslog.c
510
q = parse = missing_field(sob(++parse), errline, lineno);
usr.bin/newsyslog/newsyslog.c
511
*(parse = son(parse)) = '\0';
usr.bin/newsyslog/newsyslog.c
552
q = parse = missing_field(sob(++parse), errline, lineno);
usr.bin/newsyslog/newsyslog.c
553
*(parse = son(parse)) = '\0';
usr.bin/newsyslog/newsyslog.c
568
q = parse = missing_field(sob(++parse), errline, lineno);
usr.bin/newsyslog/newsyslog.c
569
*(parse = son(parse)) = '\0';
usr.bin/newsyslog/newsyslog.c
579
q = parse = missing_field(sob(++parse), errline, lineno);
usr.bin/newsyslog/newsyslog.c
580
*(parse = son(parse)) = '\0';
usr.bin/newsyslog/newsyslog.c
595
q = parse = missing_field(sob(++parse), errline, lineno);
usr.bin/newsyslog/newsyslog.c
596
*(parse = son(parse)) = '\0';
usr.bin/newsyslog/newsyslog.c
639
q = sob(++parse); /* Optional field */
usr.bin/newsyslog/newsyslog.c
642
*(parse = son(q)) = '\0';
usr.bin/newsyslog/newsyslog.c
671
parse--; /* no flags so undo */
usr.bin/newsyslog/newsyslog.c
678
q = parse = sob(++parse); /* Optional field */
usr.bin/newsyslog/newsyslog.c
682
*(parse = son(parse)) = '\0';
usr.bin/newsyslog/newsyslog.c
694
*(parse = tmp) = '\0';
usr.bin/newsyslog/newsyslog.c
705
*(parse = son(parse)) = '\0';
usr.bin/newsyslog/newsyslog.c
720
*(parse = son(parse)) = '\0';
usr.bin/pkgconf/libpkgconf/libpkgconf.h
390
PKGCONF_API pkgconf_tuple_t *pkgconf_tuple_add(const pkgconf_client_t *client, pkgconf_list_t *parent, const char *key, const char *value, bool parse, unsigned int flags);
usr.bin/pkgconf/libpkgconf/tuple.c
236
pkgconf_tuple_add(const pkgconf_client_t *client, pkgconf_list_t *list, const char *key, const char *value, bool parse, unsigned int flags)
usr.bin/pkgconf/libpkgconf/tuple.c
246
if (parse)
usr.bin/pkgconf/libpkgconf/tuple.c
251
PKGCONF_TRACE(client, "adding tuple to @%p: %s => %s (parsed? %d)", list, key, tuple->value, parse);
usr.bin/rcs/rcsparse.c
1114
if (sec[i].parse == NULL)
usr.bin/rcs/rcsparse.c
1128
if (sec[i].parse(rfp, pdp))
usr.bin/rcs/rcsparse.c
99
int (*parse)(RCSFILE *, struct rcs_pdata *);
usr.bin/tmux/arguments.c
195
args_parse_flags(const struct args_parse *parse, struct args_value *values,
usr.bin/tmux/arguments.c
226
found = strchr(parse->template, flag);
usr.bin/tmux/arguments.c
244
args_parse(const struct args_parse *parse, struct args_value *values,
usr.bin/tmux/arguments.c
259
stop = args_parse_flags(parse, values, count, cause, args, &i);
usr.bin/tmux/arguments.c
276
if (parse->cb != NULL) {
usr.bin/tmux/arguments.c
277
type = parse->cb(args, args->count, cause);
usr.bin/tmux/arguments.c
319
if (parse->lower != -1 && args->count < (u_int)parse->lower) {
usr.bin/tmux/arguments.c
322
parse->lower);
usr.bin/tmux/arguments.c
326
if (parse->upper != -1 && args->count > (u_int)parse->upper) {
usr.bin/tmux/arguments.c
329
parse->upper);
usr.bin/tmux/server-client.c
2708
server_client_print(struct client *c, int parse, struct evbuffer *evb)
usr.bin/tmux/server-client.c
2716
if (!parse) {
usr.bin/tmux/server-client.c
2754
if (parse) {
usr.bin/tmux/server-client.c
2772
if (!parse)
usr.bin/tmux/window-copy.c
526
window_copy_add(struct window_pane *wp, int parse, const char *fmt, ...)
usr.bin/tmux/window-copy.c
531
window_copy_vadd(wp, parse, fmt, ap);
usr.bin/tmux/window-copy.c
547
window_copy_vadd(struct window_pane *wp, int parse, const char *fmt, va_list ap)
usr.bin/tmux/window-copy.c
569
if (parse) {
usr.sbin/acme-client/json.c
104
tmp = build(parse,
usr.sbin/acme-client/json.c
110
tmp = build(parse,
usr.sbin/acme-client/json.c
127
tmp = build(parse,
usr.sbin/acme-client/json.c
149
jsmnparse_free(struct parse *p)
usr.sbin/acme-client/json.c
187
struct parse *p;
usr.sbin/acme-client/json.c
192
p = calloc(1, sizeof(struct parse));
usr.sbin/acme-client/json.c
37
struct parse *p; /* parser object */
usr.sbin/acme-client/json.c
71
build(struct parse *parse, struct jsmnn **np,
usr.sbin/acme-client/json.c
81
assert(parse->cur < parse->max);
usr.sbin/acme-client/json.c
82
n = *np = &parse->nodes[parse->cur++];
usr.sbin/acme-client/json.c
83
n->p = parse;
usr.sbin/bgpctl/bgpctl.c
124
if ((res = parse(argc, argv)) == NULL)
usr.sbin/bgpctl/parser.h
97
struct parse_result *parse(int, char *[]);
usr.sbin/dvmrpctl/dvmrpctl.c
85
if ((res = parse(argc - 1, argv + 1)) == NULL)
usr.sbin/dvmrpctl/parser.h
53
struct parse_result *parse(int, char *[]);
usr.sbin/eigrpctl/eigrpctl.c
106
if ((res = parse(argc, argv)) == NULL)
usr.sbin/eigrpctl/parser.h
57
struct parse_result *parse(int, char *[]);
usr.sbin/ikectl/ikectl.c
188
if ((res = parse(argc, argv)) == NULL)
usr.sbin/ikectl/parser.h
80
struct parse_result *parse(int, char *[]);
usr.sbin/iscsictl/iscsictl.c
100
if ((res = parse(argc, argv)) == NULL)
usr.sbin/iscsictl/iscsictl.h
55
struct parse_result *parse(int, char *[]);
usr.sbin/ldpctl/ldpctl.c
86
if ((res = parse(argc - 1, argv + 1)) == NULL)
usr.sbin/ldpctl/parser.h
57
struct parse_result *parse(int, char *[]);
usr.sbin/npppctl/npppctl.c
100
if ((result = parse(argc, argv)) == NULL)
usr.sbin/npppctl/parser.h
51
struct parse_result *parse(int, char *[]);
usr.sbin/nsd/simdzone/src/bench.c
114
result = kernel->parse(parser);
usr.sbin/nsd/simdzone/src/bench.c
52
int32_t (*parse)(zone_parser_t *);
usr.sbin/nsd/simdzone/src/fallback/parser.c
49
return parse(parser);
usr.sbin/nsd/simdzone/src/generic/format.h
230
return descriptor->parse(parser, descriptor, &rdata, token);
usr.sbin/nsd/simdzone/src/generic/format.h
234
return descriptor->parse(parser, descriptor, &rdata, token);
usr.sbin/nsd/simdzone/src/generic/parser.h
122
parse_rdata_t parse;
usr.sbin/nsd/simdzone/src/generic/parser.h
89
parse_svc_param_t parse, parse_lax;
usr.sbin/nsd/simdzone/src/generic/svcb.h
1018
parser, type, field, key, param, param->parse, &rdata_view, token)))
usr.sbin/nsd/simdzone/src/generic/svcb.h
438
#define SVC_PARAM(name, key, value, parse, parse_lax) \
usr.sbin/nsd/simdzone/src/generic/svcb.h
439
{ { { name, sizeof(name) - 1 }, key }, value, parse, parse_lax }
usr.sbin/nsd/simdzone/src/generic/svcb.h
823
const parse_svc_param_t parse,
usr.sbin/nsd/simdzone/src/generic/svcb.h
853
return parse(parser, type, field, key, param, rdata, token);
usr.sbin/nsd/simdzone/src/generic/svcb.h
981
parser, type, field, key, param, param->parse, rdata, value)))
usr.sbin/nsd/simdzone/src/generic/types.h
63
#define TYPE(name, code, _class, fields, check, parse) \
usr.sbin/nsd/simdzone/src/generic/types.h
64
{ { { name, sizeof(name) - 1 }, code }, _class, false, false, fields, check, parse }
usr.sbin/nsd/simdzone/src/haswell/parser.c
50
return parse(parser);
usr.sbin/nsd/simdzone/src/westmere/parser.c
50
return parse(parser);
usr.sbin/nsd/simdzone/src/zone.c
104
static int32_t parse(parser_t *parser, void *user_data)
usr.sbin/nsd/simdzone/src/zone.c
111
return kernel->parse(parser);
usr.sbin/nsd/simdzone/src/zone.c
431
code = parse(parser, user_data);
usr.sbin/nsd/simdzone/src/zone.c
458
code = parse(parser, user_data);
usr.sbin/nsd/simdzone/src/zone.c
63
int32_t (*parse)(parser_t *);
usr.sbin/ospf6ctl/ospf6ctl.c
117
if ((res = parse(argc, argv)) == NULL)
usr.sbin/ospf6ctl/parser.h
66
struct parse_result *parse(int, char *[]);
usr.sbin/ospfctl/ospfctl.c
90
if ((res = parse(argc, argv)) == NULL)
usr.sbin/ospfctl/parser.h
65
struct parse_result *parse(int, char *[]);
usr.sbin/ractl/parser.h
31
struct parse_result *parse(int, char *[]);
usr.sbin/ractl/ractl.c
84
if ((res = parse(argc, argv)) == NULL)
usr.sbin/radiusctl/parser.h
78
struct parse_result *parse(int, char *[]);
usr.sbin/radiusctl/radiusctl.c
121
res = parse(argc, argv);
usr.sbin/radiusctl/radiusctl.c
153
res = parse(argc, argv);
usr.sbin/relayctl/parser.h
53
struct parse_result *parse(int, char *[]);
usr.sbin/relayctl/relayctl.c
123
if ((res = parse(argc, argv)) == NULL)
usr.sbin/ripctl/parser.h
52
struct parse_result *parse(int, char *[]);
usr.sbin/ripctl/ripctl.c
95
if ((res = parse(argc, argv)) == NULL)
usr.sbin/slaacctl/parser.h
34
struct parse_result *parse(int, char *[]);
usr.sbin/slaacctl/slaacctl.c
93
if ((res = parse(argc, argv)) == NULL)
usr.sbin/unbound/libunbound/libunbound.c
1148
char* parse, *addr;
usr.sbin/unbound/libunbound/libunbound.c
1198
parse=buf;
usr.sbin/unbound/libunbound/libunbound.c
1199
while(*parse == ' ' || *parse == '\t')
usr.sbin/unbound/libunbound/libunbound.c
1200
parse++;
usr.sbin/unbound/libunbound/libunbound.c
1201
if(strncmp(parse, "nameserver", 10) == 0) {
usr.sbin/unbound/libunbound/libunbound.c
1203
parse += 10; /* skip 'nameserver' */
usr.sbin/unbound/libunbound/libunbound.c
1205
while(*parse == ' ' || *parse == '\t')
usr.sbin/unbound/libunbound/libunbound.c
1206
parse++;
usr.sbin/unbound/libunbound/libunbound.c
1207
addr = parse;
usr.sbin/unbound/libunbound/libunbound.c
1209
while(isxdigit((unsigned char)*parse) || *parse=='.' || *parse==':')
usr.sbin/unbound/libunbound/libunbound.c
1210
parse++;
usr.sbin/unbound/libunbound/libunbound.c
1212
*parse = 0;
usr.sbin/unbound/libunbound/libunbound.c
1233
char* parse, *addr, *name, *ins;
usr.sbin/unbound/libunbound/libunbound.c
1272
parse=buf;
usr.sbin/unbound/libunbound/libunbound.c
1273
while(*parse == ' ' || *parse == '\t')
usr.sbin/unbound/libunbound/libunbound.c
1274
parse++;
usr.sbin/unbound/libunbound/libunbound.c
1275
if(*parse == '#')
usr.sbin/unbound/libunbound/libunbound.c
1278
addr = parse;
usr.sbin/unbound/libunbound/libunbound.c
1280
while(isxdigit((unsigned char)*parse) || *parse == '.' || *parse == ':')
usr.sbin/unbound/libunbound/libunbound.c
1281
parse++;
usr.sbin/unbound/libunbound/libunbound.c
1282
if(*parse == '\r')
usr.sbin/unbound/libunbound/libunbound.c
1283
parse++;
usr.sbin/unbound/libunbound/libunbound.c
1284
if(*parse == '\n' || *parse == 0)
usr.sbin/unbound/libunbound/libunbound.c
1286
if(*parse == '%')
usr.sbin/unbound/libunbound/libunbound.c
1288
if(*parse != ' ' && *parse != '\t') {
usr.sbin/unbound/libunbound/libunbound.c
1294
*parse++ = 0; /* end delimiter for addr ... */
usr.sbin/unbound/libunbound/libunbound.c
1296
while(*parse) {
usr.sbin/unbound/libunbound/libunbound.c
1297
while(*parse == ' ' || *parse == '\t' || *parse=='\n'
usr.sbin/unbound/libunbound/libunbound.c
1298
|| *parse=='\r')
usr.sbin/unbound/libunbound/libunbound.c
1299
parse++;
usr.sbin/unbound/libunbound/libunbound.c
1300
if(*parse == 0 || *parse == '#')
usr.sbin/unbound/libunbound/libunbound.c
1303
name = parse;
usr.sbin/unbound/libunbound/libunbound.c
1304
while('!' <= *parse && *parse <= '~')
usr.sbin/unbound/libunbound/libunbound.c
1305
parse++;
usr.sbin/unbound/libunbound/libunbound.c
1306
if(*parse)
usr.sbin/unbound/libunbound/libunbound.c
1307
*parse++ = 0; /* end delimiter for name */
usr.sbin/unbound/testcode/replay.c
141
char *parse;
usr.sbin/unbound/testcode/replay.c
156
parse = line;
usr.sbin/unbound/testcode/replay.c
157
while(isspace((unsigned char)*parse))
usr.sbin/unbound/testcode/replay.c
158
parse++;
usr.sbin/unbound/testcode/replay.c
159
if(!*parse || *parse == ';') {
usr.sbin/unbound/testcode/replay.c
163
if(parse_keyword(&parse, "ADDRESS")) {
usr.sbin/unbound/testcode/replay.c
164
while(isspace((unsigned char)*parse))
usr.sbin/unbound/testcode/replay.c
165
parse++;
usr.sbin/unbound/testcode/replay.c
166
strip_end_white(parse);
usr.sbin/unbound/testcode/replay.c
167
if(!extstrtoaddr(parse, &rng->addr, &rng->addrlen,
usr.sbin/unbound/testcode/replay.c
170
pstate->lineno, parse);
usr.sbin/unbound/testcode/replay.c
177
if(parse_keyword(&parse, "RANGE_END")) {
usr.sbin/unbound/testcode/replay.c
439
char *parse;
usr.sbin/unbound/testcode/replay.c
448
parse=line;
usr.sbin/unbound/testcode/replay.c
451
while(isspace((unsigned char)*parse))
usr.sbin/unbound/testcode/replay.c
452
parse++;
usr.sbin/unbound/testcode/replay.c
453
if(!*parse)
usr.sbin/unbound/testcode/replay.c
455
if(parse_keyword(&parse, ";"))
usr.sbin/unbound/testcode/replay.c
457
if(parse_keyword(&parse, "SCENARIO_BEGIN")) {
usr.sbin/unbound/testcode/replay.c
460
scen = make_scenario(parse);
usr.sbin/unbound/testcode/replay.c
467
if(parse_keyword(&parse, "RANGE_BEGIN")) {
usr.sbin/unbound/testcode/replay.c
468
struct replay_range* newr = replay_range_read(parse,
usr.sbin/unbound/testcode/replay.c
475
} else if(parse_keyword(&parse, "STEP")) {
usr.sbin/unbound/testcode/replay.c
476
struct replay_moment* mom = replay_moment_read(parse,
usr.sbin/unbound/testcode/replay.c
488
} else if(parse_keyword(&parse, "SCENARIO_END")) {
usr.sbin/unbound/testcode/testbound.c
165
char* parse;
usr.sbin/unbound/testcode/testbound.c
182
parse = line;
usr.sbin/unbound/testcode/testbound.c
184
while(isspace((unsigned char)*parse))
usr.sbin/unbound/testcode/testbound.c
185
parse++;
usr.sbin/unbound/testcode/testbound.c
186
if(strncmp(parse, "$INCLUDE_TEMPFILE", 17) == 0) {
usr.sbin/unbound/testcode/testbound.c
189
char* tid = parse+17;
usr.sbin/unbound/testcode/testbound.c
196
if(strncmp(parse, "TEMPFILE_END", 12) == 0) {
usr.sbin/unbound/testcode/testbound.c
210
char* parse;
usr.sbin/unbound/testcode/testbound.c
229
parse = line;
usr.sbin/unbound/testcode/testbound.c
231
while(isspace((unsigned char)*parse))
usr.sbin/unbound/testcode/testbound.c
232
parse++;
usr.sbin/unbound/testcode/testbound.c
233
if(strncmp(parse, "AUTOTRUST_END", 13) == 0) {
usr.sbin/unbound/testcode/testbound.c
248
char* parse;
usr.sbin/unbound/testcode/testbound.c
269
parse = line;
usr.sbin/unbound/testcode/testbound.c
271
while(isspace((unsigned char)*parse))
usr.sbin/unbound/testcode/testbound.c
272
parse++;
usr.sbin/unbound/testcode/testbound.c
273
if(!*parse || parse[0] == ';')
usr.sbin/unbound/testcode/testbound.c
275
if(strncmp(parse, "COMMANDLINE", 11) == 0) {
usr.sbin/unbound/testcode/testbound.c
276
parse[strlen(parse)-1] = 0; /* strip off \n */
usr.sbin/unbound/testcode/testbound.c
277
add_opts(parse+11, pass_argc, pass_argv);
usr.sbin/unbound/testcode/testbound.c
280
if(strncmp(parse, "AUTOTRUST_FILE", 14) == 0) {
usr.sbin/unbound/testcode/testbound.c
281
spool_auto_file(in, lineno, cfg, parse+14);
usr.sbin/unbound/testcode/testbound.c
284
if(strncmp(parse, "TEMPFILE_NAME", 13) == 0) {
usr.sbin/unbound/testcode/testbound.c
285
spool_temp_file_name(lineno, cfg, parse+13);
usr.sbin/unbound/testcode/testbound.c
288
if(strncmp(parse, "TEMPFILE_CONTENTS", 17) == 0) {
usr.sbin/unbound/testcode/testbound.c
289
spool_temp_file(in, lineno, parse+17);
usr.sbin/unbound/testcode/testbound.c
292
if(strncmp(parse, "CONFIG_END", 10) == 0) {
usr.sbin/unbound/testcode/testbound.c
296
if(strncmp(parse, "fake-sha1: yes", 14) == 0) {
usr.sbin/unbound/testcode/testpkts.c
112
char* parse = line;
usr.sbin/unbound/testcode/testpkts.c
113
while(*parse) {
usr.sbin/unbound/testcode/testpkts.c
114
if(isendline(*parse))
usr.sbin/unbound/testcode/testpkts.c
116
if(str_keyword(&parse, "opcode")) {
usr.sbin/unbound/testcode/testpkts.c
118
} else if(str_keyword(&parse, "qtype")) {
usr.sbin/unbound/testcode/testpkts.c
120
} else if(str_keyword(&parse, "qname")) {
usr.sbin/unbound/testcode/testpkts.c
122
} else if(str_keyword(&parse, "rcode")) {
usr.sbin/unbound/testcode/testpkts.c
124
} else if(str_keyword(&parse, "question")) {
usr.sbin/unbound/testcode/testpkts.c
126
} else if(str_keyword(&parse, "answer")) {
usr.sbin/unbound/testcode/testpkts.c
128
} else if(str_keyword(&parse, "subdomain")) {
usr.sbin/unbound/testcode/testpkts.c
130
} else if(str_keyword(&parse, "all_noedns")) {
usr.sbin/unbound/testcode/testpkts.c
132
} else if(str_keyword(&parse, "all")) {
usr.sbin/unbound/testcode/testpkts.c
134
} else if(str_keyword(&parse, "ttl")) {
usr.sbin/unbound/testcode/testpkts.c
136
} else if(str_keyword(&parse, "DO")) {
usr.sbin/unbound/testcode/testpkts.c
138
} else if(str_keyword(&parse, "noedns")) {
usr.sbin/unbound/testcode/testpkts.c
140
} else if(str_keyword(&parse, "ednsdata")) {
usr.sbin/unbound/testcode/testpkts.c
142
} else if(str_keyword(&parse, "client_cookie")) {
usr.sbin/unbound/testcode/testpkts.c
144
} else if(str_keyword(&parse, "server_cookie")) {
usr.sbin/unbound/testcode/testpkts.c
146
} else if(str_keyword(&parse, "UDP")) {
usr.sbin/unbound/testcode/testpkts.c
148
} else if(str_keyword(&parse, "TCP")) {
usr.sbin/unbound/testcode/testpkts.c
150
} else if(str_keyword(&parse, "serial")) {
usr.sbin/unbound/testcode/testpkts.c
152
if(*parse != '=' && *parse != ':')
usr.sbin/unbound/testcode/testpkts.c
154
parse++;
usr.sbin/unbound/testcode/testpkts.c
155
e->ixfr_soa_serial = (uint32_t)strtol(parse, (char**)&parse, 10);
usr.sbin/unbound/testcode/testpkts.c
156
while(isspace((unsigned char)*parse))
usr.sbin/unbound/testcode/testpkts.c
157
parse++;
usr.sbin/unbound/testcode/testpkts.c
158
} else if(str_keyword(&parse, "ede")) {
usr.sbin/unbound/testcode/testpkts.c
160
if(*parse != '=' && *parse != ':')
usr.sbin/unbound/testcode/testpkts.c
162
parse++;
usr.sbin/unbound/testcode/testpkts.c
163
while(isspace((unsigned char)*parse))
usr.sbin/unbound/testcode/testpkts.c
164
parse++;
usr.sbin/unbound/testcode/testpkts.c
165
if(str_keyword(&parse, "any")) {
usr.sbin/unbound/testcode/testpkts.c
168
e->ede_info_code = (uint16_t)strtol(parse,
usr.sbin/unbound/testcode/testpkts.c
169
(char**)&parse, 10);
usr.sbin/unbound/testcode/testpkts.c
171
while(isspace((unsigned char)*parse))
usr.sbin/unbound/testcode/testpkts.c
172
parse++;
usr.sbin/unbound/testcode/testpkts.c
174
error("could not parse MATCH: '%s'", parse);
usr.sbin/unbound/testcode/testpkts.c
183
char* parse = line;
usr.sbin/unbound/testcode/testpkts.c
185
while(*parse) {
usr.sbin/unbound/testcode/testpkts.c
186
if(isendline(*parse))
usr.sbin/unbound/testcode/testpkts.c
189
if(str_keyword(&parse, "QUERY")) {
usr.sbin/unbound/testcode/testpkts.c
191
} else if(str_keyword(&parse, "IQUERY")) {
usr.sbin/unbound/testcode/testpkts.c
193
} else if(str_keyword(&parse, "STATUS")) {
usr.sbin/unbound/testcode/testpkts.c
195
} else if(str_keyword(&parse, "NOTIFY")) {
usr.sbin/unbound/testcode/testpkts.c
197
} else if(str_keyword(&parse, "UPDATE")) {
usr.sbin/unbound/testcode/testpkts.c
200
} else if(str_keyword(&parse, "NOERROR")) {
usr.sbin/unbound/testcode/testpkts.c
202
} else if(str_keyword(&parse, "FORMERR")) {
usr.sbin/unbound/testcode/testpkts.c
204
} else if(str_keyword(&parse, "SERVFAIL")) {
usr.sbin/unbound/testcode/testpkts.c
206
} else if(str_keyword(&parse, "NXDOMAIN")) {
usr.sbin/unbound/testcode/testpkts.c
208
} else if(str_keyword(&parse, "NOTIMPL")) {
usr.sbin/unbound/testcode/testpkts.c
210
} else if(str_keyword(&parse, "REFUSED")) {
usr.sbin/unbound/testcode/testpkts.c
212
} else if(str_keyword(&parse, "YXDOMAIN")) {
usr.sbin/unbound/testcode/testpkts.c
214
} else if(str_keyword(&parse, "YXRRSET")) {
usr.sbin/unbound/testcode/testpkts.c
216
} else if(str_keyword(&parse, "NXRRSET")) {
usr.sbin/unbound/testcode/testpkts.c
218
} else if(str_keyword(&parse, "NOTAUTH")) {
usr.sbin/unbound/testcode/testpkts.c
220
} else if(str_keyword(&parse, "NOTZONE")) {
usr.sbin/unbound/testcode/testpkts.c
223
} else if(str_keyword(&parse, "QR")) {
usr.sbin/unbound/testcode/testpkts.c
225
} else if(str_keyword(&parse, "AA")) {
usr.sbin/unbound/testcode/testpkts.c
227
} else if(str_keyword(&parse, "TC")) {
usr.sbin/unbound/testcode/testpkts.c
229
} else if(str_keyword(&parse, "RD")) {
usr.sbin/unbound/testcode/testpkts.c
231
} else if(str_keyword(&parse, "CD")) {
usr.sbin/unbound/testcode/testpkts.c
233
} else if(str_keyword(&parse, "RA")) {
usr.sbin/unbound/testcode/testpkts.c
235
} else if(str_keyword(&parse, "AD")) {
usr.sbin/unbound/testcode/testpkts.c
237
} else if(str_keyword(&parse, "DO")) {
usr.sbin/unbound/testcode/testpkts.c
240
error("could not parse REPLY: '%s'", parse);
usr.sbin/unbound/testcode/testpkts.c
249
char* parse = line;
usr.sbin/unbound/testcode/testpkts.c
250
while(*parse) {
usr.sbin/unbound/testcode/testpkts.c
251
if(isendline(*parse))
usr.sbin/unbound/testcode/testpkts.c
253
if(str_keyword(&parse, "copy_id")) {
usr.sbin/unbound/testcode/testpkts.c
255
} else if(str_keyword(&parse, "copy_query")) {
usr.sbin/unbound/testcode/testpkts.c
257
} else if(str_keyword(&parse, "copy_ednsdata_assume_clientsubnet")) {
usr.sbin/unbound/testcode/testpkts.c
259
} else if(str_keyword(&parse, "increment_ecs_scope")) {
usr.sbin/unbound/testcode/testpkts.c
261
} else if(str_keyword(&parse, "sleep=")) {
usr.sbin/unbound/testcode/testpkts.c
262
e->sleeptime = (unsigned int) strtol(parse, (char**)&parse, 10);
usr.sbin/unbound/testcode/testpkts.c
263
while(isspace((unsigned char)*parse))
usr.sbin/unbound/testcode/testpkts.c
264
parse++;
usr.sbin/unbound/testcode/testpkts.c
265
} else if(str_keyword(&parse, "packet_sleep=")) {
usr.sbin/unbound/testcode/testpkts.c
266
pkt->packet_sleep = (unsigned int) strtol(parse, (char**)&parse, 10);
usr.sbin/unbound/testcode/testpkts.c
267
while(isspace((unsigned char)*parse))
usr.sbin/unbound/testcode/testpkts.c
268
parse++;
usr.sbin/unbound/testcode/testpkts.c
270
error("could not parse ADJUST: '%s'", parse);
usr.sbin/unbound/testcode/testpkts.c
460
get_origin(const char* name, struct sldns_file_parse_state* pstate, char* parse)
usr.sbin/unbound/testcode/testpkts.c
467
end=parse;
usr.sbin/unbound/testcode/testpkts.c
472
verbose(3, "parsing '%s'\n", parse);
usr.sbin/unbound/testcode/testpkts.c
474
status = sldns_str2wire_dname_buf(parse, pstate->origin,
usr.sbin/unbound/testcode/testpkts.c
479
sldns_get_errorstr_parse(status), parse);
usr.sbin/unbound/testcode/testpkts.c
554
char* parse;
usr.sbin/unbound/testcode/testpkts.c
568
parse = line;
usr.sbin/unbound/testcode/testpkts.c
571
while(isspace((unsigned char)*parse))
usr.sbin/unbound/testcode/testpkts.c
572
parse++;
usr.sbin/unbound/testcode/testpkts.c
574
if(isendline(*parse))
usr.sbin/unbound/testcode/testpkts.c
576
if(str_keyword(&parse, "ENTRY_BEGIN")) {
usr.sbin/unbound/testcode/testpkts.c
585
} else if(str_keyword(&parse, "$ORIGIN")) {
usr.sbin/unbound/testcode/testpkts.c
586
get_origin(name, pstate, parse);
usr.sbin/unbound/testcode/testpkts.c
588
} else if(str_keyword(&parse, "$TTL")) {
usr.sbin/unbound/testcode/testpkts.c
589
pstate->default_ttl = (uint32_t)atoi(parse);
usr.sbin/unbound/testcode/testpkts.c
598
if(str_keyword(&parse, "MATCH")) {
usr.sbin/unbound/testcode/testpkts.c
599
matchline(parse, current);
usr.sbin/unbound/testcode/testpkts.c
600
} else if(str_keyword(&parse, "REPLY")) {
usr.sbin/unbound/testcode/testpkts.c
601
replyline(parse, pktbuf, pktlen, &do_flag);
usr.sbin/unbound/testcode/testpkts.c
602
} else if(str_keyword(&parse, "ADJUST")) {
usr.sbin/unbound/testcode/testpkts.c
603
adjustline(parse, current, cur_reply);
usr.sbin/unbound/testcode/testpkts.c
604
} else if(str_keyword(&parse, "EXTRA_PACKET")) {
usr.sbin/unbound/testcode/testpkts.c
614
} else if(str_keyword(&parse, "SECTION")) {
usr.sbin/unbound/testcode/testpkts.c
615
if(str_keyword(&parse, "QUESTION"))
usr.sbin/unbound/testcode/testpkts.c
617
else if(str_keyword(&parse, "ANSWER"))
usr.sbin/unbound/testcode/testpkts.c
619
else if(str_keyword(&parse, "AUTHORITY"))
usr.sbin/unbound/testcode/testpkts.c
621
else if(str_keyword(&parse, "ADDITIONAL"))
usr.sbin/unbound/testcode/testpkts.c
623
else error("%s line %d: bad section %s", name, pstate->lineno, parse);
usr.sbin/unbound/testcode/testpkts.c
624
} else if(str_keyword(&parse, "HEX_ANSWER_BEGIN")) {
usr.sbin/unbound/testcode/testpkts.c
627
} else if(str_keyword(&parse, "HEX_ANSWER_END")) {
usr.sbin/unbound/testcode/testpkts.c
637
} else if(str_keyword(&parse, "HEX_EDNSDATA_BEGIN")) {
usr.sbin/unbound/testcode/testpkts.c
640
} else if(str_keyword(&parse, "HEX_EDNSDATA_END")) {
usr.sbin/unbound/testcode/testpkts.c
651
} else if(str_keyword(&parse, "ENTRY_END")) {
usr.sbin/unbound/testcode/testpkts.c
675
add_rr(skip_whitespace?parse:line, pktbuf,
usr.sbin/unwindctl/parser.h
36
struct parse_result *parse(int, char *[]);
usr.sbin/unwindctl/unwindctl.c
113
if ((res = parse(argc, argv)) == NULL)
usr.sbin/vmctl/main.c
132
return (parse(argc, argv));
usr.sbin/vmctl/vmctl.h
84
int parse(int, char *[]);