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

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

Completed in 46 milliseconds