Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_parse.y770 vp = npfctl_parse_ifnet(npfvar_expand_string(vp),
856 char *s = npfvar_expand_string(npfvar_lookup($4));
889 char *s = npfvar_expand_string(npfvar_lookup($1));
912 $$ = npfvar_expand_string(vp);
H A Dnpf_var.h83 char * npfvar_expand_string(const npfvar_t *);
H A Dnpf_var.c177 npfvar_expand_string(const npfvar_t *vp) in npfvar_expand_string() function