Home
last modified time | relevance | path

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

/freebsd/contrib/tnftp/src/
H A Dfetch.c151 char uuser[BUFSIZ], *gotpass; in auth_url() local
161 gotpass = NULL; in auth_url()
204 gotpass = getpass("Password: "); in auth_url()
205 if (gotpass == NULL) { in auth_url()
209 upass = gotpass; in auth_url()
217 if (gotpass) in auth_url()
218 memset(gotpass, 0, strlen(gotpass)); in auth_url()