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

/freebsd-11-stable/bin/pax/
H A Dtty_subs.c58 static FILE *ttyinf = NULL; /* input pointing at control tty */ variable
73 if ((ttyinf = fdopen(ttyfd, "r")) != NULL)
118 if ((--len <= 0) || (ttyinf == NULL) || (fgets(str,len,ttyinf) == NULL))

Completed in 52 milliseconds