home_path 630 maint/gnulib/lib/glob.c const char *home_path = getenv ("HOMEPATH"); home_path 632 maint/gnulib/lib/glob.c if (home_drive != NULL && home_path != NULL) home_path 635 maint/gnulib/lib/glob.c size_t home_path_len = strlen (home_path); home_path 639 maint/gnulib/lib/glob.c memcpy (mem + home_drive_len, home_path, home_path_len + 1);