Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:unique_file

8979         unique_file;
8984 unique_file=AcquireUniqueFileResource(image_info->filename);
8985 if (unique_file == -1)
8990 unique_file=close(unique_file)-1;
8996 file=fdopen(unique_file,"w");