Searched refs:total_red (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/imake/dist/
H A Dimake.c1952 int total_red; local in function:ReadLine
1962 total_red = fread(buf, 1, st.st_size, tmpfd);
1963 if (total_red == 0 && st.st_size != 0)
1965 end = buf + total_red;

Completed in 3 milliseconds