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

/freebsd-10.3-release/usr.sbin/pw/
H A Dpw_group.c54 int istty; local
66 if ((istty = isatty(fd))) {
76 if (istty) { /* Restore state */
H A Dpw_user.c176 int b, istty; local
190 if ((istty = isatty(fd))) {
192 istty = 0;
205 if (istty) { /* Restore state */

Completed in 56 milliseconds