Home | History | Annotate | Download | only in ftp

Lines Matching refs:cout

287 	if (cout)
288 (void)fclose(cout);
289 cout = NULL;
336 if (cout != NULL) {
337 (void)shutdown(fileno(cout), 1+1);
338 (void)fclose(cout);
339 cout = NULL;
350 if (cout != NULL) {
351 (void)shutdown(fileno(cout), 1+1);
352 (void)fclose(cout);
353 cout = NULL;