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

/xsrc/external/mit/imake/dist/
H A Dimake.c1175 ask_sun_compiler_for_versions(const char *cmd, const char *path, function in typeref:typename:int
1238 if (ask_sun_compiler_for_versions("cc", CrossCompileDir,
1246 if (ask_sun_compiler_for_versions("cc", NULL, &cmajor, &cminor) == 0) {
1248 } else if (ask_sun_compiler_for_versions("cc", sunpro_path,
1266 if (ask_sun_compiler_for_versions("CC", CrossCompileDir,
1274 if (ask_sun_compiler_for_versions("CC", NULL, &cmajor, &cminor) == 0) {
1276 } else if (ask_sun_compiler_for_versions("CC", sunpro_path,

Completed in 4 milliseconds