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

/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Ddomacro.c72 fprintf(ttyout, "'%s' macro not found.\n", argv[1]);
123 fputs("?Ambiguous command.\n", ttyout);
126 fputs("?Invalid command.\n", ttyout);
129 fputs("Not connected.\n", ttyout);
133 fputs(line, ttyout);
134 putc('\n', ttyout);
139 (void)putc('\007', ttyout);
H A Dcmds.c187 fprintf(ttyout, "%s %s [anpqy?]? ", promptleft, promptright);
188 (void)fflush(ttyout);
191 fprintf(ttyout, "%s; %s aborted\n", errormsg, cmd);
197 fprintf(ttyout,
202 fputs("Interactive mode: off.\n", ttyout);
206 fprintf(ttyout, "%s aborted.\n", cmd);
211 fprintf(ttyout,
242 fprintf(ttyout, "%s%s", sep, p->t_name);
245 fputs(" ]\n", ttyout);
250 fprintf(ttyout, "Usin
[all...]
H A Dftp.c217 fprintf(ttyout, "Trying %s...\n", hbuf);
276 fprintf(ttyout, "Connected to %s.\n", hostname);
305 write(fileno(ttyout), "\n", 1);
319 write(fileno(ttyout), "\n", 1);
336 fputs("---> ", ttyout);
339 fputs("PASS XXXX", ttyout);
341 fputs("ACCT XXXX", ttyout);
343 vfprintf(ttyout, fmt, ap);
345 putc('\n', ttyout);
444 (void)fprintf(ttyout,
[all...]
H A Dmain.c287 ttyout = stdout;
288 if (isatty(fileno(ttyout))) {
362 ttyout = stderr;
446 /* set line buffering on ttyout */
447 setvbuf(ttyout, NULL, _IOLBF, 0);
589 fprintf(ttyout,
672 fputs(prompt(), ttyout); local
675 fprintf(ttyout, "%s ", p);
677 (void)fflush(ttyout);
683 putc('\n', ttyout);
[all...]
H A Dftp.c.orig213 fprintf(ttyout, "Trying %s...\n", hbuf);
272 fprintf(ttyout, "Connected to %s.\n", hostname);
301 write(fileno(ttyout), "\n", 1);
315 write(fileno(ttyout), "\n", 1);
332 fputs("---> ", ttyout);
335 fputs("PASS XXXX", ttyout);
337 fputs("ACCT XXXX", ttyout);
339 vfprintf(ttyout, fmt, ap);
341 putc('\n', ttyout);
440 (void)fprintf(ttyout,
[all...]
H A Dfetch.c196 fprintf(ttyout, "Username for `%s': ", realm);
199 fprintf(ttyout, "%s\n", user);
201 (void)fflush(ttyout);
599 fprintf(ttyout, "Copying %s", decodedpath);
601 fprintf(ttyout, " (restarting at " LLF ")",
603 fputs("\n", ttyout);
727 fprintf(ttyout, "Trying %s...\n", hbuf);
761 fprintf(ttyout, "Requesting %s\n", url);
766 fprintf(ttyout, "%svia %s:%s", leading,
798 fputs(leading, ttyout);
[all...]
H A Dutil.c125 fprintf(ttyout, "Already connected to %s, use close first.\n",
154 fprintf(ttyout,
231 fprintf(ttyout, "Remote system type is %s.\n",
250 fprintf(ttyout,
262 ttyout);
280 #define DEBUG_FEAT(x) fprintf(ttyout, "features[" #x "] = %d\n", features[(x)])
337 write(fileno(ttyout), "\n", 1);
421 fprintf(ttyout, "Name (%s:%s): ", host, localname);
423 fprintf(ttyout, "Name (%s): ", host);
427 fprintf(ttyout, "
[all...]
H A Dprogressbar.h54 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.c85 return (tcgetpgrp(fileno(ttyout)) == pgrp);
193 (void)write(fileno(ttyout), buf, len);
304 (void)write(fileno(ttyout), buf, len);
316 * instead of ttyout.
385 (void)write(siginfo ? STDERR_FILENO : fileno(ttyout), buf, len);
398 write(fileno(ttyout), "\n", 1);
H A Dcomplete.c136 putc('\n', ttyout);
340 fprintf(ttyout, "\n%s\n", emesg);
431 ttyout);
H A Dftp_var.h349 #define DPRINTF(...) if (ftp_debug) (void)fprintf(ttyout, __VA_ARGS__)
357 #define UPRINTF(...) (void)fprintf(ttyout, __VA_ARGS__)
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c923 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll)
934 if (ttyout && tout > maxfd)
961 if (ttyout)
921 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll) argument
H A Dtelnet.c2055 int netin, netout, netex, ttyin, ttyout;
2067 ttyout = ring_full_count(&ttyoring);
2077 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block);
2049 int netin, netout, netex, ttyin, ttyout; local
/macosx-10.10.1/Heimdal-398.1.2/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 168 milliseconds