Searched refs:modename (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/libXfontcache/dist/
H A Dltmain.sh38 modename="$progname"
137 $echo "$modename: not configured to build any kind of library" 1>&2
299 $echo "$modename: unable to infer tagged configuration"
300 $echo "$modename: specify a tag with \`--tag'" 1>&2
303 # $echo "$modename: using $tagname tagged configuration"
322 $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
564 $echo "$modename: unrecognized option \`$arg'" 1>&2
577 $echo "$modename: option \`$prevopt' requires an argument" 1>&2
634 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
636 $echo "$modename
[all...]
/xsrc/external/mit/libxkbui/dist/
H A Dltmain.sh38 modename="$progname"
121 $echo "$modename: not configured to build any kind of library" 1>&2
275 $echo "$modename: unable to infer tagged configuration"
276 $echo "$modename: specify a tag with \`--tag'" 1>&2
279 # $echo "$modename: using $tagname tagged configuration"
298 $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
529 $echo "$modename: unrecognized option \`$arg'" 1>&2
542 $echo "$modename: option \`$prevopt' requires an argument" 1>&2
599 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
601 $echo "$modename
[all...]
/xsrc/external/mit/xf86-video-imstt/dist/
H A Dltmain.sh38 modename="$progname"
121 $echo "$modename: not configured to build any kind of library" 1>&2
275 $echo "$modename: unable to infer tagged configuration"
276 $echo "$modename: specify a tag with \`--tag'" 1>&2
279 # $echo "$modename: using $tagname tagged configuration"
298 $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
529 $echo "$modename: unrecognized option \`$arg'" 1>&2
542 $echo "$modename: option \`$prevopt' requires an argument" 1>&2
599 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
601 $echo "$modename
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/
H A Dltmain.sh38 modename="$progname"
129 $echo "$modename: not configured to build any kind of library" 1>&2
285 $echo "$modename: unable to infer tagged configuration"
286 $echo "$modename: specify a tag with \`--tag'" 1>&2
289 # $echo "$modename: using $tagname tagged configuration"
308 $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
549 $echo "$modename: unrecognized option \`$arg'" 1>&2
562 $echo "$modename: option \`$prevopt' requires an argument" 1>&2
619 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
621 $echo "$modename
[all...]
/xsrc/external/mit/xf86-input-ws/dist/
H A Dltmain.sh38 modename="$progname"
137 $echo "$modename: not configured to build any kind of library" 1>&2
299 $echo "$modename: unable to infer tagged configuration"
300 $echo "$modename: specify a tag with \`--tag'" 1>&2
303 # $echo "$modename: using $tagname tagged configuration"
322 $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
564 $echo "$modename: unrecognized option \`$arg'" 1>&2
577 $echo "$modename: option \`$prevopt' requires an argument" 1>&2
634 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
636 $echo "$modename
[all...]
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_merge.c136 char modename[256]; local in function:GenerateModeList
152 strncpy(modename,strmode,str - strmode);
153 modename[str - strmode] = 0;
157 mode2 = GetModeFromName(modename,j);
160 "Mode: \"%s\" is not a supported mode for monitor 2\n",modename);
162 "Skipping metamode \"%s-%s\".\n",mode1->name,modename);
166 mode1 = GetModeFromName(modename,i);
170 "Mode: \"%s\" is not a supported mode for monitor 1\n",modename);
177 while(*tmps && *tmps != ' ' && *tmps != ';' && *tmps != '-' && *tmps != ',') tmps++; /*skip modename */
179 strncpy(modename,strmod
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/
H A Dfbdevhw.c504 char **modename; local in function:fbdevHWSetVideoModes
513 for (modename = pScrn->display->modes; *modename != NULL; modename++) {
515 if (0 == strcmp(mode->name,*modename)) {
520 "\tmode \"%s\" test failed\n", *modename);
526 "\tmode \"%s\" not found\n", *modename);
531 "\tmode \"%s\" ok\n", *modename);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/
H A Dfbdevhw.c520 const char **modename; local in function:fbdevHWSetVideoModes
529 for (modename = pScrn->display->modes; *modename != NULL; modename++) {
531 if (0 == strcmp(mode->name, *modename)) {
536 "\tmode \"%s\" test failed\n", *modename);
542 "\tmode \"%s\" not found\n", *modename);
546 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "\tmode \"%s\" ok\n", *modename);
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_driver.c1255 char modename[256]; local in function:XGIGenerateModeListFromMetaModes
1273 strncpy(modename, strmode, str - strmode);
1274 modename[str - strmode] = 0;
1279 mode2 = XGIGetModeFromName(modename, j);
1283 modename);
1286 mode1->name, modename);
1291 mode1 = XGIGetModeFromName(modename, i);
1296 modename);
1306 tmps++; /* skip modename */
1307 strncpy(modename, strmod
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_driver.c1469 char modename[256]; local in function:SiSGenerateModeListFromMetaModes
1494 strncpy(modename, strmode, myslen);
1495 modename[myslen] = 0;
1503 mode2 = SiSGetModeFromName(modename, j);
1506 "Mode \"%s\" is not a supported mode for CRT2\n", modename);
1508 "\t(Skipping metamode \"%s%c%s\")\n", mode1->name, gotsep, modename);
1513 mode1 = SiSGetModeFromName(modename, i);
1517 "Mode \"%s\" is not a supported mode for CRT1\n", modename);
1524 /* skip modename */
1528 strncpy(modename,strmod
[all...]
/xsrc/external/mit/libXfont/dist/
H A Dltmain.sh8833 func_fatal_configuration "$modename: unknown library version type '$version_type'"
/xsrc/external/mit/mesa-demos/dist/
H A Dltmain.sh8833 func_fatal_configuration "$modename: unknown library version type '$version_type'"
/xsrc/external/mit/xf86-video-sis/dist/
H A Dltmain.sh8833 func_fatal_configuration "$modename: unknown library version type '$version_type'"
/xsrc/external/mit/xf86-video-tdfx/dist/
H A Dltmain.sh8833 func_fatal_configuration "$modename: unknown library version type '$version_type'"
/xsrc/external/mit/xf86-video-wsfb/dist/
H A Dltmain.sh7341 func_fatal_configuration "$modename: unknown library version type \`$version_type'"
/xsrc/external/mit/xf86-video-i740/dist/
H A Dltmain.sh8833 func_fatal_configuration "$modename: unknown library version type '$version_type'"
/xsrc/external/mit/xf86-video-intel-2014/dist/
H A Dltmain.sh7356 func_fatal_configuration "$modename: unknown library version type \`$version_type'"
/xsrc/external/mit/xf86-video-intel-old/dist/
H A Dltmain.sh6214 func_fatal_configuration "$modename: unknown library version type \`$version_type'"
/xsrc/external/mit/xf86-video-openchrome/dist/
H A Dltmain.sh7356 func_fatal_configuration "$modename: unknown library version type \`$version_type'"
/xsrc/external/mit/xf86-video-apm/dist/
H A Dltmain.sh8833 func_fatal_configuration "$modename: unknown library version type '$version_type'"
/xsrc/external/mit/xf86-video-newport/dist/
H A Dltmain.sh7356 func_fatal_configuration "$modename: unknown library version type \`$version_type'"
/xsrc/external/mit/xcb-util/dist/
H A Dltmain.sh6214 func_fatal_configuration "$modename: unknown library version type \`$version_type'"
/xsrc/external/mit/libXau/dist/
H A Dltmain.sh9303 func_fatal_configuration "$modename: unknown library version type '$version_type'"
/xsrc/external/mit/libXaw/dist/
H A Dltmain.sh9122 func_fatal_configuration "$modename: unknown library version type '$version_type'"
/xsrc/external/mit/libXcursor/dist/
H A Dltmain.sh9110 func_fatal_configuration "$modename: unknown library version type '$version_type'"

Completed in 135 milliseconds

12