Home
last modified time | relevance | path

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

/freebsd/usr.bin/fetch/
H A Dfetch.c388 int i, nopwd; in query_auth() local
406 nopwd = (fgets(URL->pwd, sizeof URL->pwd, stdin) == NULL); in query_auth()
410 nopwd = (fgets(URL->pwd, sizeof URL->pwd, stdin) == NULL); in query_auth()
412 if (nopwd) in query_auth()