Searched refs:auth_string (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c205 static char *auth_string; variable
215 { NULL, 'a', arg_string, &auth_string, "required authentication" },
286 if(auth_string)
287 auth_level = parse_auth_level(auth_string);

Completed in 97 milliseconds