Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:unique_file

1977     unique_file;
2001 unique_file=AcquireUniqueFileResource(filename);
2002 if (unique_file != -1)
2003 file=fdopen(unique_file,"w");
2004 if ((unique_file == -1) || (file == (FILE *) NULL))