HomeSort by: relevance | last modified time | path
    Searched defs:userstr (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 21 milliseconds