| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | RdBitF.c | 297 char* drive; local in function:AccessFile 306 drive = getenv ("_XBASEDRIVE"); 307 if (!drive) 308 drive = "C:"; 309 len = strlen (drive) + strlen (path); 312 strcpy (bufp, drive); 320 drive = getenv ("HOMEDRIVE"); 321 if (drive) { 322 len = strlen (drive) + strlen (path); 325 strcpy (bufp, drive); [all...] |
| /xsrc/external/mit/libdrm/dist/man/ |
| H A D | drmModeGetResources.3.rst | 55 position information. CRTCs drive encoders, which are responsible for 68 to drive a particular encoder.
|
| H A D | drm-kms.7.rst | 44 **drmModeCrtcSet**\ (3) to drive the display devices. 93 the correct ones to use. For each connector, you need to find a CRTC to drive 116 As a last step, you want to program your CRTC to drive your selected connector. 166 shows, how you can find a suitable CRTC id to drive this connector. This 196 * to drive one connector only, then you can skip this
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Intrinsic.c | 900 char *drive; local in function:AccessFile 914 drive = getenv("_XBASEDRIVE"); 915 if (!drive) 916 drive = "C:"; 917 len = strlen(drive) + strlen(path); 919 strcpy(bufp, drive); 927 drive = getenv("HOMEDRIVE"); 928 if (drive) { 929 len = strlen(drive) + strlen(path); 931 strcpy(bufp, drive); [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | XlibInt.c | 1810 * These functions will always prefix the path with a DOS drive in the 1811 * form "<drive-letter>:". As such, these functions are only suitable 1844 char* drive; local in function:AccessFile 1853 drive = getenv ("_XBASEDRIVE"); 1854 if (!drive) 1855 drive = "C:"; 1856 len = strlen (drive) + strlen (path); 1859 strcpy (bufp, drive); 1867 drive = getenv ("HOMEDRIVE"); 1868 if (drive) { [all...] |
| /xsrc/external/mit/libxkbui/dist/ |
| H A D | aclocal.m4 | 1343 # path with ; separators, and with drive letters. We can handle the 1344 # drive letters (cygwin fileutils understands them), so leave them,
|
| /xsrc/external/mit/xf86-video-imstt/dist/ |
| H A D | aclocal.m4 | 1343 # path with ; separators, and with drive letters. We can handle the 1344 # drive letters (cygwin fileutils understands them), so leave them,
|
| /xsrc/external/mit/xf86-video-intel-old/dist/m4/ |
| H A D | libtool.m4 | 2240 # path with ; separators, and with drive letters. We can handle the 2241 # drive letters (cygwin fileutils understands them), so leave them,
|
| /xsrc/external/mit/xf86-video-nsc/dist/ |
| H A D | aclocal.m4 | 1343 # path with ; separators, and with drive letters. We can handle the 1344 # drive letters (cygwin fileutils understands them), so leave them,
|
| /xsrc/external/mit/libXfontcache/dist/ |
| H A D | aclocal.m4 | 3078 # path with ; separators, and with drive letters. We can handle the 3079 # drive letters (cygwin fileutils understands them), so leave them,
|
| /xsrc/external/mit/xf86-video-xgi/dist/ |
| H A D | aclocal.m4 | 2255 # path with ; separators, and with drive letters. We can handle the 2256 # drive letters (cygwin fileutils understands them), so leave them,
|
| /xsrc/external/mit/xf86-input-ws/dist/ |
| H A D | aclocal.m4 | 1481 # path with ; separators, and with drive letters. We can handle the 1482 # drive letters (cygwin fileutils understands them), so leave them,
|
| /xsrc/external/mit/xcb-util/dist/ |
| H A D | aclocal.m4 | 2255 # path with ; separators, and with drive letters. We can handle the 2256 # drive letters (cygwin fileutils understands them), so leave them,
|