Home | History | Annotate | Download | only in ftp

Lines Matching refs:cin

262 	cin = fdopen(s, "r");
264 if (cin == NULL || cout == NULL) {
266 if (cin)
267 (void)fclose(cin);
276 if (cin)
277 (void)fclose(cin);
413 ((c = getc(cin)) != '\n')) {
415 switch (c = getc(cin)) {
418 c = getc(cin);
424 c = getc(cin);
443 if (expecteof && feof(cin)) {
1844 ip->in = cin;
1845 cin = op->in;
2001 if ((nfnd = empty(cin, NULL, 10)) <= 0) {
2030 if ((nfnd = empty(cin, NULL, 0)) < 0) {
2131 if ((nfnd = empty(cin, din, 10)) <= 0) {