Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:files

705 %  WARNING: filenames starting with '.' (hidden files in a UNIX file system)
829 *files;
841 files=FileToString(option+1,~0UL,exception);
843 if (files == (char *) NULL)
845 filelist=StringToArgv(files,&length);
848 files=DestroyString(files);