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

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

Completed in 65 milliseconds