Home
last modified time | relevance | path

Searched refs:parsebuf (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/validator/
H A Dval_anchor.c1051 sldns_buffer* parsebuf = sldns_buffer_new(65535); in anchors_apply_cfg() local
1052 if(!parsebuf) { in anchors_apply_cfg()
1060 sldns_buffer_free(parsebuf); in anchors_apply_cfg()
1070 sldns_buffer_free(parsebuf); in anchors_apply_cfg()
1081 if(!anchor_read_file(anchors, parsebuf, nm, 0)) { in anchors_apply_cfg()
1083 sldns_buffer_free(parsebuf); in anchors_apply_cfg()
1094 if(!anchor_read_bind_file_wild(anchors, parsebuf, nm)) { in anchors_apply_cfg()
1096 sldns_buffer_free(parsebuf); in anchors_apply_cfg()
1103 if(!anchor_store_str(anchors, parsebuf, f->str)) { in anchors_apply_cfg()
1105 sldns_buffer_free(parsebuf); in anchors_apply_cfg()
[all …]
/netbsd-src/dist/pf/sbin/pfctl/
H A Dparse.y5021 char *parsebuf; variable
5031 if (parsebuf) { in lgetc()
5034 c = parsebuf[parseindex++]; in lgetc()
5037 parsebuf = NULL; in lgetc()
5071 if (parsebuf) { in lungetc()
5087 parsebuf = NULL; in findeol()
5120 if (c == '$' && parsebuf == NULL) { in yylex()
5142 parsebuf = val; in yylex()