Home | History | Annotate | Download | only in make-3.81

Lines Matching defs:cc

1683       int cc;
1704 for (i = 0; ; i += cc)
1712 EINTRLOOP (cc, read (pipedes[0], &buffer[i], maxlen - i));
1713 if (cc <= 0)
1786 int cc;
1839 cc = Read (child_stdout, &buffer[i], maxlen - i);
1840 if (cc > 0)
1841 i += cc;
1842 } while (cc > 0);