HomeSort by relevance Sort by last modified time
    Searched refs:GetEnvironmentValue (Results 1 - 15 of 15) sorted by null

  /external/ImageMagick/MagickCore/
resource.c 419 directory=GetEnvironmentValue("MAGICK_TEMPORARY_PATH");
421 directory=GetEnvironmentValue("MAGICK_TMPDIR");
423 directory=GetEnvironmentValue("TMPDIR");
426 directory=GetEnvironmentValue("TMP");
428 directory=GetEnvironmentValue("TEMP");
432 directory=GetEnvironmentValue("MTMPDIR");
    [all...]
string_.h 48 *GetEnvironmentValue(const char *),
module.c 572 module_path=GetEnvironmentValue("MAGICK_CODER_MODULE_PATH");
583 module_path=GetEnvironmentValue("MAGICK_CODER_FILTER_PATH");
705 home=GetEnvironmentValue("MAGICK_HOME");
797 home=GetEnvironmentValue("XDG_CONFIG_HOME");
799 home=GetEnvironmentValue("LOCALAPPDATA");
801 home=GetEnvironmentValue("APPDATA");
803 home=GetEnvironmentValue("USERPROFILE");
815 home=GetEnvironmentValue("HOME");
    [all...]
configure.c 787 configure_path=GetEnvironmentValue("MAGICK_CONFIGURE_PATH");
852 home=GetEnvironmentValue("MAGICK_HOME");
908 home=GetEnvironmentValue("XDG_CONFIG_HOME");
910 home=GetEnvironmentValue("LOCALAPPDATA");
912 home=GetEnvironmentValue("APPDATA");
914 home=GetEnvironmentValue("USERPROFILE");
925 home=GetEnvironmentValue("HOME");
    [all...]
utility.c 632 home=GetEnvironmentValue("HOME");
634 home=GetEnvironmentValue("USERPROFILE");
    [all...]
locale.c 949 locale=GetEnvironmentValue("LC_ALL");
951 locale=GetEnvironmentValue("LC_MESSAGES");
953 locale=GetEnvironmentValue("LC_CTYPE");
955 locale=GetEnvironmentValue("LANG");
    [all...]
opencl.c 291 home=GetEnvironmentValue("MAGICK_OPENCL_CACHE_DIR");
294 home=GetEnvironmentValue("XDG_CACHE_HOME");
296 home=GetEnvironmentValue("LOCALAPPDATA");
298 home=GetEnvironmentValue("APPDATA");
300 home=GetEnvironmentValue("USERPROFILE");
331 home=GetEnvironmentValue("HOME");
    [all...]
nt-base.c     [all...]
magick.c     [all...]
matrix.c 224 synchronize=GetEnvironmentValue("MAGICK_SYNCHRONIZE");
    [all...]
type.c 232 font_path=GetEnvironmentValue("MAGICK_FONT_PATH");
    [all...]
methods.h 413 #define GetEnvironmentValue PrependMagickMethod(GetEnvironmentValue)
    [all...]
string.c     [all...]
cache.c 217 synchronize=GetEnvironmentValue("MAGICK_SYNCHRONIZE");
    [all...]
image.c     [all...]

Completed in 94 milliseconds