Searched refs:GetClientPath (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | client.h | 26 *GetClientPath(void),
|
D | client.c | 87 MagickExport const char *GetClientPath(void) in GetClientPath() function
|
D | configure.c | 858 if (*GetClientPath() != '\0') in GetConfigurePaths() 861 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",GetClientPath(), in GetConfigurePaths() 871 (void) CopyMagickString(prefix,GetClientPath(),MagickPathExtent); in GetConfigurePaths()
|
D | module.c | 730 if (*GetClientPath() != '\0') in GetMagickModulePath() 736 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",GetClientPath(), in GetMagickModulePath() 759 (void) CopyMagickString(prefix,GetClientPath(),MagickPathExtent); in GetMagickModulePath()
|
D | methods.h | 388 #define GetClientPath PrependMagickMethod(GetClientPath) macro
|
D | nt-base.c | 2145 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",GetClientPath(), in NTResourceToBlob()
|