Searched refs:gotpass (Results 1 – 1 of 1) sorted by relevance
151 char uuser[BUFSIZ], *gotpass; in auth_url() local161 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()