/src/usr.bin/ftp/ |
domacro.c | 66 fprintf(ttyout, "'%s' macro not found.\n", argv[1]); 117 fputs("?Ambiguous command.\n", ttyout); 120 fputs("?Invalid command.\n", ttyout); 123 fputs("Not connected.\n", ttyout); 127 fputs(line, ttyout); 128 putc('\n', ttyout); 134 (void)putc('\007', ttyout);
|
cmds.c | 176 fprintf(ttyout, "%s %s [anpqy?]? ", promptleft, promptright); 177 (void)fflush(ttyout); 180 fprintf(ttyout, "%s; %s aborted\n", errormsg, cmd); 186 fprintf(ttyout, 191 fputs("Interactive mode: off.\n", ttyout); 195 fprintf(ttyout, "%s aborted.\n", cmd); 200 fprintf(ttyout, 230 fprintf(ttyout, "%s%s", sep, p->t_name); 233 fputs(" ]\n", ttyout); 238 fprintf(ttyout, "Using %s mode to transfer files.\n", typename) [all...] |
ftp.c | 206 fprintf(ttyout, "Trying [%s]:%s ...\n", hname, 210 fprintf(ttyout, "Trying %s:%s ...\n", hname, 274 fprintf(ttyout, "Connected to %s.\n", hostname); 308 write(fileno(ttyout), "\n", 1); 322 write(fileno(ttyout), "\n", 1); 350 fputs("---> ", ttyout); 353 fputs("PASS XXXX", ttyout); 355 fputs("ACCT XXXX", ttyout); 357 vfprintf(ttyout, fmt, ap); 359 putc('\n', ttyout); [all...] |
main.c | 258 ttyout = stdout; 259 if (isatty(fileno(ttyout))) { 346 ttyout = stderr; 450 /* set line buffering on ttyout */ 451 setvbuf(ttyout, NULL, _IOLBF, 0); 595 fprintf(ttyout, 681 fputs(prompt(), ttyout); 684 fprintf(ttyout, "%s ", p); 686 (void)fflush(ttyout); 692 putc('\n', ttyout); [all...] |
util.c | 112 fprintf(ttyout, "Already connected to %s, use close first.\n", 141 fprintf(ttyout, 208 fprintf(ttyout, "Remote system type is %.*s.\n", 232 fprintf(ttyout, 244 ttyout); 262 #define DEBUG_FEAT(x) fprintf(ttyout, "features[" #x "] = %d\n", features[(x)]) 320 write(fileno(ttyout), "\n", 1); 407 fprintf(ttyout, "Name (%s:%s): ", host, localname); 409 fprintf(ttyout, "Name (%s): ", host); 413 fprintf(ttyout, "%s; %s aborted.\n", errormsg, "login") [all...] |
progressbar.h | 46 GLOBAL FILE *ttyout; /* stdout, or stderr if retrieving to stdout */ variable in typeref:typename:GLOBAL FILE *
|
ruserpass.c | 193 ttyout); 199 ttyout); 211 ttyout); 221 ttyout); 236 ttyout); 255 ttyout);
|
fetch.c | 305 fprintf(ttyout, "Username for `%s': ", realm); 308 fprintf(ttyout, "%s\n", uuser); 310 (void)fflush(ttyout); 667 fprintf(ttyout, "Trying [%s]:%s ...\n", 671 fprintf(ttyout, "Trying %s:%s ...\n", 872 fprintf(ttyout, "%svia %s:%u", leading, 891 fputs(leading, ttyout); 894 fprintf(ttyout, "restarting at " LLF, (LLT)restart_point); 918 fprintf(ttyout, "parsed time as: %s", 932 fprintf(ttyout, "%swith authorization", leading) [all...] |
progressbar.c | 68 return (tcgetpgrp(fileno(ttyout)) == pgrp); 180 (void)write(fileno(ttyout), buf, len); 291 (void)write(fileno(ttyout), buf, len); 303 * instead of ttyout. 372 (void)write(siginfo ? STDERR_FILENO : fileno(ttyout), buf, len); 385 write(fileno(ttyout), "\n", 1);
|
ssl.c | 69 extern FILE *ttyout; 316 ERR_print_errors_fp(ttyout); 392 fprintf(ttyout, "\r\n%s: transfer aborted" 679 ERR_print_errors_fp(ttyout); 687 ERR_print_errors_fp(ttyout); 698 fprintf(ttyout, "Timeout establishing SSL connection to `%s'\n", 719 fprintf(ttyout, "SSL connection established using %s\n", 724 fprintf(ttyout, "Certificate subject: %s\n", str); 728 fprintf(ttyout, "Certificate issuer: %s\n", str);
|
complete.c | 121 putc('\n', ttyout); 328 fprintf(ttyout, "\n%s\n", emesg); 419 ttyout);
|
ftp_var.h | 356 #define DPRINTF(...) DWFTP(if (ftp_debug) (void)fprintf(ttyout, __VA_ARGS__)) 366 #define UPRINTF(...) (void)fprintf(ttyout, __VA_ARGS__)
|
/src/usr.bin/progress/ |
progress.c | 200 ttyout = eflag ? stderr : stdout; 202 if (ioctl(fileno(ttyout), TIOCGSIZE, &ts) == -1)
|
/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/usr.bin/telnet/ |
sys_bsd.c | 553 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, 569 set[1].events = ttyout ? POLLOUT : 0;
|
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 in function:Scheduler
|
/src/usr.bin/pr/ |
pr.c | 101 static int ttyout; /* output is a tty */ variable in typeref:typename:int 1459 if (ttyout) { 1648 ttyout = 1; 1893 if (ttyout && pgpause && !isatty(fileno(stdin))) {
|
/src/usr.bin/utoppya/ |
utoppya.c | 329 ttyout = to;
|
/src/sys/kern/ |
tty.c | 120 const char ttyout[] = "ttyout"; variable in typeref:typename:const char[] 2946 cv_init(&tp->t_outcv, "ttyout");
|