Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dtoken-private.h32 IsGlob(const char *) magick_attribute((__pure__));
Dtoken.c591 MagickPrivate MagickBooleanType IsGlob(const char *path) in IsGlob() function
Dproperty.c3852 if (IsGlob(pattern+7) != MagickFalse) in InterpretImageProperties()
3876 if (IsGlob(pattern+9) != MagickFalse) in InterpretImageProperties()
3900 if (IsGlob(pattern+9) != MagickFalse) in InterpretImageProperties()
3932 if (IsGlob(pattern) != MagickFalse) in InterpretImageProperties()
Dmethods.h629 #define IsGlob PrependMagickMethod(IsGlob) macro
Dutility.c814 if ((IsGlob(filename) == MagickFalse) && (*option != '@')) in ExpandFilenames()
Dimage.c2815 if ((*component != '\0') && (IsGlob(component) == MagickFalse)) in SetImageInfo()
Dwidget.c4597 if (IsGlob(reply_info.text) == MagickFalse) in XFileBrowserWidget()
5156 if (IsGlob(reply_info.text)) in XFileBrowserWidget()