Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ypldap/
H A Dparse.y417 u_char *parsebuf; variable
427 if (parsebuf) { in lgetc()
430 c = parsebuf[parseindex++]; in lgetc()
433 parsebuf = NULL; in lgetc()
475 if (parsebuf) { in lungetc()
491 parsebuf = NULL; in findeol()
526 if (c == '$' && parsebuf == NULL) { in yylex()
548 parsebuf = val; in yylex()
/freebsd-13.1/contrib/unbound/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()
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()
1121 sldns_buffer_free(parsebuf); in anchors_apply_cfg()
[all …]
/freebsd-13.1/sbin/pfctl/
H A Dparse.y5772 static char *parsebuf; variable
5782 if (parsebuf) { in lgetc()
5785 c = parsebuf[parseindex++]; in lgetc()
5788 parsebuf = NULL; in lgetc()
5829 if (parsebuf) { in lungetc()
5845 parsebuf = NULL; in findeol()
5880 if (c == '$' && parsebuf == NULL) { in yylex()
5902 parsebuf = val; in yylex()