Home | History | Annotate | Download | only in ftp

Lines Matching refs:cout

263 	cout = fdopen(s, "w");
264 if (cin == NULL || cout == NULL) {
268 if (cout)
269 (void)fclose(cout);
278 if (cout)
279 (void)fclose(cout);
362 if (cout == NULL) {
373 vfprintf(cout, fmt, ap);
375 fputs("\r\n", cout);
376 (void)fflush(cout);
419 fprintf(cout, "%c%c%c", IAC, DONT, c);
420 (void)fflush(cout);
425 fprintf(cout, "%c%c%c", IAC, WONT, c);
426 (void)fflush(cout);
1846 ip->out = cout;
1847 cout = op->out;
2113 if (cout == NULL) {
2127 if (send(fileno(cout), buf, 3, MSG_OOB) != 3)
2129 fprintf(cout, "%cABOR\r\n", DM);
2130 (void)fflush(cout);