Home
last modified time | relevance | path

Searched refs:GetClientPath (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/MagickCore/
Dclient.h26 *GetClientPath(void) magick_attribute((__const__)),
Dclient.c88 MagickExport const char *GetClientPath(void) in GetClientPath() function
Dconfigure.c845 if (*GetClientPath() != '\0') in GetConfigurePaths()
848 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",GetClientPath(), in GetConfigurePaths()
858 (void) CopyMagickString(prefix,GetClientPath(),MagickPathExtent); in GetConfigurePaths()
Dmodule.c725 if (*GetClientPath() != '\0') in GetMagickModulePath()
731 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",GetClientPath(), in GetMagickModulePath()
754 (void) CopyMagickString(prefix,GetClientPath(),MagickPathExtent); in GetMagickModulePath()
Dmethods.h381 #define GetClientPath PrependMagickMethod(GetClientPath) macro
Dnt-base.c2183 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",GetClientPath(), in NTResourceToBlob()