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

/freebsd-10.1-release/usr.bin/fetch/
H A Dfetch.c364 int i, nopwd; local
382 nopwd = (fgets(URL->pwd, sizeof URL->pwd, stdin) == NULL);
386 nopwd = (fgets(URL->pwd, sizeof URL->pwd, stdin) == NULL);
388 if (nopwd)

Completed in 38 milliseconds