Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:source_file

163     source_file;
205 source_file=open_utf8(source,O_RDONLY | O_BINARY,0);
206 if (source_file == -1)
213 if ((fstat(source_file,&attributes) == 0) && (attributes.st_size > 0))
218 (void) close(source_file);
225 count=(ssize_t) read(source_file,buffer,quantum);
233 (void) close(source_file);
240 (void) close(source_file);