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

/freebsd-11-stable/usr.sbin/pw/
H A Dpw_group.c56 int istty; local
68 if ((istty = isatty(fd))) {
78 if (istty) { /* Restore state */
H A Dpw_user.c177 int b, istty; local
191 if ((istty = isatty(fd))) {
193 istty = 0;
206 if (istty) { /* Restore state */

Completed in 181 milliseconds