Home
last modified time | relevance | path

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

/netbsd-src/dist/pf/usr.sbin/authpf/
H A Dauthpf.c649 char *fdpath = NULL, *userstr = NULL, *ipstr = NULL; in change_filter() local
666 if (asprintf(&userstr, "user_id=%s", luser) == -1) in change_filter()
683 pargv[7] = userstr; in change_filter()
726 free(userstr); in change_filter()