Home
last modified time | relevance | path

Searched refs:GetEnvironmentValue (Results 1 – 15 of 15) sorted by relevance

/external/ImageMagick/MagickCore/
Dresource.c457 directory=GetEnvironmentValue("MAGICK_TEMPORARY_PATH"); in GetPathTemplate()
459 directory=GetEnvironmentValue("MAGICK_TMPDIR"); in GetPathTemplate()
461 directory=GetEnvironmentValue("TMPDIR"); in GetPathTemplate()
464 directory=GetEnvironmentValue("TMP"); in GetPathTemplate()
466 directory=GetEnvironmentValue("TEMP"); in GetPathTemplate()
470 directory=GetEnvironmentValue("MTMPDIR"); in GetPathTemplate()
1107 limit=GetEnvironmentValue("MAGICK_WIDTH_LIMIT"); in ResourceComponentGenesis()
1115 limit=GetEnvironmentValue("MAGICK_HEIGHT_LIMIT"); in ResourceComponentGenesis()
1134 limit=GetEnvironmentValue("MAGICK_AREA_LIMIT"); in ResourceComponentGenesis()
1142 limit=GetEnvironmentValue("MAGICK_MEMORY_LIMIT"); in ResourceComponentGenesis()
[all …]
Dconfigure.c756 configure_path=GetEnvironmentValue("MAGICK_CONFIGURE_PATH"); in GetConfigurePaths()
821 home=GetEnvironmentValue("MAGICK_HOME"); in GetConfigurePaths()
877 home=GetEnvironmentValue("XDG_CONFIG_HOME"); in GetConfigurePaths()
879 home=GetEnvironmentValue("LOCALAPPDATA"); in GetConfigurePaths()
881 home=GetEnvironmentValue("APPDATA"); in GetConfigurePaths()
883 home=GetEnvironmentValue("USERPROFILE"); in GetConfigurePaths()
894 home=GetEnvironmentValue("HOME"); in GetConfigurePaths()
Dmodule.c548 module_path=GetEnvironmentValue("MAGICK_CODER_MODULE_PATH"); in GetMagickModulePath()
559 module_path=GetEnvironmentValue("MAGICK_CODER_FILTER_PATH"); in GetMagickModulePath()
690 home=GetEnvironmentValue("MAGICK_HOME"); in GetMagickModulePath()
782 home=GetEnvironmentValue("XDG_CONFIG_HOME"); in GetMagickModulePath()
784 home=GetEnvironmentValue("LOCALAPPDATA"); in GetMagickModulePath()
786 home=GetEnvironmentValue("APPDATA"); in GetMagickModulePath()
788 home=GetEnvironmentValue("USERPROFILE"); in GetMagickModulePath()
800 home=GetEnvironmentValue("HOME"); in GetMagickModulePath()
Dstring_.h51 *GetEnvironmentValue(const char *),
Dlocale.c957 locale=GetEnvironmentValue("LC_ALL"); in IsLocaleTreeInstantiated()
959 locale=GetEnvironmentValue("LC_MESSAGES"); in IsLocaleTreeInstantiated()
961 locale=GetEnvironmentValue("LC_CTYPE"); in IsLocaleTreeInstantiated()
963 locale=GetEnvironmentValue("LANG"); in IsLocaleTreeInstantiated()
Dopencl.c297 home=GetEnvironmentValue("MAGICK_OPENCL_CACHE_DIR"); in GetOpenCLCacheDirectory()
300 home=GetEnvironmentValue("XDG_CACHE_HOME"); in GetOpenCLCacheDirectory()
302 home=GetEnvironmentValue("LOCALAPPDATA"); in GetOpenCLCacheDirectory()
304 home=GetEnvironmentValue("APPDATA"); in GetOpenCLCacheDirectory()
306 home=GetEnvironmentValue("USERPROFILE"); in GetOpenCLCacheDirectory()
337 home=GetEnvironmentValue("HOME"); in GetOpenCLCacheDirectory()
Dutility.c636 home=GetEnvironmentValue("HOME"); in ExpandFilename()
638 home=GetEnvironmentValue("USERPROFILE"); in ExpandFilename()
1834 passes=GetEnvironmentValue("MAGICK_SHRED_PASSES"); in ShredFile()
Dmagick.c1441 events=GetEnvironmentValue("MAGICK_DEBUG"); in MagickCoreGenesis()
1723 limit=GetEnvironmentValue("MAGICK_PRECISION"); in SetMagickPrecision()
Dnt-base.c1256 directory=GetEnvironmentValue("MAGICK_GHOSTSCRIPT_PATH"); in NTGhostscriptGetString()
1484 directory=GetEnvironmentValue("MAGICK_GHOSTSCRIPT_FONT_PATH"); in NTGhostscriptFonts()
2800 mode=GetEnvironmentValue("MAGICK_ERRORMODE"); in NTWindowsGenesis()
Dmatrix.c221 synchronize=GetEnvironmentValue("MAGICK_SYNCHRONIZE"); in AcquireMatrixInfo()
Dmethods.h389 #define GetEnvironmentValue PrependMagickMethod(GetEnvironmentValue) macro
Dtype.c225 font_path=GetEnvironmentValue("MAGICK_FONT_PATH"); in AcquireTypeCache()
Dstring.c1262 MagickExport char *GetEnvironmentValue(const char *name) in GetEnvironmentValue() function
Dimage.c1363 synchronize=GetEnvironmentValue("MAGICK_SYNCHRONIZE"); in GetImageInfo()
Dcache.c213 value=GetEnvironmentValue("MAGICK_SYNCHRONIZE"); in AcquirePixelCache()