• Home
  • Raw
  • Download

Lines Matching refs:MagickPathExtent

659     path[MagickPathExtent];  in GetConfigureOptions()
674 (void) CopyMagickString(path,filename,MagickPathExtent); in GetConfigureOptions()
686 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",element, in GetConfigureOptions()
755 path[MagickPathExtent]; in GetConfigurePaths()
763 (void) CopyMagickString(path,filename,MagickPathExtent); in GetConfigurePaths()
781 (void) CopyMagickString(path,p+1,MagickPathExtent); in GetConfigurePaths()
788 MagickPathExtent); in GetConfigurePaths()
822 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",(char *) in GetConfigurePaths()
841 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",home, in GetConfigurePaths()
845 (void) FormatLocaleString(path,MagickPathExtent,"%s/etc/%s/",home, in GetConfigurePaths()
848 (void) FormatLocaleString(path,MagickPathExtent,"%s/share/%s/",home, in GetConfigurePaths()
851 (void) FormatLocaleString(path,MagickPathExtent,"%s", in GetConfigurePaths()
861 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",GetClientPath(), in GetConfigurePaths()
866 prefix[MagickPathExtent]; in GetConfigurePaths()
871 (void) CopyMagickString(prefix,GetClientPath(),MagickPathExtent); in GetConfigurePaths()
873 (void) FormatLocaleString(path,MagickPathExtent,"%s/etc/%s/",prefix, in GetConfigurePaths()
876 (void) FormatLocaleString(path,MagickPathExtent,"%s/share/%s/",prefix, in GetConfigurePaths()
879 (void) FormatLocaleString(path,MagickPathExtent,"%s", in GetConfigurePaths()
905 (void) FormatLocaleString(path,MagickPathExtent,"%s%sImageMagick%s", in GetConfigurePaths()
916 (void) FormatLocaleString(path,MagickPathExtent, in GetConfigurePaths()
926 module_path[MagickPathExtent]; in GetConfigurePaths()
937 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",module_path, in GetConfigurePaths()
950 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",module_path, in GetConfigurePaths()
953 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",module_path, in GetConfigurePaths()
1150 keyword[MagickPathExtent], in LoadConfigureCache()
1173 extent=strlen(token)+MagickPathExtent; in LoadConfigureCache()
1182 (void) CopyMagickString(keyword,token,MagickPathExtent); in LoadConfigureCache()
1208 (void) CopyMagickString(keyword,token,MagickPathExtent); in LoadConfigureCache()
1221 path[MagickPathExtent], in LoadConfigureCache()
1227 MagickPathExtent); in LoadConfigureCache()
1229 (void) CopyMagickString(path,token,MagickPathExtent); in LoadConfigureCache()
1231 (void) ConcatenateMagickString(path,token,MagickPathExtent); in LoadConfigureCache()