Home
last modified time | relevance | path

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

/src/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c170 char *ruserstr, *rpass, *racctstr; in login() local
179 ruserstr = rpass = racctstr = NULL; in login()
187 if (ruserpassword (host, &ruserstr, &rpass, &racctstr) < 0) { in login()
191 userstr = ruserstr; in login()
209 if (ruserstr) in login()
210 free(ruserstr); in login()