Home | History | Annotate | Download | only in src

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);