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

/xsrc/external/mit/imake/dist/
H A Dimake.c1181 FILE* ccproc; local in function:ask_sun_compiler_for_versions
1198 if ((ccproc = popen (cmdtorun, "r")) != NULL) {
1199 if (fgets (buf, sizeof(buf), ccproc) != NULL) {
1216 while (fgets (buf, sizeof(buf), ccproc) != NULL) {};
1218 pclose (ccproc);

Completed in 4 milliseconds