Lines Matching refs:drive
900 char *drive;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);
Indexes created Sun Jun 28 00:24:58 UTC 2026