Searched refs:GetClientPath (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | client.h | 26 *GetClientPath(void) magick_attribute((__const__)),
|
D | client.c | 88 MagickExport const char *GetClientPath(void) in GetClientPath() function
|
D | configure.c | 845 if (*GetClientPath() != '\0') in GetConfigurePaths() 848 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",GetClientPath(), in GetConfigurePaths() 858 (void) CopyMagickString(prefix,GetClientPath(),MagickPathExtent); in GetConfigurePaths()
|
D | module.c | 725 if (*GetClientPath() != '\0') in GetMagickModulePath() 731 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",GetClientPath(), in GetMagickModulePath() 754 (void) CopyMagickString(prefix,GetClientPath(),MagickPathExtent); in GetMagickModulePath()
|
D | methods.h | 381 #define GetClientPath PrependMagickMethod(GetClientPath) macro
|
D | nt-base.c | 2183 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",GetClientPath(), in NTResourceToBlob()
|