Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:string

327 %    o command: this string is the command to execute.
512 % character string.
515 % character string.
543 *string;
554 *value='\0'; /* formatted string */
555 string=(const char *) value;
561 string=GetImageOption(image_info,"authenticate");
610 string=image->filename;
616 string=image->magick;
629 string=image_info->filename;
678 string=image_info->unique;
712 string=CommandOptionToMnemonic(MagickPixelTraitOptions,(ssize_t)
719 string=CommandOptionToMnemonic(MagickCompressOptions,
726 string=CommandOptionToMnemonic(MagickDisposeOptions,
756 string
798 string=CommandOptionToMnemonic(MagickResolutionOptions,
825 string="%";
847 string=GetImageProperty(image,"signature",exception);
851 return(SanitizeString(string));
890 #define AppendString2Text(string) \
893 size_t length=strlen((string)); \
903 (void) CopyMagickString(q,(string),extent); \
910 *string;
916 *p; /* position in embed_text string being expanded */
941 interpret_text=AcquireString(embed_text); /* new string with extra space */
942 extent=MagickPathExtent; /* allocated space in string */
1025 Doubled Percent - or percent at end of string.
1046 string=GetMagickPropertyLetter(image_info,image,*p, exception);
1047 if (string != (char *) NULL)
1049 AppendString2Text(string);
1050 string=DestroyString(string);
1163 % character string.
1166 % character string.
1246 % o pattern: Specifies a pointer to a text string containing a pattern.
1358 % o pattern: Specifies a pointer to a text string containing a pattern.