Lines Matching refs:cin
256 cin = fdopen(s, "r"); in hookup()
258 if (cin == NULL || cout == NULL) { in hookup()
260 if (cin) in hookup()
261 (void)fclose(cin); in hookup()
270 if (cin) in hookup()
271 (void)fclose(cin); in hookup()
390 ((c = getc(cin)) != '\n')) { in getreply()
392 switch (c = getc(cin)) { in getreply()
395 c = getc(cin); in getreply()
401 c = getc(cin); in getreply()
420 if (expecteof && feof(cin)) { in getreply()
1788 ip->in = cin; in pswitch()
1789 cin = op->in; in pswitch()
1945 if ((nfnd = empty(cin, NULL, 10)) <= 0) { in proxtrans()
1974 if ((nfnd = empty(cin, NULL, 0)) < 0) { in reset()
2074 if ((nfnd = empty(cin, din, 10)) <= 0) { in abort_remote()