• Home
  • Raw
  • Download

Lines Matching refs:MagickPathExtent

406     filename[MagickPathExtent],  in GetModuleList()
407 module_path[MagickPathExtent], in GetModuleList()
408 path[MagickPathExtent]; in GetModuleList()
491 (void) CopyMagickString(modules[i],modules[i]+10,MagickPathExtent); in GetModuleList()
553 (void) CopyMagickString(path,filename,MagickPathExtent); in GetMagickModulePath()
589 (void) CopyMagickString(path,p+1,MagickPathExtent); in GetMagickModulePath()
596 MagickPathExtent); in GetMagickModulePath()
597 (void) ConcatenateMagickString(path,filename,MagickPathExtent); in GetMagickModulePath()
631 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",directory, in GetMagickModulePath()
674 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",(char *) in GetMagickModulePath()
702 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",home, in GetMagickModulePath()
722 (void) FormatLocaleString(path,MagickPathExtent,"%s/lib/%s/%s",home, in GetMagickModulePath()
736 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",GetClientPath(), in GetMagickModulePath()
740 prefix[MagickPathExtent]; in GetMagickModulePath()
759 (void) CopyMagickString(prefix,GetClientPath(),MagickPathExtent); in GetMagickModulePath()
761 (void) FormatLocaleString(path,MagickPathExtent,"%s/lib/%s/%s/%s",prefix, in GetMagickModulePath()
776 MagickPathExtent); in GetMagickModulePath()
777 (void) ConcatenateMagickString(path,filename,MagickPathExtent); in GetMagickModulePath()
799 (void) FormatLocaleString(path,MagickPathExtent,"%s%sImageMagick%s%s", in GetMagickModulePath()
811 (void) FormatLocaleString(path,MagickPathExtent, in GetMagickModulePath()
943 name[MagickPathExtent], in InvokeDynamicImageFilter()
944 path[MagickPathExtent]; in InvokeDynamicImageFilter()
1006 (void) FormatLocaleString(name,MagickPathExtent,"%sImage",tag); in InvokeDynamicImageFilter()
1008 (void) FormatLocaleString(name,MagickPathExtent,"%s%sImage", in InvokeDynamicImageFilter()
1073 filename[MagickPathExtent], in ListModuleInfo()
1074 module_path[MagickPathExtent], in ListModuleInfo()
1076 path[MagickPathExtent]; in ListModuleInfo()
1227 filename[MagickPathExtent], in OpenModule()
1228 module_name[MagickPathExtent], in OpenModule()
1229 name[MagickPathExtent], in OpenModule()
1230 path[MagickPathExtent]; in OpenModule()
1254 (void) CopyMagickString(module_name,module,MagickPathExtent); in OpenModule()
1257 (void) CopyMagickString(module_name,p->name,MagickPathExtent); in OpenModule()
1462 (void) FormatLocaleString(name,MagickPathExtent,"%s.la",tag); in TagToCoderModuleName()
1467 (void) CopyMagickString(name,tag,MagickPathExtent); in TagToCoderModuleName()
1471 (void) FormatLocaleString(name,MagickPathExtent,"IM_MOD_DB_%s_.dll",tag); in TagToCoderModuleName()
1473 (void) FormatLocaleString(name,MagickPathExtent,"IM_MOD_RL_%s_.dll",tag); in TagToCoderModuleName()
1511 (void) FormatLocaleString(name,MagickPathExtent,"FILTER_%s_.dll",tag); in TagToFilterModuleName()
1513 (void) FormatLocaleString(name,MagickPathExtent,"%s.dll",tag); in TagToFilterModuleName()
1515 (void) FormatLocaleString(name,MagickPathExtent,"%s.la",tag); in TagToFilterModuleName()
1550 name[MagickPathExtent]; in TagToModuleName()
1556 (void) CopyMagickString(name,tag,MagickPathExtent); in TagToModuleName()
1559 (void) FormatLocaleString(module,MagickPathExtent,format,name); in TagToModuleName()
1563 prefix_format[MagickPathExtent]; in TagToModuleName()
1565 (void) FormatLocaleString(prefix_format,MagickPathExtent,"%s%s", in TagToModuleName()
1567 (void) FormatLocaleString(module,MagickPathExtent,prefix_format,name); in TagToModuleName()