Searched refs:userstr (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/pf/authpf/
H A Dauthpf.c753 char *fdpath = NULL, *userstr = NULL, *ipstr = NULL; local
777 if (asprintf(&userstr, "user_id=%s", l_user) == -1)
789 pargv[7] = userstr;
836 free(userstr);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c169 char *userstr, *pass, *acctstr; local
191 userstr = ruserstr;
195 while (userstr == NULL) {
204 userstr = myname;
206 userstr = tmp;
208 strlcpy(username, userstr, sizeof(username));
212 n = command("USER %s", userstr);
219 (!strcmp(userstr, "ftp") || !strcmp(userstr, "anonymous"))) {
H A Dsecurity.c579 sec_userok(char *userstr) argument
582 return (*mech->userok)(app_data, userstr);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c579 sec_userok(char *userstr) argument
582 return (*mech->userok)(app_data, userstr);

Completed in 137 milliseconds