home_drive        629 maint/gnulib/lib/glob.c               const char *home_drive = getenv ("HOMEDRIVE");
home_drive        632 maint/gnulib/lib/glob.c               if (home_drive != NULL && home_path != NULL)
home_drive        634 maint/gnulib/lib/glob.c                   size_t home_drive_len = strlen (home_drive);
home_drive        638 maint/gnulib/lib/glob.c                   memcpy (mem, home_drive, home_drive_len);