Searched refs:vflag (Results 1 - 1 of 1) sorted by path

/xsrc/external/mit/imake/dist/
H A Dimake.c1182 const char vflag[] = " -V 2>&1"; local in function:ask_sun_compiler_for_versions
1185 size_t len = strlen(cmd) + sizeof(vflag);
1193 sprintf(cmdtorun, "%s/%s %s", path, cmd, vflag);
1195 sprintf(cmdtorun, "%s %s", cmd, vflag);

Completed in 10 milliseconds