Searched refs:cmajor (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/imake/dist/ |
| H A D | imake.c | 1171 * Output: cmajor & cminor - major and minor versions if found 1176 int *cmajor, int *cminor) 1206 if (sscanf (vptr, "%d.%d", cmajor, cminor) == 2) { 1229 int cmajor, cminor, found = 0; local in function:get_sun_compiler_versions 1239 &cmajor, &cminor) == 0) { 1246 if (ask_sun_compiler_for_versions("cc", NULL, &cmajor, &cminor) == 0) { 1249 &cmajor, &cminor) == 0) { 1257 "#define DefaultSunProCCompilerMajorVersion %d\n", cmajor); 1267 &cmajor, &cminor) == 0) { 1274 if (ask_sun_compiler_for_versions("CC", NULL, &cmajor, 1175 ask_sun_compiler_for_versions(const char * cmd,const char * path,int * cmajor,int * cminor) argument [all...] |
Completed in 3 milliseconds