Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dconfigure.c754 *configure_path; in GetConfigurePaths() local
759 configure_path=GetEnvironmentValue("MAGICK_CONFIGURE_PATH"); in GetConfigurePaths()
760 if (configure_path != (char *) NULL) in GetConfigurePaths()
766 for (p=configure_path-1; p != (char *) NULL; ) in GetConfigurePaths()
779 configure_path=DestroyString(configure_path); in GetConfigurePaths()