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

/freebsd-10.1-release/bin/pax/
H A Dtty_subs.c59 static FILE *ttyinf = NULL; /* input pointing at control tty */ variable
74 if ((ttyinf = fdopen(ttyfd, "r")) != NULL)
119 if ((--len <= 0) || (ttyinf == NULL) || (fgets(str,len,ttyinf) == NULL))

Completed in 101 milliseconds