Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ypldap/
H A Dparse.y416 u_char *parsebuf; variable
426 if (parsebuf) { in lgetc()
429 c = parsebuf[parseindex++]; in lgetc()
432 parsebuf = NULL; in lgetc()
474 if (parsebuf) { in lungetc()
490 parsebuf = NULL; in findeol()
525 if (c == '$' && parsebuf == NULL) { in yylex()
547 parsebuf = val; in yylex()
/freebsd/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()
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 …]
/freebsd/sbin/pfctl/
H A Dparse.y6632 static char *parsebuf; variable
6642 if (parsebuf) { in lgetc()
6645 c = parsebuf[parseindex++]; in lgetc()
6648 parsebuf = NULL; in lgetc()
6689 if (parsebuf) { in lungetc()
6705 parsebuf = NULL; in findeol()
6740 if (c == '$' && parsebuf == NULL) { in yylex()
6762 parsebuf = val; in yylex()