Lines Matching refs:home
816 *home; in GetConfigurePaths() local
821 home=GetEnvironmentValue("MAGICK_HOME"); in GetConfigurePaths()
822 if (home != (char *) NULL) in GetConfigurePaths()
825 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",home, in GetConfigurePaths()
829 (void) FormatLocaleString(path,MagickPathExtent,"%s/etc/%s/",home, in GetConfigurePaths()
832 (void) FormatLocaleString(path,MagickPathExtent,"%s/share/%s/",home, in GetConfigurePaths()
839 home=DestroyString(home); in GetConfigurePaths()
875 *home; in GetConfigurePaths() local
877 home=GetEnvironmentValue("XDG_CONFIG_HOME"); in GetConfigurePaths()
878 if (home == (char *) NULL) in GetConfigurePaths()
879 home=GetEnvironmentValue("LOCALAPPDATA"); in GetConfigurePaths()
880 if (home == (char *) NULL) in GetConfigurePaths()
881 home=GetEnvironmentValue("APPDATA"); in GetConfigurePaths()
882 if (home == (char *) NULL) in GetConfigurePaths()
883 home=GetEnvironmentValue("USERPROFILE"); in GetConfigurePaths()
884 if (home != (char *) NULL) in GetConfigurePaths()
890 home,DirectorySeparator,DirectorySeparator); in GetConfigurePaths()
892 home=DestroyString(home); in GetConfigurePaths()
894 home=GetEnvironmentValue("HOME"); in GetConfigurePaths()
895 if (home != (char *) NULL) in GetConfigurePaths()
901 "%s%s.config%sImageMagick%s",home,DirectorySeparator, in GetConfigurePaths()
904 home=DestroyString(home); in GetConfigurePaths()