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

/xsrc/external/mit/libXmu/dist/src/
H A DRdBitF.c297 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 DdrmModeGetResources.3.rst55 position information. CRTCs drive encoders, which are responsible for
68 to drive a particular encoder.
H A Ddrm-kms.7.rst44 **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 DIntrinsic.c900 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 DXlibInt.c1810 * 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 Daclocal.m41343 # 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 Daclocal.m41343 # 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 Dlibtool.m42240 # 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 Daclocal.m41343 # 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 Daclocal.m43078 # 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 Daclocal.m42255 # 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 Daclocal.m41481 # 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 Daclocal.m42255 # path with ; separators, and with drive letters. We can handle the
2256 # drive letters (cygwin fileutils understands them), so leave them,

Completed in 69 milliseconds