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

/freebsd-9.3-release/contrib/tnftp/src/
H A Ddomacro.c73 fprintf(ttyout, "'%s' macro not found.\n", argv[1]);
124 fputs("?Ambiguous command.\n", ttyout);
127 fputs("?Invalid command.\n", ttyout);
130 fputs("Not connected.\n", ttyout);
134 fputs(line, ttyout);
135 putc('\n', ttyout);
141 (void)putc('\007', ttyout);
H A Dcmds.c182 fprintf(ttyout, "%s %s [anpqy?]? ", promptleft, promptright);
183 (void)fflush(ttyout);
186 fprintf(ttyout, "%s; %s aborted\n", errormsg, cmd);
192 fprintf(ttyout,
197 fputs("Interactive mode: off.\n", ttyout);
201 fprintf(ttyout, "%s aborted.\n", cmd);
206 fprintf(ttyout,
236 fprintf(ttyout, "%s%s", sep, p->t_name);
239 fputs(" ]\n", ttyout);
244 fprintf(ttyout, "Usin
[all...]
H A Dftp.c209 fprintf(ttyout, "Trying %s:%s ...\n", hname, sname);
268 fprintf(ttyout, "Connected to %s.\n", hostname);
297 write(fileno(ttyout), "\n", 1);
311 write(fileno(ttyout), "\n", 1);
328 fputs("---> ", ttyout);
331 fputs("PASS XXXX", ttyout);
333 fputs("ACCT XXXX", ttyout);
335 vfprintf(ttyout, fmt, ap);
337 putc('\n', ttyout);
436 (void)fprintf(ttyout,
[all...]
H A Dmain.c259 ttyout = stdout;
260 if (isatty(fileno(ttyout))) {
334 ttyout = stderr;
420 /* set line buffering on ttyout */
421 setvbuf(ttyout, NULL, _IOLBF, 0);
564 fprintf(ttyout,
649 fputs(prompt(), ttyout); local
652 fprintf(ttyout, "%s ", p);
654 (void)fflush(ttyout);
660 putc('\n', ttyout);
[all...]
H A Dfetch.c190 fprintf(ttyout, "Username for `%s': ", realm);
193 fprintf(ttyout, "%s\n", uuser);
195 (void)fflush(ttyout);
596 fprintf(ttyout, "Copying %s", decodedpath);
598 fprintf(ttyout, " (restarting at " LLF ")",
600 fputs("\n", ttyout);
729 fprintf(ttyout, "Trying %s:%s ...\n",
762 fprintf(ttyout, "Requesting %s\n", url);
767 fprintf(ttyout, "%svia %s:%s", leading,
799 fputs(leading, ttyout);
[all...]
H A Dutil.c118 fprintf(ttyout, "Already connected to %s, use close first.\n",
147 fprintf(ttyout,
224 fprintf(ttyout, "Remote system type is %s.\n",
243 fprintf(ttyout,
255 ttyout);
273 #define DEBUG_FEAT(x) fprintf(ttyout, "features[" #x "] = %d\n", features[(x)])
331 write(fileno(ttyout), "\n", 1);
414 fprintf(ttyout, "Name (%s:%s): ", host, localname);
416 fprintf(ttyout, "Name (%s): ", host);
420 fprintf(ttyout, "
[all...]
H A Dprogressbar.h47 GLOBAL FILE *ttyout; /* stdout, or stderr if retrieving to stdout */ variable
H A Druserpass.c196 ttyout);
202 ttyout);
214 ttyout);
224 ttyout);
239 ttyout);
258 ttyout);
H A Dprogressbar.c78 return (tcgetpgrp(fileno(ttyout)) == pgrp);
186 (void)write(fileno(ttyout), buf, len);
297 (void)write(fileno(ttyout), buf, len);
309 * instead of ttyout.
378 (void)write(siginfo ? STDERR_FILENO : fileno(ttyout), buf, len);
391 write(fileno(ttyout), "\n", 1);
H A Dcomplete.c129 putc('\n', ttyout);
336 fprintf(ttyout, "\n%s\n", emesg);
427 ttyout);
H A Dftp_var.h344 #define DPRINTF(...) if (ftp_debug) (void)fprintf(ttyout, __VA_ARGS__)
354 #define UPRINTF(...) (void)fprintf(ttyout, __VA_ARGS__)
/freebsd-9.3-release/games/morse/
H A Dmorse.c270 static void ttyout(const char *);
460 ttyout(" ");
474 ttyout(m->morse);
539 ttyout(const char *s) function
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dsys_bsd.c915 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll)
926 if (ttyout && tout > maxfd)
953 if (ttyout)
913 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll) argument
H A Dtelnet.c2040 int netin, netout, netex, ttyin, ttyout;
2052 ttyout = ring_full_count(&ttyoring);
2062 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block);
2034 int netin, netout, netex, ttyin, ttyout; local
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h268 int process_rings(int netin, int netout, int netex, int ttyin, int ttyout,
H A Dsys_bsd.c769 int ttyout,
789 if (ttyout) {
763 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll) argument
H A Dtelnet.c1988 int netin, netout, netex, ttyin, ttyout; local
2000 ttyout = ring_full_count(&ttyoring);
2011 ttyin = ttyout = 0;
2016 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block);

Completed in 76 milliseconds