HomeSort by: relevance | last modified time | path
    Searched defs:ttyout (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/ftp/
progressbar.h 46 GLOBAL FILE *ttyout; /* stdout, or stderr if retrieving to stdout */ variable
main.c 255 ttyout = stdout;
256 if (isatty(fileno(ttyout))) {
341 ttyout = stderr;
445 /* set line buffering on ttyout */
446 setvbuf(ttyout, NULL, _IOLBF, 0);
590 fprintf(ttyout,
676 fputs(prompt(), ttyout); local
679 fprintf(ttyout, "%s ", p);
681 (void)fflush(ttyout);
687 putc('\n', ttyout);
    [all...]
  /src/usr.bin/pr/
pr.c 101 static int ttyout; /* output is a tty */ variable
1459 if (ttyout) {
1648 ttyout = 1;
1893 if (ttyout && pgpause && !isatty(fileno(stdin))) {
  /src/usr.bin/mail/
complete.c 80 #define ttyout stdout macro
116 (void)fputs(p, ttyout);
118 (void)putc('\n', ttyout);
125 (void)putc('\t', ttyout);
132 (void)fputs("--more--", ttyout);
134 (void)putc(BELL, ttyout);
135 (void)fputs("\r \r", ttyout);
290 (void)putc('\n', ttyout);
  /src/sys/kern/
tty.c 120 const char ttyout[] = "ttyout"; variable
2946 cv_init(&tp->t_outcv, "ttyout");
  /src/usr.bin/telnet/
telnet.c 2007 int netin, netout, netex, ttyin, ttyout;
2019 ttyout = ring_full_count(&ttyoring);
2031 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block);
2002 int netin, netout, netex, ttyin, ttyout; local

Completed in 24 milliseconds