Home
last modified time | relevance | path

Searched refs:ttyoutf (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/bin/pax/
H A Dtty_subs.c69 static FILE *ttyoutf = NULL; /* output pointing at control tty */ variable
84 if ((ttyoutf = fdopen(ttyfd, "w")) != NULL) { in tty_init()
87 (void)fclose(ttyoutf); in tty_init()
109 if (ttyoutf == NULL) in tty_prnt()
112 (void)vfprintf(ttyoutf, fmt, ap); in tty_prnt()
114 (void)fflush(ttyoutf); in tty_prnt()