file               97 Magick++/lib/Magick++/Options.h     void file(FILE *file_);
file               98 Magick++/lib/Magick++/Options.h     FILE *file(void) const;
file              152 coders/cals.c      *file;
file              253 coders/cals.c    file=(FILE *) NULL;
file              256 coders/cals.c      file=fdopen(unique_file,"wb");
file              257 coders/cals.c    if ((unique_file == -1) || (file == (FILE *) NULL))
file              260 coders/cals.c      (void) fputc(c,file);
file              261 coders/cals.c    (void) fclose(file);
file              211 coders/cin.c       file;
file              457 coders/cin.c     cin.file.image_offset=ReadBlobLong(image);
file              459 coders/cin.c     cin.file.generic_length=ReadBlobLong(image);
file              461 coders/cin.c     cin.file.industry_length=ReadBlobLong(image);
file              463 coders/cin.c     cin.file.user_length=ReadBlobLong(image);
file              465 coders/cin.c     cin.file.file_size=ReadBlobLong(image);
file              467 coders/cin.c     offset+=ReadBlob(image,sizeof(cin.file.version),(unsigned char *)
file              468 coders/cin.c       cin.file.version);
file              469 coders/cin.c     (void) CopyMagickString(property,cin.file.version,sizeof(cin.file.version));
file              471 coders/cin.c     offset+=ReadBlob(image,sizeof(cin.file.filename),(unsigned char *)
file              472 coders/cin.c       cin.file.filename);
file              473 coders/cin.c     (void) CopyMagickString(property,cin.file.filename,sizeof(cin.file.filename));
file              475 coders/cin.c     offset+=ReadBlob(image,sizeof(cin.file.create_date),(unsigned char *)
file              476 coders/cin.c       cin.file.create_date);
file              477 coders/cin.c     (void) CopyMagickString(property,cin.file.create_date,
file              478 coders/cin.c       sizeof(cin.file.create_date));
file              480 coders/cin.c     offset+=ReadBlob(image,sizeof(cin.file.create_time),(unsigned char *)
file              481 coders/cin.c       cin.file.create_time);
file              482 coders/cin.c     (void) CopyMagickString(property,cin.file.create_time,
file              483 coders/cin.c        sizeof(cin.file.create_time));
file              485 coders/cin.c     offset+=ReadBlob(image,sizeof(cin.file.reserve),(unsigned char *)
file              486 coders/cin.c       cin.file.reserve);
file              644 coders/cin.c     if ((cin.file.image_offset > 2048) && (cin.file.user_length != 0))
file              705 coders/cin.c     if ((cin.file.image_offset > 2048) && (cin.file.user_length != 0))
file              713 coders/cin.c         profile=BlobToStringInfo((const void *) NULL,cin.file.user_length);
file              729 coders/cin.c     for ( ; offset < (MagickOffsetType) cin.file.image_offset; offset++)
file              738 coders/cin.c     if (offset < (MagickOffsetType) cin.file.image_offset)
file              961 coders/cin.c     cin.file.magic=0x802A5FD7UL;
file              962 coders/cin.c     offset+=WriteBlobLong(image,(unsigned int) cin.file.magic);
file              963 coders/cin.c     cin.file.image_offset=0x800;
file              964 coders/cin.c     offset+=WriteBlobLong(image,(unsigned int) cin.file.image_offset);
file              965 coders/cin.c     cin.file.generic_length=0x400;
file              966 coders/cin.c     offset+=WriteBlobLong(image,(unsigned int) cin.file.generic_length);
file              967 coders/cin.c     cin.file.industry_length=0x400;
file              968 coders/cin.c     offset+=WriteBlobLong(image,(unsigned int) cin.file.industry_length);
file              969 coders/cin.c     cin.file.user_length=0x00;
file              973 coders/cin.c         cin.file.user_length+=(size_t) GetStringInfoLength(profile);
file              974 coders/cin.c         cin.file.user_length=(((cin.file.user_length+0x2000-1)/0x2000)*0x2000);
file              976 coders/cin.c     offset+=WriteBlobLong(image,(unsigned int) cin.file.user_length);
file              977 coders/cin.c     cin.file.file_size=4*image->columns*image->rows+0x2000;
file              978 coders/cin.c     offset+=WriteBlobLong(image,(unsigned int) cin.file.file_size);
file              979 coders/cin.c     (void) CopyMagickString(cin.file.version,"V4.5",sizeof(cin.file.version));
file              980 coders/cin.c     offset+=WriteBlob(image,sizeof(cin.file.version),(unsigned char *)
file              981 coders/cin.c       cin.file.version);
file              984 coders/cin.c       (void) CopyMagickString(cin.file.filename,value,sizeof(cin.file.filename));
file              986 coders/cin.c       (void) CopyMagickString(cin.file.filename,image->filename,
file              987 coders/cin.c         sizeof(cin.file.filename));
file              988 coders/cin.c     offset+=WriteBlob(image,sizeof(cin.file.filename),(unsigned char *)
file              989 coders/cin.c       cin.file.filename);
file              998 coders/cin.c     (void) memset(cin.file.create_date,0,sizeof(cin.file.create_date));
file              999 coders/cin.c     (void) CopyMagickString(cin.file.create_date,timestamp,11);
file             1000 coders/cin.c     offset+=WriteBlob(image,sizeof(cin.file.create_date),(unsigned char *)
file             1001 coders/cin.c       cin.file.create_date);
file             1002 coders/cin.c     (void) memset(cin.file.create_time,0,sizeof(cin.file.create_time));
file             1003 coders/cin.c     (void) CopyMagickString(cin.file.create_time,timestamp+11,11);
file             1004 coders/cin.c     offset+=WriteBlob(image,sizeof(cin.file.create_time),(unsigned char *)
file             1005 coders/cin.c       cin.file.create_time);
file             1006 coders/cin.c     offset+=WriteBlob(image,sizeof(cin.file.reserve),(unsigned char *)
file             1007 coders/cin.c       cin.file.reserve);
file             1198 coders/cin.c     while (offset < (MagickOffsetType) cin.file.image_offset)
file              399 coders/cut.c     if((clone_info->file=fopen_utf8(clone_info->filename,"rb"))==NULL)
file              403 coders/cut.c         if((clone_info->file=fopen_utf8(clone_info->filename,"rb"))==NULL)
file              406 coders/cut.c             if((clone_info->file=fopen_utf8(clone_info->filename,"rb"))==NULL)
file             3559 coders/dcm.c             *file;
file             3576 coders/dcm.c           file=(FILE *) NULL;
file             3579 coders/dcm.c             file=fdopen(unique_file,"wb");
file             3580 coders/dcm.c           if (file == (FILE *) NULL)
file             3596 coders/dcm.c             (void) fputc(c,file);
file             3598 coders/dcm.c           (void) fclose(file);
file              311 coders/dpx.c       file;
file              723 coders/dpx.c     dpx.file.image_offset=ReadBlobLong(image);
file              725 coders/dpx.c     offset+=ReadBlob(image,sizeof(dpx.file.version),(unsigned char *)
file              726 coders/dpx.c       dpx.file.version);
file              727 coders/dpx.c     (void) FormatImageProperty(image,"dpx:file.version","%.8s",dpx.file.version);
file              728 coders/dpx.c     dpx.file.file_size=ReadBlobLong(image);
file              730 coders/dpx.c     dpx.file.ditto_key=ReadBlobLong(image);
file              732 coders/dpx.c     if (dpx.file.ditto_key != ~0U)
file              734 coders/dpx.c         dpx.file.ditto_key);
file              735 coders/dpx.c     dpx.file.generic_size=ReadBlobLong(image);
file              737 coders/dpx.c     dpx.file.industry_size=ReadBlobLong(image);
file              739 coders/dpx.c     dpx.file.user_size=ReadBlobLong(image);
file              741 coders/dpx.c     offset+=ReadBlob(image,sizeof(dpx.file.filename),(unsigned char *)
file              742 coders/dpx.c       dpx.file.filename);
file              744 coders/dpx.c       dpx.file.filename);
file              745 coders/dpx.c     (void) FormatImageProperty(image,"document","%.100s",dpx.file.filename);
file              746 coders/dpx.c     offset+=ReadBlob(image,sizeof(dpx.file.timestamp),(unsigned char *)
file              747 coders/dpx.c       dpx.file.timestamp);
file              748 coders/dpx.c     if (*dpx.file.timestamp != '\0')
file              750 coders/dpx.c         dpx.file.timestamp);
file              751 coders/dpx.c     offset+=ReadBlob(image,sizeof(dpx.file.creator),(unsigned char *)
file              752 coders/dpx.c       dpx.file.creator);
file              753 coders/dpx.c     if (*dpx.file.creator == '\0')
file              763 coders/dpx.c           dpx.file.creator);
file              764 coders/dpx.c         (void) FormatImageProperty(image,"software","%.100s",dpx.file.creator);
file              766 coders/dpx.c     offset+=ReadBlob(image,sizeof(dpx.file.project),(unsigned char *)
file              767 coders/dpx.c       dpx.file.project);
file              768 coders/dpx.c     if (*dpx.file.project != '\0')
file              771 coders/dpx.c           dpx.file.project);
file              772 coders/dpx.c         (void) FormatImageProperty(image,"comment","%.100s",dpx.file.project);
file              774 coders/dpx.c     offset+=ReadBlob(image,sizeof(dpx.file.copyright),(unsigned char *)
file              775 coders/dpx.c       dpx.file.copyright);
file              776 coders/dpx.c     if (*dpx.file.copyright != '\0')
file              779 coders/dpx.c           dpx.file.copyright);
file              781 coders/dpx.c           dpx.file.copyright);
file              783 coders/dpx.c     dpx.file.encrypt_key=ReadBlobLong(image);
file              785 coders/dpx.c     if (dpx.file.encrypt_key != ~0U)
file              787 coders/dpx.c         dpx.file.encrypt_key);
file              788 coders/dpx.c     offset+=ReadBlob(image,sizeof(dpx.file.reserve),(unsigned char *)
file              789 coders/dpx.c       dpx.file.reserve);
file              867 coders/dpx.c     if (dpx.file.image_offset >= 1664U)
file              944 coders/dpx.c     if (dpx.file.image_offset >= 1920U)
file             1014 coders/dpx.c     if (dpx.file.image_offset >= 2048U)
file             1101 coders/dpx.c     if (dpx.file.image_offset > 2080U)
file             1109 coders/dpx.c         if ((dpx.file.user_size != ~0U) &&
file             1110 coders/dpx.c             ((size_t) dpx.file.user_size > sizeof(dpx.user.id)))
file             1116 coders/dpx.c                dpx.file.user_size-sizeof(dpx.user.id));
file             1125 coders/dpx.c     for ( ; offset < (MagickOffsetType) dpx.file.image_offset; offset++)
file             1526 coders/dpx.c     dpx.file.magic=0x53445058U;
file             1527 coders/dpx.c     offset+=WriteBlobLong(image,dpx.file.magic);
file             1528 coders/dpx.c     dpx.file.image_offset=0x2000U;
file             1534 coders/dpx.c         dpx.file.image_offset+=(unsigned int) GetStringInfoLength(profile);
file             1535 coders/dpx.c         dpx.file.image_offset=(((dpx.file.image_offset+0x2000-1)/0x2000)*0x2000);
file             1537 coders/dpx.c     offset+=WriteBlobLong(image,dpx.file.image_offset);
file             1538 coders/dpx.c     (void) strncpy(dpx.file.version,"V2.0",sizeof(dpx.file.version)-1);
file             1539 coders/dpx.c     offset+=WriteBlob(image,8,(unsigned char *) &dpx.file.version);
file             1540 coders/dpx.c     dpx.file.file_size=(unsigned int) (4U*image->columns*image->rows+
file             1541 coders/dpx.c       dpx.file.image_offset);
file             1542 coders/dpx.c     offset+=WriteBlobLong(image,dpx.file.file_size);
file             1543 coders/dpx.c     dpx.file.ditto_key=1U;  /* new frame */
file             1544 coders/dpx.c     offset+=WriteBlobLong(image,dpx.file.ditto_key);
file             1545 coders/dpx.c     dpx.file.generic_size=0x00000680U;
file             1546 coders/dpx.c     offset+=WriteBlobLong(image,dpx.file.generic_size);
file             1547 coders/dpx.c     dpx.file.industry_size=0x00000180U;
file             1548 coders/dpx.c     offset+=WriteBlobLong(image,dpx.file.industry_size);
file             1549 coders/dpx.c     dpx.file.user_size=0;
file             1552 coders/dpx.c         dpx.file.user_size+=(unsigned int) GetStringInfoLength(profile);
file             1553 coders/dpx.c         dpx.file.user_size=(((dpx.file.user_size+0x2000-1)/0x2000)*0x2000);
file             1555 coders/dpx.c     offset+=WriteBlobLong(image,dpx.file.user_size);
file             1558 coders/dpx.c       (void) strncpy(dpx.file.filename,value,sizeof(dpx.file.filename)-1);
file             1559 coders/dpx.c     offset+=WriteBlob(image,sizeof(dpx.file.filename),(unsigned char *)
file             1560 coders/dpx.c       dpx.file.filename);
file             1562 coders/dpx.c     (void) FormatMagickTime(seconds,sizeof(dpx.file.timestamp),
file             1563 coders/dpx.c       dpx.file.timestamp);
file             1564 coders/dpx.c     offset+=WriteBlob(image,sizeof(dpx.file.timestamp),(unsigned char *)
file             1565 coders/dpx.c       dpx.file.timestamp);
file             1566 coders/dpx.c     (void) strncpy(dpx.file.creator,GetMagickVersion((size_t *) NULL),
file             1567 coders/dpx.c       sizeof(dpx.file.creator)-1);
file             1570 coders/dpx.c       (void) strncpy(dpx.file.creator,value,sizeof(dpx.file.creator)-1);
file             1571 coders/dpx.c     offset+=WriteBlob(image,sizeof(dpx.file.creator),(unsigned char *)
file             1572 coders/dpx.c       dpx.file.creator);
file             1575 coders/dpx.c       (void) strncpy(dpx.file.project,value,sizeof(dpx.file.project)-1);
file             1576 coders/dpx.c     offset+=WriteBlob(image,sizeof(dpx.file.project),(unsigned char *)
file             1577 coders/dpx.c       dpx.file.project);
file             1580 coders/dpx.c       (void) strncpy(dpx.file.copyright,value,sizeof(dpx.file.copyright)-1);
file             1581 coders/dpx.c     offset+=WriteBlob(image,sizeof(dpx.file.copyright),(unsigned char *)
file             1582 coders/dpx.c       dpx.file.copyright);
file             1583 coders/dpx.c     dpx.file.encrypt_key=(~0U);
file             1584 coders/dpx.c     offset+=WriteBlobLong(image,dpx.file.encrypt_key);
file             1585 coders/dpx.c     offset+=WriteBlob(image,sizeof(dpx.file.reserve),(unsigned char *)
file             1586 coders/dpx.c       dpx.file.reserve);
file             1668 coders/dpx.c         dpx.image.image_element[i].data_offset=dpx.file.image_offset;
file              145 coders/exr.c       *file;
file              191 coders/exr.c     file=ImfOpenInputFile(read_info->filename);
file              192 coders/exr.c     if (file == (ImfInputFile *) NULL)
file              201 coders/exr.c     hdr_info=ImfInputHeader(file);
file              210 coders/exr.c         (void) ImfCloseInputFile(file);
file              226 coders/exr.c         (void) ImfCloseInputFile(file);
file              238 coders/exr.c       ImfInputSetFrameBuffer(file,scanline-min_x-image->columns*(min_y+y),1,
file              240 coders/exr.c       ImfInputReadPixels(file,min_y+y,min_y+y);
file              257 coders/exr.c     (void) ImfCloseInputFile(file);
file              374 coders/exr.c       *file;
file              512 coders/exr.c     file=ImfOpenOutputFile(write_info->filename,hdr_info,channels);
file              514 coders/exr.c     if (file == (ImfOutputFile *) NULL)
file              525 coders/exr.c         (void) ImfCloseOutputFile(file);
file              551 coders/exr.c       ImfOutputSetFrameBuffer(file,scanline-(y*image->columns),1,image->columns);
file              552 coders/exr.c       ImfOutputWritePixels(file,1);
file              554 coders/exr.c     (void) ImfCloseOutputFile(file);
file              108 coders/fd.c      read_info->file=fdopen(StringToLong(image_info->filename),"rb");
file              109 coders/fd.c      if ((read_info->file == (FILE *) NULL) ||
file              119 coders/fd.c      (void) fclose(read_info->file);
file              346 coders/histogram.c         *file;
file              354 coders/histogram.c       file=(FILE *) NULL;
file              357 coders/histogram.c         file=fdopen(unique_file,"wb");
file              358 coders/histogram.c       if ((unique_file != -1) && (file != (FILE *) NULL))
file              363 coders/histogram.c           (void) GetNumberColors(image,file,&image->exception);
file              364 coders/histogram.c           (void) fclose(file);
file              188 coders/json.c      (void) FormatLocaleFile(file,format,"null");
file              220 coders/json.c      (void) FormatLocaleFile(file,format,"null");
file              264 coders/json.c    (void) FormatLocaleFile(file,format,escaped_json);
file              280 coders/json.c    (void) FormatLocaleFile(file,format,color);
file              503 coders/json.c    n=FormatLocaleFile(file,FeaturesFormat,name,
file              518 coders/json.c    (void) FormatLocaleFile(file,"      }");
file              520 coders/json.c      (void) FormatLocaleFile(file,",");
file              521 coders/json.c    (void) FormatLocaleFile(file,"\n");
file              559 coders/json.c    (void) FormatLocaleFile(file,"      \"%s\": {\n        \"intensity\": "
file              613 coders/json.c              (void) FormatLocaleFile(file,",\n");
file              614 coders/json.c            (void) FormatLocaleFile(file,"        \"location%.20g\": {\n"
file              624 coders/json.c    (void) FormatLocaleFile(file,"\n      }");
file              626 coders/json.c      (void) FormatLocaleFile(file,",");
file              627 coders/json.c    (void) FormatLocaleFile(file,"\n");
file              641 coders/json.c    n=FormatLocaleFile(file,"      \"%s\": {\n",name);
file              642 coders/json.c    n+=FormatLocaleFile(file,"        \"centroid\": {\n "
file              647 coders/json.c    n+=FormatLocaleFile(file,"        \"ellipseSemiMajorMinorAxis\": {\n"
file              652 coders/json.c    n+=FormatLocaleFile(file,"        \"ellipseAngle\": \"%.*g\",\n",
file              654 coders/json.c    n+=FormatLocaleFile(file,"        \"ellipseEccentricity\": \"%.*g\",\n",
file              656 coders/json.c    n+=FormatLocaleFile(file,"        \"ellipseIntensity\": \"%.*g\",\n",
file              659 coders/json.c      n+=FormatLocaleFile(file,"        \"I%.20g\": \"%.*g\",\n",i+1.0,
file              661 coders/json.c    n+=FormatLocaleFile(file,"        \"I%.20g\": \"%.*g\"\n",i+1.0,
file              663 coders/json.c    (void) FormatLocaleFile(file,"      }");
file              665 coders/json.c      (void) FormatLocaleFile(file,",");
file              666 coders/json.c    (void) FormatLocaleFile(file,"\n");
file              680 coders/json.c    n=FormatLocaleFile(file,"      \"%s\": {\n",name);
file              682 coders/json.c      n+=FormatLocaleFile(file,
file              686 coders/json.c    n+=FormatLocaleFile(file,
file              690 coders/json.c    (void) FormatLocaleFile(file,"      }");
file              692 coders/json.c      (void) FormatLocaleFile(file,",");
file              693 coders/json.c    (void) FormatLocaleFile(file,"\n");
file              712 coders/json.c        n=FormatLocaleFile(file,StatisticsFormat,name,ClampToQuantum(scale*
file              720 coders/json.c          (void) FormatLocaleFile(file,",");
file              721 coders/json.c        (void) FormatLocaleFile(file,"\n");
file              724 coders/json.c    n=FormatLocaleFile(file,StatisticsFormat,name,ClampToQuantum(scale*
file              730 coders/json.c      (void) FormatLocaleFile(file,",");
file              731 coders/json.c    (void) FormatLocaleFile(file,"\n");
file              793 coders/json.c    if (file == (FILE *) NULL)
file              794 coders/json.c      file=stdout;
file              805 coders/json.c    JsonFormatLocaleFile(file,"{\n  \"image\": {\n    \"name\": %s,\n",
file              814 coders/json.c          JsonFormatLocaleFile(file,"    \"baseName\": %s,\n",filename);
file              817 coders/json.c    JsonFormatLocaleFile(file,"    \"format\": %s,\n",image->magick);
file              820 coders/json.c      JsonFormatLocaleFile(file,"    \"formatDescription\": %s,\n",
file              824 coders/json.c      JsonFormatLocaleFile(file,"    \"mimeType\": %s,\n",
file              826 coders/json.c    JsonFormatLocaleFile(file,"    \"class\": %s,\n",CommandOptionToMnemonic(
file              828 coders/json.c    (void) FormatLocaleFile(file,"    \"geometry\": {\n"
file              836 coders/json.c        (void) FormatLocaleFile(file,"    \"baseGeometry\": {\n"
file              841 coders/json.c        (void) FormatLocaleFile(file,"    \"resolution\": {\n"
file              844 coders/json.c        (void) FormatLocaleFile(file,"    \"printSize\": {\n"
file              849 coders/json.c    JsonFormatLocaleFile(file,"    \"units\": %s,\n",CommandOptionToMnemonic(
file              851 coders/json.c    JsonFormatLocaleFile(file,"    \"type\": %s,\n",CommandOptionToMnemonic(
file              854 coders/json.c      JsonFormatLocaleFile(file,"    \"baseType\": %s,\n",
file              856 coders/json.c    JsonFormatLocaleFile(file,"    \"endianess\": %s,\n",
file              894 coders/json.c        (void) FormatLocaleFile(file,"    \"channel%s\": {\n",target);
file              896 coders/json.c          (void) PrintChannelLocations(file,image,AlphaChannel,"alpha",
file              903 coders/json.c            (void) PrintChannelLocations(file,image,RedChannel,"red",
file              905 coders/json.c            (void) PrintChannelLocations(file,image,GreenChannel,"Green",
file              907 coders/json.c            (void) PrintChannelLocations(file,image,BlueChannel,"blue",
file              913 coders/json.c            (void) PrintChannelLocations(file,image,CyanChannel,"cyan",
file              915 coders/json.c            (void) PrintChannelLocations(file,image,MagentaChannel,"magenta",
file              917 coders/json.c            (void) PrintChannelLocations(file,image,YellowChannel,"yellow",
file              919 coders/json.c            (void) PrintChannelLocations(file,image,BlackChannel,"black",
file              925 coders/json.c            (void) PrintChannelLocations(file,image,GrayChannel,"gray",
file              930 coders/json.c        (void) FormatLocaleFile(file,"    },\n");
file              937 coders/json.c    JsonFormatLocaleFile(file,"    \"colorspace\": %s,\n",
file              966 coders/json.c    (void) FormatLocaleFile(file,"    \"depth\": %.20g,\n",(double) depth);
file              967 coders/json.c    (void) FormatLocaleFile(file,"    \"baseDepth\": %.20g,\n",(double)
file              969 coders/json.c    (void) FormatLocaleFile(file,"    \"channelDepth\": {\n");
file              973 coders/json.c      (void) FormatLocaleFile(file,"      \"alpha\": %.20g,\n",(double)
file              980 coders/json.c        (void) FormatLocaleFile(file,"      \"red\": %.20g,\n",(double)
file              982 coders/json.c        (void) FormatLocaleFile(file,"      \"green\": %.20g,\n",(double)
file              984 coders/json.c        (void) FormatLocaleFile(file,"      \"blue\": %.20g\n",(double)
file              990 coders/json.c        (void) FormatLocaleFile(file,"      \"cyan\": %.20g,\n",(double)
file              992 coders/json.c        (void) FormatLocaleFile(file,"      \"magenta\": %.20g,\n",(double)
file              994 coders/json.c        (void) FormatLocaleFile(file,"      \"yellow\": %.20g,\n",(double)
file              996 coders/json.c        (void) FormatLocaleFile(file,"      \"black\": %.20g\n",(double)
file             1002 coders/json.c        (void) FormatLocaleFile(file,"      \"gray\": %.20g\n",(double)
file             1007 coders/json.c    (void) FormatLocaleFile(file,"    },\n");
file             1014 coders/json.c        (void) FormatLocaleFile(file,"    \"pixels\": %.20g,\n",
file             1018 coders/json.c            (void) FormatLocaleFile(file,"    \"imageStatistics\": {\n");
file             1019 coders/json.c            (void) PrintChannelStatistics(file,CompositeChannels,"all",1.0/
file             1021 coders/json.c            (void) FormatLocaleFile(file,"    },\n");
file             1023 coders/json.c        (void) FormatLocaleFile(file,"    \"channelStatistics\": {\n");
file             1025 coders/json.c          (void) PrintChannelStatistics(file,AlphaChannel,"alpha",1.0/scale,
file             1032 coders/json.c            (void) PrintChannelStatistics(file,RedChannel,"red",1.0/scale,
file             1034 coders/json.c            (void) PrintChannelStatistics(file,GreenChannel,"green",1.0/scale,
file             1036 coders/json.c            (void) PrintChannelStatistics(file,BlueChannel,"blue",1.0/scale,
file             1042 coders/json.c            (void) PrintChannelStatistics(file,CyanChannel,"cyan",1.0/scale,
file             1044 coders/json.c            (void) PrintChannelStatistics(file,MagentaChannel,"magenta",1.0/scale,
file             1046 coders/json.c            (void) PrintChannelStatistics(file,YellowChannel,"yellow",1.0/scale,
file             1048 coders/json.c            (void) PrintChannelStatistics(file,BlackChannel,"black",1.0/scale,
file             1054 coders/json.c            (void) PrintChannelStatistics(file,GrayChannel,"gray",1.0/scale,
file             1059 coders/json.c        (void) FormatLocaleFile(file,"    },\n");
file             1065 coders/json.c        (void) FormatLocaleFile(file,"    \"channelMoments\": {\n");
file             1067 coders/json.c          (void) PrintChannelMoments(file,AlphaChannel,"alpha",MagickTrue,
file             1074 coders/json.c            (void) PrintChannelMoments(file,RedChannel,"red",MagickTrue,
file             1076 coders/json.c            (void) PrintChannelMoments(file,GreenChannel,"green",MagickTrue,
file             1078 coders/json.c            (void) PrintChannelMoments(file,BlueChannel,"blue",MagickFalse,
file             1084 coders/json.c            (void) PrintChannelMoments(file,CyanChannel,"cyan",MagickTrue,
file             1086 coders/json.c            (void) PrintChannelMoments(file,MagentaChannel,"magenta",MagickTrue,
file             1088 coders/json.c            (void) PrintChannelMoments(file,YellowChannel,"yellow",MagickTrue,
file             1090 coders/json.c            (void) PrintChannelMoments(file,BlackChannel,"black",MagickFalse,
file             1096 coders/json.c            (void) PrintChannelMoments(file,GrayChannel,"gray",MagickFalse,
file             1101 coders/json.c        (void) FormatLocaleFile(file,"    },\n");
file             1107 coders/json.c        (void) FormatLocaleFile(file,"    \"channelPerceptualHash\": {\n");
file             1109 coders/json.c          (void) PrintChannelPerceptualHash(file,AlphaChannel,"alphaAlpha",
file             1111 coders/json.c        (void) PrintChannelPerceptualHash(file,RedChannel,"redHue",MagickTrue,
file             1113 coders/json.c        (void) PrintChannelPerceptualHash(file,GreenChannel,"greenChroma",
file             1115 coders/json.c        (void) PrintChannelPerceptualHash(file,BlueChannel,"blueLuma",MagickFalse,
file             1117 coders/json.c        (void) FormatLocaleFile(file,"    },\n");
file             1123 coders/json.c        (void) FormatLocaleFile(file,"    \"channelFeatures\": {\n");
file             1125 coders/json.c          (void) PrintChannelFeatures(file,AlphaChannel,"alpha",MagickTrue,
file             1132 coders/json.c            (void) PrintChannelFeatures(file,RedChannel,"red",MagickTrue,
file             1134 coders/json.c            (void) PrintChannelFeatures(file,GreenChannel,"green",MagickTrue,
file             1136 coders/json.c            (void) PrintChannelFeatures(file,BlueChannel,"blue",MagickFalse,
file             1142 coders/json.c            (void) PrintChannelFeatures(file,CyanChannel,"cyan",MagickTrue,
file             1144 coders/json.c            (void) PrintChannelFeatures(file,MagentaChannel,"magenta",MagickTrue,
file             1146 coders/json.c            (void) PrintChannelFeatures(file,YellowChannel,"yellow",MagickTrue,
file             1148 coders/json.c            (void) PrintChannelFeatures(file,BlackChannel,"black",MagickFalse,
file             1154 coders/json.c            (void) PrintChannelFeatures(file,GrayChannel,"gray",MagickFalse,
file             1159 coders/json.c        (void) FormatLocaleFile(file,"    },\n");
file             1164 coders/json.c      (void) FormatLocaleFile(file,"    \"totalInkDensity\": \"%.*g%%\",\n",
file             1194 coders/json.c          ColorFormatLocaleFile(file,"    \"alpha\": \"%s\",\n",image,p,
file             1202 coders/json.c        (void) FormatLocaleFile(file,"    \"colormapEntries\": %.20g,\n",
file             1204 coders/json.c        (void) FormatLocaleFile(file,"    \"colormap\": [\n        ");
file             1208 coders/json.c          ColorFormatLocaleFile(file,"\"%s\"",image,p,(IndexPacket *) NULL);
file             1210 coders/json.c            (void) FormatLocaleFile(file,",");
file             1212 coders/json.c            (void) FormatLocaleFile(file,"\n      ");
file             1215 coders/json.c        (void) FormatLocaleFile(file,"\n    ],\n");
file             1218 coders/json.c      (void) FormatLocaleFile(file,"    \"meanErrorPerPixel\": \"%g\",\n",
file             1221 coders/json.c      (void) FormatLocaleFile(file,"    \"normalizedMeanError\": \"%g\",\n",
file             1224 coders/json.c      (void) FormatLocaleFile(file,"    \"normalizedMaximumError\": \"%g\",\n",
file             1226 coders/json.c    JsonFormatLocaleFile(file,"    \"renderingIntent\": %s,\n",
file             1230 coders/json.c      (void) FormatLocaleFile(file,"    \"gamma\": %g,\n",image->gamma);
file             1239 coders/json.c        (void) FormatLocaleFile(file,"    \"chromaticity\": {\n");
file             1240 coders/json.c        (void) FormatLocaleFile(file,"      \"redPrimary\": {\n"
file             1243 coders/json.c        (void) FormatLocaleFile(file,"      \"greenPrimary\": {\n"
file             1247 coders/json.c        (void) FormatLocaleFile(file,"      \"bluePrimary\": {\n"
file             1250 coders/json.c        (void) FormatLocaleFile(file,"      \"whitePrimary\": {\n"
file             1253 coders/json.c        (void) FormatLocaleFile(file,"    },\n");
file             1256 coders/json.c      (void) FormatLocaleFile(file,"    \"tileGeometry\": {\n"
file             1261 coders/json.c    ColorFormatLocaleFile(file,"    \"backgroundColor\": \"%s\",\n",image,
file             1263 coders/json.c    ColorFormatLocaleFile(file,"    \"borderColor\": \"%s\",\n",image,
file             1265 coders/json.c    ColorFormatLocaleFile(file,"    \"matteColor\": \"%s\",\n",image,
file             1267 coders/json.c    ColorFormatLocaleFile(file,"    \"transparentColor\": \"%s\",\n",image,
file             1269 coders/json.c    JsonFormatLocaleFile(file,"    \"interlace\": %s,\n",CommandOptionToMnemonic(
file             1271 coders/json.c    JsonFormatLocaleFile(file,"    \"intensity\": %s,\n",CommandOptionToMnemonic(
file             1274 coders/json.c    JsonFormatLocaleFile(file,"    \"compose\": %s,\n",
file             1278 coders/json.c      (void) FormatLocaleFile(file,"    \"pageGeometry\": {\n"
file             1284 coders/json.c      (void) FormatLocaleFile(file,"    \"originGeometry\": %+.20g%+.20g\n",
file             1286 coders/json.c    JsonFormatLocaleFile(file,"    \"dispose\": %s,\n",
file             1289 coders/json.c      (void) FormatLocaleFile(file,"    \"delay\": \"%.20gx%.20g\"\n",
file             1292 coders/json.c      (void) FormatLocaleFile(file,"    \"iterations\": %.20g,\n",(double)
file             1295 coders/json.c      (void) FormatLocaleFile(file,"    \"scene\": %.20g\n    \"scenes\": "
file             1299 coders/json.c        (void) FormatLocaleFile(file,"    \"scene\": %.20g,\n",(double)
file             1301 coders/json.c    JsonFormatLocaleFile(file,"    \"compression\": %s,\n",
file             1305 coders/json.c      (void) FormatLocaleFile(file,"    \"quality\": %.20g,\n",(double)
file             1307 coders/json.c    JsonFormatLocaleFile(file,"    \"orientation\": %s,\n",
file             1311 coders/json.c      JsonFormatLocaleFile(file,"    \"montage\": \"%s\",\n",image->montage);
file             1332 coders/json.c        (void) FormatLocaleFile(file,"    \"montageDirectory\": [");
file             1341 coders/json.c          JsonFormatLocaleFile(file,"{\n       \"name\": %s",
file             1348 coders/json.c              (void) FormatLocaleFile(file,"    }");
file             1351 coders/json.c          (void) FormatLocaleFile(file,",\n       \"info\": \"%.20gx%.20g %s\"",
file             1359 coders/json.c            JsonFormatLocaleFile(file,",\n       %s: ",property);
file             1361 coders/json.c            JsonFormatLocaleFile(file,"%s",value);
file             1366 coders/json.c            (void) FormatLocaleFile(file,"\n    },");
file             1368 coders/json.c            (void) FormatLocaleFile(file,"\n    }");
file             1370 coders/json.c        (void) FormatLocaleFile(file,"],\n");
file             1388 coders/json.c        (void) FormatLocaleFile(file,"    \"properties\": {\n");
file             1392 coders/json.c            (void) FormatLocaleFile(file,",\n");
file             1393 coders/json.c          JsonFormatLocaleFile(file,"      %s: ",property);
file             1395 coders/json.c          JsonFormatLocaleFile(file,"%s",value);
file             1398 coders/json.c        (void) FormatLocaleFile(file,"\n    },\n");
file             1407 coders/json.c        (void) FormatLocaleFile(file,"    \"clipping path\": {\n");
file             1408 coders/json.c        JsonFormatLocaleFile(file,"%s\n",value);
file             1409 coders/json.c        (void) FormatLocaleFile(file,"    },\n");
file             1425 coders/json.c        (void) FormatLocaleFile(file,"    \"profiles\": {\n");
file             1432 coders/json.c            (void) FormatLocaleFile(file,",\n");
file             1433 coders/json.c          JsonFormatLocaleFile(file,"      %s: {\n",name);
file             1521 coders/json.c                (void) FormatLocaleFile(file,"        \"%s[%.20g,%.20g]\": ",
file             1536 coders/json.c                       (void) FormatLocaleFile(file,"[");
file             1540 coders/json.c                            (void) FormatLocaleFile(file,",");
file             1541 coders/json.c                          JsonFormatLocaleFile(file,"%s",attribute_list[j]);
file             1545 coders/json.c                        (void) FormatLocaleFile(file,"],");
file             1550 coders/json.c                      (void) FormatLocaleFile(file,"null,");
file             1554 coders/json.c                  (void) FormatLocaleFile(file,"null,");
file             1557 coders/json.c          (void) FormatLocaleFile(file,"        \"length\": \"%.20g\"",(double)
file             1559 coders/json.c          (void) FormatLocaleFile(file,"\n      }");
file             1562 coders/json.c        (void) FormatLocaleFile(file,"\n    },\n");
file             1575 coders/json.c        (void) FormatLocaleFile(file,"    \"artifacts\": {\n");
file             1579 coders/json.c            (void) FormatLocaleFile(file,",\n");
file             1580 coders/json.c          JsonFormatLocaleFile(file,"      %s: ",artifact);
file             1582 coders/json.c          JsonFormatLocaleFile(file,"%s",value);
file             1585 coders/json.c        (void) FormatLocaleFile(file,"\n    },\n");
file             1597 coders/json.c        (void) FormatLocaleFile(file,"    \"registry\": {\n");
file             1602 coders/json.c            (void) FormatLocaleFile(file,",\n");
file             1603 coders/json.c          JsonFormatLocaleFile(file,"      %s: ",registry);
file             1606 coders/json.c          JsonFormatLocaleFile(file,"%s",value);
file             1609 coders/json.c        (void) FormatLocaleFile(file,"    },\n");
file             1611 coders/json.c    (void) FormatLocaleFile(file,"    \"tainted\": %s,\n",
file             1614 coders/json.c    JsonFormatLocaleFile(file,"    \"filesize\": %s,\n",format);
file             1619 coders/json.c    JsonFormatLocaleFile(file,"    \"numberPixels\": %s,\n",format);
file             1622 coders/json.c    JsonFormatLocaleFile(file,"    \"pixelsPerSecond\": %s,\n",format);
file             1623 coders/json.c    (void) FormatLocaleFile(file,"    \"userTime\": \"%0.3fu\",\n",user_time);
file             1624 coders/json.c    (void) FormatLocaleFile(file,"    \"elapsedTime\": \"%lu:%02lu.%03lu\",\n",
file             1628 coders/json.c    JsonFormatLocaleFile(file,"    \"version\": %s\n",
file             1630 coders/json.c    (void) FormatLocaleFile(file,"  }\n}\n");
file             1631 coders/json.c    (void) fflush(file);
file             1632 coders/json.c    return(ferror(file) != 0 ? MagickFalse : MagickTrue);
file              489 coders/mat.c   int file;
file              494 coders/mat.c     if(clone_info->file)    /* Close file opened from previous transaction. */
file              496 coders/mat.c       fclose(clone_info->file);
file              497 coders/mat.c       clone_info->file = NULL;
file              511 coders/mat.c     file = AcquireUniqueFileResource(clone_info->filename);
file              512 coders/mat.c     if (file != -1)
file              513 coders/mat.c       mat_file = fdopen(file,"w");
file              556 coders/mat.c     if((clone_info->file=fopen(clone_info->filename,"rb"))==NULL) goto UnlinkFile;
file              563 coders/mat.c       fclose(clone_info->file);
file              564 coders/mat.c       clone_info->file = NULL;
file             1002 coders/mat.c             if(clone_info->file)
file             1004 coders/mat.c               fclose(clone_info->file);
file             1005 coders/mat.c               clone_info->file = NULL;
file             1036 coders/mat.c             if(clone_info->file)
file             1038 coders/mat.c               fclose(clone_info->file);
file             1039 coders/mat.c               clone_info->file = NULL;
file             1081 coders/mat.c       if(clone_info->file)
file             1083 coders/mat.c         fclose(clone_info->file);
file             1084 coders/mat.c         clone_info->file = NULL;
file              254 coders/meta.c      c=ReadBlobByte(file);
file              551 coders/meta.c      c=(int) ReadBlobLSBShort(file);
file              554 coders/meta.c     if (EOFBlob(file))
file              470 coders/mpeg.c      file;
file              508 coders/mpeg.c    file=AcquireUniqueFileResource(basename);
file              509 coders/mpeg.c    if (file != -1)
file              510 coders/mpeg.c      file=close(file)-1;
file              415 coders/pdf.c       file;
file              691 coders/pdf.c     file=AcquireUniqueFileResource(postscript_filename);
file              692 coders/pdf.c     if (file == -1)
file              699 coders/pdf.c     count=write(file," ",1);
file              700 coders/pdf.c     file=close(file)-1;
file              428 coders/pes.c       *file;
file              624 coders/pes.c     file=(FILE *) NULL;
file              627 coders/pes.c       file=fdopen(unique_file,"wb");
file              628 coders/pes.c     if ((unique_file == -1) || (file == (FILE *) NULL))
file              630 coders/pes.c     (void) FormatLocaleFile(file,"<?xml version=\"1.0\"?>\n");
file              631 coders/pes.c     (void) FormatLocaleFile(file,"<svg xmlns=\"http://www.w3.org/2000/svg\" "
file              639 coders/pes.c       (void) FormatLocaleFile(file,"  <path stroke=\"#%02x%02x%02x\" "
file              644 coders/pes.c         (void) FormatLocaleFile(file," L %g %g",stitches[offset+j].x-bounds.x1,
file              646 coders/pes.c       (void) FormatLocaleFile(file,"\"/>\n");
file              648 coders/pes.c     (void) FormatLocaleFile(file,"</svg>\n");
file              649 coders/pes.c     (void) fclose(file);
file             1397 coders/pict.c            *file;
file             1414 coders/pict.c          file=(FILE *) NULL;
file             1417 coders/pict.c            file=fdopen(unique_file,"wb");
file             1418 coders/pict.c          if ((unique_file == -1) || (file == (FILE *) NULL))
file             1435 coders/pict.c                  (void) fclose(file);
file             1447 coders/pict.c                (void) fputc(c,file);
file             1450 coders/pict.c          (void) fclose(file);
file             3682 coders/png.c               mng_info->ob[object_id]->image->file=(FILE *) NULL;
file              446 coders/ps.c        file;
file              830 coders/ps.c      file=AcquireUniqueFileResource(postscript_filename);
file              831 coders/ps.c      if (file == -1)
file              841 coders/ps.c      count=write(file,command,(unsigned int) strlen(command));
file              849 coders/ps.c          count=write(file,translate_geometry,(unsigned int)
file              852 coders/ps.c      file=close(file)-1;
file              126 coders/pwp.c       *file;
file              202 coders/pwp.c       file=(FILE *) NULL;
file              204 coders/pwp.c         file=fdopen(unique_file,"wb");
file              205 coders/pwp.c       if ((unique_file == -1) || (file == (FILE *) NULL))
file              213 coders/pwp.c       length=fwrite("SFW94A",1,6,file);
file              219 coders/pwp.c         (void) fputc(c,file);
file              221 coders/pwp.c       (void) fclose(file);
file              205 coders/sfw.c       *file;
file              309 coders/sfw.c     file=(FILE *) NULL;
file              312 coders/sfw.c       file=fopen_utf8(read_info->filename,"wb");
file              313 coders/sfw.c     if ((unique_file == -1) || (file == (FILE *) NULL))
file              324 coders/sfw.c     extent=fwrite(header,(size_t) (offset-header+1),1,file);
file              326 coders/sfw.c     extent=fwrite(HuffmanTable,1,sizeof(HuffmanTable)/sizeof(*HuffmanTable),file);
file              327 coders/sfw.c     extent=fwrite(offset+1,(size_t) (data-offset),1,file);
file              328 coders/sfw.c     status=ferror(file) == -1 ? MagickFalse : MagickTrue;
file              329 coders/sfw.c     (void) fclose(file);
file              129 coders/svg.c       *file;
file              967 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
file              972 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push clip-path '%s'\n",id);
file              982 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push defs\n");
file              992 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
file             1002 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
file             1012 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
file             1022 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
file             1027 coders/svg.c             (void) FormatLocaleFile(svg_info->file,
file             1040 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
file             1045 coders/svg.c             (void) FormatLocaleFile(svg_info->file,
file             1053 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
file             1058 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
file             1068 coders/svg.c             (void) FormatLocaleFile(svg_info->file,
file             1077 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
file             1087 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
file             1097 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
file             1118 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"text %g,%g '%s'\n",
file             1131 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
file             1153 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"angle %g\n",
file             1164 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"clip-path '%s'\n",value);
file             1169 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"clip-rule '%s'\n",value);
file             1175 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"clip-units '%s'\n",value);
file             1225 coders/svg.c                     (void) FormatLocaleFile(svg_info->file,"fill '%s'\n",color);
file             1228 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"fill '%s'\n",value);
file             1233 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"fill '%s'\n",value);
file             1238 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"fill-rule '%s'\n",value);
file             1243 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"fill-opacity '%s'\n",
file             1249 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"font-family '%s'\n",
file             1255 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"font-stretch '%s'\n",
file             1261 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"font-style '%s'\n",value);
file             1267 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"font-size %g\n",
file             1273 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"font-weight '%s'\n",
file             1420 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,
file             1432 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"gradient-units '%s'\n",
file             1481 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"opacity '%s'\n",value);
file             1518 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"translate %g,%g\n",
file             1522 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"rotate %g\n",angle);
file             1559 coders/svg.c                     (void) FormatLocaleFile(svg_info->file,"stroke '%s'\n",color);
file             1562 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke '%s'\n",value);
file             1567 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke-antialias %d\n",
file             1573 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke-dasharray %s\n",
file             1579 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke-dashoffset %s\n",
file             1585 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke-linecap '%s'\n",
file             1591 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke-linejoin '%s'\n",
file             1597 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke-miterlimit '%s'\n",
file             1603 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke-opacity '%s'\n",
file             1609 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke-width %g\n",
file             1630 coders/svg.c                            (void) FormatLocaleFile(svg_info->file,
file             1636 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1643 coders/svg.c                            (void) FormatLocaleFile(svg_info->file,
file             1661 coders/svg.c                                (void) FormatLocaleFile(svg_info->file,
file             1666 coders/svg.c                             (void) FormatLocaleFile(svg_info->file,
file             1669 coders/svg.c                             (void) FormatLocaleFile(svg_info->file,"fill '%s'\n",
file             1675 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,"fill '%s'\n",
file             1681 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1687 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1693 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1699 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1705 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1713 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,"font-size %g\n",
file             1719 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1730 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,"offset %g\n",
file             1736 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1754 coders/svg.c                               (void) FormatLocaleFile(svg_info->file,
file             1759 coders/svg.c                             (void) FormatLocaleFile(svg_info->file,
file             1762 coders/svg.c                             (void) FormatLocaleFile(svg_info->file,
file             1768 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1775 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1781 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1788 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1794 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1801 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1808 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1814 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1826 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1832 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1839 coders/svg.c                             (void) FormatLocaleFile(svg_info->file,
file             1842 coders/svg.c                             (void) FormatLocaleFile(svg_info->file,
file             1845 coders/svg.c                             (void) FormatLocaleFile(svg_info->file,
file             1851 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
file             1874 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"text-align '%s'\n",
file             1880 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"text-anchor '%s'\n",
file             1887 coders/svg.c                   (void) FormatLocaleFile(svg_info->file,"decorate underline\n");
file             1889 coders/svg.c                   (void) FormatLocaleFile(svg_info->file,
file             1892 coders/svg.c                   (void) FormatLocaleFile(svg_info->file,"decorate overline\n");
file             1897 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"text-antialias %d\n",
file             2053 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,
file             2165 coders/svg.c           (void) FormatLocaleFile(svg_info->file,"encoding \"%s\"\n",
file             2180 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"viewbox 0 0 %.20g %.20g\n",
file             2188 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"affine %g 0 0 %g %g %g\n",
file             2224 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"circle %g,%g %g,%g\n",
file             2227 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
file             2232 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop clip-path\n");
file             2242 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop defs\n");
file             2252 coders/svg.c             (void) fputc('#',svg_info->file);
file             2255 coders/svg.c               (void) fputc(*p,svg_info->file);
file             2257 coders/svg.c                 (void) fputc('#',svg_info->file);
file             2259 coders/svg.c             (void) fputc('\n',svg_info->file);
file             2274 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"ellipse %g,%g %g,%g 0,360\n",
file             2278 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
file             2288 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
file             2298 coders/svg.c             (void) FormatLocaleFile(svg_info->file,
file             2302 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
file             2312 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"line %g,%g %g,%g\n",
file             2315 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
file             2320 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop gradient\n");
file             2330 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop pattern\n");
file             2335 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"path '%s'\n",
file             2337 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
file             2342 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"polygon %s\n",
file             2344 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
file             2349 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"polyline %s\n",
file             2351 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
file             2361 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop gradient\n");
file             2368 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"rectangle %g,%g %g,%g\n",
file             2372 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
file             2379 coders/svg.c             (void) FormatLocaleFile(svg_info->file,
file             2386 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
file             2396 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"stop-color '%s' %s\n",
file             2402 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
file             2418 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"text %g,%g '%s'\n",
file             2423 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
file             2440 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"text %g,%g '%s'\n",
file             2452 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
file             2754 coders/svg.c       *file;
file             3093 coders/svg.c     file=(FILE *) NULL;
file             3096 coders/svg.c       file=fdopen(unique_file,"w");
file             3097 coders/svg.c     if ((unique_file == -1) || (file == (FILE *) NULL))
file             3111 coders/svg.c         (void) fclose(file);
file             3114 coders/svg.c     svg_info->file=file;
file             3170 coders/svg.c     (void) fclose(file);
file              301 coders/tiff.c    return(fwrite(buffer,1,4,file));
file              311 coders/tiff.c      *file;
file              353 coders/tiff.c    file=(FILE *) NULL;
file              356 coders/tiff.c      file=fdopen(unique_file,"wb");
file              357 coders/tiff.c    if ((unique_file == -1) || (file == (FILE *) NULL))
file              359 coders/tiff.c    length=fwrite("\111\111\052\000\010\000\000\000\016\000",1,10,file);
file              360 coders/tiff.c    length=fwrite("\376\000\003\000\001\000\000\000\000\000\000\000",1,12,file);
file              361 coders/tiff.c    length=fwrite("\000\001\004\000\001\000\000\000",1,8,file);
file              362 coders/tiff.c    length=WriteLSBLong(file,image->columns);
file              363 coders/tiff.c    length=fwrite("\001\001\004\000\001\000\000\000",1,8,file);
file              364 coders/tiff.c    length=WriteLSBLong(file,image->rows);
file              365 coders/tiff.c    length=fwrite("\002\001\003\000\001\000\000\000\001\000\000\000",1,12,file);
file              366 coders/tiff.c    length=fwrite("\003\001\003\000\001\000\000\000\004\000\000\000",1,12,file);
file              367 coders/tiff.c    length=fwrite("\006\001\003\000\001\000\000\000\000\000\000\000",1,12,file);
file              368 coders/tiff.c    length=fwrite("\021\001\003\000\001\000\000\000",1,8,file);
file              370 coders/tiff.c    length=WriteLSBLong(file,(size_t) strip_offset);
file              371 coders/tiff.c    length=fwrite("\022\001\003\000\001\000\000\000",1,8,file);
file              372 coders/tiff.c    length=WriteLSBLong(file,(size_t) image_info->orientation);
file              373 coders/tiff.c    length=fwrite("\025\001\003\000\001\000\000\000\001\000\000\000",1,12,file);
file              374 coders/tiff.c    length=fwrite("\026\001\004\000\001\000\000\000",1,8,file);
file              375 coders/tiff.c    length=WriteLSBLong(file,image->rows);
file              376 coders/tiff.c    length=fwrite("\027\001\004\000\001\000\000\000\000\000\000\000",1,12,file);
file              377 coders/tiff.c    offset=(ssize_t) ftell(file)-4;
file              378 coders/tiff.c    length=fwrite("\032\001\005\000\001\000\000\000",1,8,file);
file              379 coders/tiff.c    length=WriteLSBLong(file,(size_t) (strip_offset-8));
file              380 coders/tiff.c    length=fwrite("\033\001\005\000\001\000\000\000",1,8,file);
file              381 coders/tiff.c    length=WriteLSBLong(file,(size_t) (strip_offset-8));
file              382 coders/tiff.c    length=fwrite("\050\001\003\000\001\000\000\000\002\000\000\000",1,12,file);
file              383 coders/tiff.c    length=fwrite("\000\000\000\000",1,4,file);
file              384 coders/tiff.c    length=WriteLSBLong(file,(size_t) (image->x_resolution+0.5));
file              385 coders/tiff.c    length=WriteLSBLong(file,1);
file              387 coders/tiff.c      (void) fputc(c,file);
file              388 coders/tiff.c    offset=(ssize_t) fseek(file,(ssize_t) offset,SEEK_SET);
file              389 coders/tiff.c    length=WriteLSBLong(file,(unsigned int) length);
file              390 coders/tiff.c    (void) fclose(file);
file             2374 coders/tiff.c      *file;
file             2423 coders/tiff.c    file=(FILE *) NULL;
file             2426 coders/tiff.c      file=fdopen(unique_file,"wb");
file             2427 coders/tiff.c    if ((unique_file == -1) || (file == (FILE *) NULL))
file             2437 coders/tiff.c    SetImageInfoFile(write_info,file);
file             2442 coders/tiff.c    (void) fflush(file);
file             2448 coders/tiff.c        (void) fclose(file);
file             2456 coders/tiff.c        (void) fclose(file);
file             2469 coders/tiff.c        (void) fclose(file);
file             2483 coders/tiff.c        (void) fclose(file);
file             2500 coders/tiff.c    (void) fclose(file);
file              115 coders/url.c       *file;
file              120 coders/url.c     file=(FILE *) userdata;
file              121 coders/url.c     if (file == (FILE *) NULL)
file              125 coders/url.c     length=fwrite(data,size,1,file);
file              142 coders/url.c       *file;
file              156 coders/url.c     file=(FILE *) NULL;
file              159 coders/url.c       file=fdopen(unique_file,"wb");
file              160 coders/url.c     if ((unique_file == -1) || (file == (FILE *) NULL))
file              180 coders/url.c     (void) fclose(file);
file              201 coders/url.c               (void) xmlNanoFTPGet(context,GetFTPData,(void *) file,
file              229 coders/url.c               count=(ssize_t) fwrite(buffer,bytes,1,file);
file              237 coders/url.c     (void) fclose(file);
file              126 coders/wmf.c       *file;
file              196 coders/wmf.c     file=(FILE *) NULL;
file              199 coders/wmf.c       file=fdopen(unique_file,"wb");
file              200 coders/wmf.c     if ((unique_file == -1) || (file == (FILE *) NULL))
file              206 coders/wmf.c     eps_info->out=wmf_stream_create(wmf_info,file);
file              215 coders/wmf.c     (void) fclose(file);
file             1637 magick/annotate.c     *file;
file             1672 magick/annotate.c   file=(FILE *) NULL;
file             1675 magick/annotate.c     file=fdopen(unique_file,"wb");
file             1676 magick/annotate.c   if ((unique_file == -1) || (file == (FILE *) NULL))
file             1682 magick/annotate.c   (void) FormatLocaleFile(file,"%%!PS-Adobe-3.0\n");
file             1683 magick/annotate.c   (void) FormatLocaleFile(file,"/ReencodeType\n");
file             1684 magick/annotate.c   (void) FormatLocaleFile(file,"{\n");
file             1685 magick/annotate.c   (void) FormatLocaleFile(file,"  findfont dup length\n");
file             1686 magick/annotate.c   (void) FormatLocaleFile(file,
file             1688 magick/annotate.c   (void) FormatLocaleFile(file,
file             1690 magick/annotate.c   (void) FormatLocaleFile(file,"} bind def\n");
file             1711 magick/annotate.c   (void) FormatLocaleFile(file,"%g %g moveto\n",identity  != MagickFalse ? 0.0 :
file             1713 magick/annotate.c   (void) FormatLocaleFile(file,"%g %g scale\n",draw_info->pointsize,
file             1717 magick/annotate.c     (void) FormatLocaleFile(file,
file             1720 magick/annotate.c     (void) FormatLocaleFile(file,
file             1723 magick/annotate.c   (void) FormatLocaleFile(file,"[%g %g %g %g 0 0] concat\n",
file             1728 magick/annotate.c     (void) FormatLocaleFile(file,"(%s) stringwidth pop -0.5 mul -0.5 rmoveto\n",
file             1730 magick/annotate.c   (void) FormatLocaleFile(file,"(%s) show\n",text);
file             1732 magick/annotate.c   (void) FormatLocaleFile(file,"showpage\n");
file             1733 magick/annotate.c   (void) fclose(file);
file               96 magick/blob.c      *file;
file              205 magick/blob.c    blob_info->file_info.file=(FILE *) NULL;
file              245 magick/blob.c      file;
file              257 magick/blob.c      file=AcquireUniqueFileResource(filename);
file              259 magick/blob.c      file=open_utf8(filename,O_RDWR | O_CREAT | O_EXCL | O_BINARY,S_MODE);
file              260 magick/blob.c    if (file == -1)
file              267 magick/blob.c      count=write(file,(const char *) blob+i,MagickMin(length-i,SSIZE_MAX));
file              275 magick/blob.c    file=close(file);
file              276 magick/blob.c    if ((file == -1) || (i < length))
file              460 magick/blob.c    clone_info->file_info.file=blob_info->file_info.file;
file              516 magick/blob.c          status=fsync(fileno(image->blob->file_info.file));
file              517 magick/blob.c        status=ferror(image->blob->file_info.file);
file              538 magick/blob.c        if ((image->blob->file_info.file != (FILE *) NULL) &&
file              541 magick/blob.c            (void) fsync(fileno(image->blob->file_info.file));
file              542 magick/blob.c            status=ferror(image->blob->file_info.file);
file              563 magick/blob.c        status=fclose(image->blob->file_info.file);
file              569 magick/blob.c        status=pclose(image->blob->file_info.file);
file              591 magick/blob.c        if (image->blob->file_info.file != (FILE *) NULL)
file              592 magick/blob.c          status=fclose(image->blob->file_info.file);
file              698 magick/blob.c    blob_info->file_info.file=(FILE *) NULL;
file              890 magick/blob.c        image->blob->eof=feof(image->blob->file_info.file) != 0 ? MagickTrue :
file              961 magick/blob.c      file;
file              982 magick/blob.c    file=fileno(stdin);
file              984 magick/blob.c      file=open_utf8(filename,O_RDONLY | O_BINARY,0);
file              985 magick/blob.c    if (file == -1)
file              990 magick/blob.c    offset=(MagickOffsetType) lseek(file,0,SEEK_END);
file              992 magick/blob.c    if ((file == fileno(stdin)) || (offset < 0) ||
file             1004 magick/blob.c        offset=(MagickOffsetType) lseek(file,0,SEEK_SET);
file             1006 magick/blob.c        if ((fstat(file,&file_stats) == 0) && (file_stats.st_size > 0))
file             1011 magick/blob.c          count=read(file,blob+i,quantum);
file             1029 magick/blob.c          file=close(file);
file             1036 magick/blob.c        if (file == -1)
file             1053 magick/blob.c        file=close(file);
file             1058 magick/blob.c    map=MapBlob(file,ReadMode,0,*length);
file             1066 magick/blob.c        (void) lseek(file,0,SEEK_SET);
file             1069 magick/blob.c          count=read(file,blob+i,MagickMin(*length-i,SSIZE_MAX));
file             1079 magick/blob.c            file=close(file)-1;
file             1087 magick/blob.c      file=close(file);
file             1088 magick/blob.c    if (file == -1)
file             1154 magick/blob.c      file;
file             1173 magick/blob.c    file=fileno(stdin);
file             1175 magick/blob.c      file=open_utf8(filename,O_RDONLY | O_BINARY,0);
file             1176 magick/blob.c    if (file == -1)
file             1183 magick/blob.c    if ((fstat(file,&file_stats) == 0) && (file_stats.st_size > 0))
file             1188 magick/blob.c        file=close(file);
file             1195 magick/blob.c      count=read(file,blob,quantum);
file             1211 magick/blob.c    file=close(file);
file             1212 magick/blob.c    if (file == -1)
file             1277 magick/blob.c    return(image->blob->file_info.file);
file             1395 magick/blob.c        if (fstat(fileno(image->blob->file_info.file),&image->blob->properties) == 0)
file             1592 magick/blob.c          file;
file             1597 magick/blob.c        file=AcquireUniqueFileResource(unique);
file             1598 magick/blob.c        if (file == -1)
file             1605 magick/blob.c            blob_info->file=fdopen(file,"wb");
file             1606 magick/blob.c            if (blob_info->file != (FILE *) NULL)
file             1612 magick/blob.c                (void) fclose(blob_info->file);
file             1657 magick/blob.c      file;
file             1686 magick/blob.c      file=AcquireUniqueFileResource(filename);
file             1689 magick/blob.c        file=fileno(stdout);
file             1691 magick/blob.c        file=open_utf8(filename,O_RDWR | O_CREAT | O_EXCL | O_BINARY,S_MODE);
file             1692 magick/blob.c    if (file == -1)
file             1698 magick/blob.c    if ((fstat(file,&file_stats) == 0) && (file_stats.st_size > 0))
file             1703 magick/blob.c        file=close(file)-1;
file             1715 magick/blob.c        count=write(file,p+i,(size_t) (length-i));
file             1728 magick/blob.c      file=close(file);
file             1730 magick/blob.c    if ((file == -1) || (i < length))
file             1732 magick/blob.c        if (file != -1)
file             1733 magick/blob.c          file=close(file);
file             1853 magick/blob.c          file;
file             1858 magick/blob.c        file=AcquireUniqueFileResource(unique);
file             1859 magick/blob.c        if (file == -1)
file             1866 magick/blob.c            blob_info->file=fdopen(file,"wb");
file             1867 magick/blob.c            if (blob_info->file != (FILE *) NULL)
file             1873 magick/blob.c                (void) fclose(blob_info->file);
file             1934 magick/blob.c      file;
file             1967 magick/blob.c    file=AcquireUniqueFileResource(filename);
file             1968 magick/blob.c    if (file != -1)
file             1969 magick/blob.c      unique_file=fdopen(file,"wb");
file             1970 magick/blob.c    if ((file == -1) || (unique_file == (FILE *) NULL))
file             2003 magick/blob.c    file=open_utf8(filename,O_RDONLY | O_BINARY,0);
file             2004 magick/blob.c    if (file == -1)
file             2012 magick/blob.c    if ((fstat(file,&file_stats) == 0) && (file_stats.st_size > 0))
file             2018 magick/blob.c        file=close(file);
file             2024 magick/blob.c      count=read(file,buffer,quantum);
file             2034 magick/blob.c    file=close(file);
file             2035 magick/blob.c    if (file == -1)
file             2197 magick/blob.c    if (file == -1)
file             2226 magick/blob.c    map=(unsigned char *) mmap((char *) NULL,length,protection,flags,file,
file             2230 magick/blob.c      MAP_HUGETLB,file,(off_t) offset);
file             2232 magick/blob.c      map=(unsigned char *) mmap((char *) NULL,length,protection,flags,file,
file             2239 magick/blob.c    (void) file;
file             2389 magick/blob.c    status=setvbuf(image->blob->file_info.file,(char *) NULL,size == 0 ?
file             2462 magick/blob.c        ((*filename == '\0') && (image_info->file == (FILE *) NULL)))
file             2464 magick/blob.c        image->blob->file_info.file=(*type == 'r') ? stdin : stdout;
file             2467 magick/blob.c          setmode(fileno(image->blob->file_info.file),_O_BINARY);
file             2480 magick/blob.c        image->blob->file_info.file=fdopen(StringToLong(filename+3),mode);
file             2483 magick/blob.c          setmode(fileno(image->blob->file_info.file),_O_BINARY);
file             2504 magick/blob.c        image->blob->file_info.file=(FILE *) popen_utf8(filename+1,mode);
file             2505 magick/blob.c        if (image->blob->file_info.file == (FILE *) NULL)
file             2519 magick/blob.c        image->blob->file_info.file=(FILE *) fopen_utf8(filename,type);
file             2520 magick/blob.c        if (image->blob->file_info.file == (FILE *) NULL)
file             2563 magick/blob.c    if (image_info->file != (FILE *) NULL)
file             2565 magick/blob.c        image->blob->file_info.file=image_info->file;
file             2572 magick/blob.c          image->blob->file_info.file=(FILE *) fopen_utf8(filename,type);
file             2573 magick/blob.c          if (image->blob->file_info.file != (FILE *) NULL)
file             2584 magick/blob.c              count=fread(magick,1,sizeof(magick),image->blob->file_info.file);
file             2585 magick/blob.c              (void) fseek(image->blob->file_info.file,-((off_t) count),SEEK_CUR);
file             2586 magick/blob.c              (void) fflush(image->blob->file_info.file);
file             2593 magick/blob.c                  if (image->blob->file_info.file != (FILE *) NULL)
file             2594 magick/blob.c                    (void) fclose(image->blob->file_info.file);
file             2595 magick/blob.c                  image->blob->file_info.file=(FILE *) NULL;
file             2604 magick/blob.c                  if (image->blob->file_info.file != (FILE *) NULL)
file             2605 magick/blob.c                    (void) fclose(image->blob->file_info.file);
file             2606 magick/blob.c                  image->blob->file_info.file=(FILE *) NULL;
file             2635 magick/blob.c                      blob=MapBlob(fileno(image->blob->file_info.file),ReadMode,0,
file             2644 magick/blob.c                          if (image_info->file != (FILE *) NULL)
file             2648 magick/blob.c                              (void) fclose(image->blob->file_info.file);
file             2649 magick/blob.c                              image->blob->file_info.file=(FILE *) NULL;
file             2683 magick/blob.c                image->blob->file_info.file=(FILE *) fopen_utf8(filename,type);
file             2684 magick/blob.c                if (image->blob->file_info.file != (FILE *) NULL)
file             2854 magick/blob.c            count=(ssize_t) fread(q,1,length,image->blob->file_info.file);
file             2859 magick/blob.c            c=getc(image->blob->file_info.file);
file             2867 magick/blob.c            c=getc(image->blob->file_info.file);
file             2875 magick/blob.c            c=getc(image->blob->file_info.file);
file             2883 magick/blob.c            c=getc(image->blob->file_info.file);
file             3731 magick/blob.c        if (fseek(image->blob->file_info.file,offset,whence) < 0)
file             3901 magick/blob.c          image->blob->file_info.file);
file             3904 magick/blob.c          (void) posix_fallocate(fileno(image->blob->file_info.file),offset,
file             3942 magick/blob.c              image->blob->file_info.file);
file             3947 magick/blob.c                  file;
file             3949 magick/blob.c                file=fileno(image->blob->file_info.file);
file             3950 magick/blob.c                if ((file == -1) || (offset < 0))
file             3952 magick/blob.c                (void) posix_fallocate(file,offset,extent-offset);
file             3960 magick/blob.c              image->blob->file_info.file),WriteMode,0,(size_t) extent);
file             4024 magick/blob.c        status=fflush(image->blob->file_info.file);
file             4090 magick/blob.c        offset=ftell(image->blob->file_info.file);
file             4218 magick/blob.c              image->blob->file_info.file);
file             4223 magick/blob.c            c=putc((int) *p++,image->blob->file_info.file);
file             4230 magick/blob.c            c=putc((int) *p++,image->blob->file_info.file);
file             4237 magick/blob.c            c=putc((int) *p++,image->blob->file_info.file);
file             4244 magick/blob.c            c=putc((int) *p++,image->blob->file_info.file);
file              180 magick/cache-private.h     file;
file              193 magick/cache.c   cache_info->file=(-1);
file              614 magick/cache.c   if ((fstat(cache_info->file,&file_stats) == 0) && (file_stats.st_size > 0))
file              620 magick/cache.c   while ((count=read(cache_info->file,buffer,quantum)) > 0)
file              625 magick/cache.c     number_bytes=write(clone_info->file,buffer,(size_t) count);
file              905 magick/cache.c   if (cache_info->file != -1)
file              907 magick/cache.c       status=close(cache_info->file);
file              908 magick/cache.c       cache_info->file=(-1);
file              942 magick/cache.c       if (cache_info->file != -1)
file             3402 magick/cache.c     file;
file             3407 magick/cache.c   if ((cache_info->file != -1) && (cache_info->mode == mode))
file             3410 magick/cache.c     file=AcquireUniqueFileResource(cache_info->cache_filename);
file             3416 magick/cache.c         file=open_utf8(cache_info->cache_filename,O_RDONLY | O_BINARY,0);
file             3421 magick/cache.c         file=open_utf8(cache_info->cache_filename,O_WRONLY | O_CREAT |
file             3423 magick/cache.c         if (file == -1)
file             3424 magick/cache.c           file=open_utf8(cache_info->cache_filename,O_WRONLY | O_BINARY,S_MODE);
file             3430 magick/cache.c         file=open_utf8(cache_info->cache_filename,O_RDWR | O_CREAT | O_BINARY |
file             3432 magick/cache.c         if (file == -1)
file             3433 magick/cache.c           file=open_utf8(cache_info->cache_filename,O_RDWR | O_BINARY,S_MODE);
file             3437 magick/cache.c   if (file == -1)
file             3440 magick/cache.c   if (cache_info->file != -1)
file             3442 magick/cache.c   cache_info->file=file;
file             3458 magick/cache.c   if (lseek(cache_info->file,offset,SEEK_SET) < 0)
file             3465 magick/cache.c     count=write(cache_info->file,buffer+i,(size_t) MagickMin(length-i,
file             3468 magick/cache.c     count=pwrite(cache_info->file,buffer+i,(size_t) MagickMin(length-i,
file             3501 magick/cache.c         cache_info->cache_filename,cache_info->file,format);
file             3506 magick/cache.c   offset=(MagickOffsetType) lseek(cache_info->file,0,SEEK_END);
file             3515 magick/cache.c     (void) posix_fallocate(cache_info->file,offset+1,extent-offset);
file             3562 magick/cache.c   source_info.file=(-1);
file             3735 magick/cache.c           cache_info->pixels=(PixelPacket *) MapBlob(cache_info->file,mode,
file             3769 magick/cache.c                     cache_info->file,type,(double) cache_info->columns,(double)
file             3791 magick/cache.c         cache_info->cache_filename,cache_info->file,type,(double)
file             4205 magick/cache.c   if (lseek(cache_info->file,offset,SEEK_SET) < 0)
file             4212 magick/cache.c     count=read(cache_info->file,buffer+i,(size_t) MagickMin(length-i,
file             4215 magick/cache.c     count=pread(cache_info->file,buffer+i,(size_t) MagickMin(length-i,
file              719 magick/coder.c   if (file == (const FILE *) NULL)
file              720 magick/coder.c     file=stdout;
file              733 magick/coder.c           (void) FormatLocaleFile(file,"\nPath: %s\n\n",coder_info[i]->path);
file              734 magick/coder.c         (void) FormatLocaleFile(file,"Magick      Coder\n");
file              735 magick/coder.c         (void) FormatLocaleFile(file,
file              740 magick/coder.c     (void) FormatLocaleFile(file,"%s",coder_info[i]->magick);
file              742 magick/coder.c       (void) FormatLocaleFile(file," ");
file              744 magick/coder.c       (void) FormatLocaleFile(file,"%s",coder_info[i]->name);
file              745 magick/coder.c     (void) FormatLocaleFile(file,"\n");
file              748 magick/coder.c   (void) fflush(file);
file             2135 magick/color.c   if (file == (const FILE *) NULL)
file             2136 magick/color.c     file=stdout;
file             2149 magick/color.c           (void) FormatLocaleFile(file,"\nPath: %s\n\n",color_info[i]->path);
file             2150 magick/color.c         (void) FormatLocaleFile(file,
file             2153 magick/color.c         (void) FormatLocaleFile(file,
file             2158 magick/color.c     (void) FormatLocaleFile(file,"%-21.21s ",color_info[i]->name);
file             2160 magick/color.c     (void) FormatLocaleFile(file,"%-45.45s ",tuple);
file             2162 magick/color.c       (void) FormatLocaleFile(file,"SVG ");
file             2164 magick/color.c       (void) FormatLocaleFile(file,"X11 ");
file             2166 magick/color.c       (void) FormatLocaleFile(file,"XPM ");
file             2167 magick/color.c     (void) FormatLocaleFile(file,"\n");
file             2170 magick/color.c   (void) fflush(file);
file             1056 magick/configure.c   if (file == (const FILE *) NULL)
file             1057 magick/configure.c     file=stdout;
file             1070 magick/configure.c           (void) FormatLocaleFile(file,"\nPath: %s\n\n",
file             1072 magick/configure.c         (void) FormatLocaleFile(file,"Name           Value\n");
file             1073 magick/configure.c         (void) FormatLocaleFile(file,
file             1081 magick/configure.c     (void) FormatLocaleFile(file,"%s",name);
file             1083 magick/configure.c       (void) FormatLocaleFile(file," ");
file             1084 magick/configure.c     (void) FormatLocaleFile(file," ");
file             1088 magick/configure.c     (void) FormatLocaleFile(file,"%s",value);
file             1089 magick/configure.c     (void) FormatLocaleFile(file,"\n");
file             1091 magick/configure.c   (void) fflush(file);
file             1397 magick/delegate.c   if (file == (const FILE *) NULL)
file             1398 magick/delegate.c     file=stdout;
file             1411 magick/delegate.c           (void) FormatLocaleFile(file,"\nPath: %s\n\n",delegate_info[i]->path);
file             1412 magick/delegate.c         (void) FormatLocaleFile(file,"Delegate                Command\n");
file             1413 magick/delegate.c         (void) FormatLocaleFile(file,
file             1426 magick/delegate.c     (void) FormatLocaleFile(file,"%11s%c=%c%s  ",delegate_info[i]->decode ?
file             1430 magick/delegate.c     (void) FormatLocaleFile(file,"\"%s\"\n",commands[0]);
file             1434 magick/delegate.c       (void) FormatLocaleFile(file,"                     \"%s\"\n",commands[j]);
file             1440 magick/delegate.c   (void) fflush(file);
file             1665 magick/deprecate.c   return(IdentifyImage(image,file,verbose));
file             5260 magick/deprecate.c     *file;
file             5267 magick/deprecate.c   file=(FILE *) NULL;
file             5283 magick/deprecate.c     file=_wfopen(unicode_path,unicode_mode);
file             5288 magick/deprecate.c   if (file == (FILE *) NULL)
file             5289 magick/deprecate.c     file=fopen(path,mode);
file             5290 magick/deprecate.c   return(file);
file             8878 magick/display.c         *file;
file             8898 magick/display.c           file=fdopen(unique_file,"w");
file             8899 magick/display.c           if (file == (FILE *) NULL)
file             8906 magick/display.c             (void) fputc((int) *p,file);
file             8907 magick/display.c           (void) fputc('\n',file);
file             8908 magick/display.c           (void) fclose(file);
file               31 magick/distribute-cache-private.h     file;
file              150 magick/distribute-cache.c   magick_unreferenced(file);
file              157 magick/distribute-cache.c     count=recv(file,CHAR_TYPE_CAST message+i,(size_t) MagickMin(length-i,
file              346 magick/distribute-cache.c   server_info->file=ConnectPixelCacheServer(hostname,server_info->port,
file              348 magick/distribute-cache.c   if (server_info->file == -1)
file              389 magick/distribute-cache.c   if (server_info->file > 0)
file              390 magick/distribute-cache.c     CLOSE_SOCKET(server_info->file);
file              441 magick/distribute-cache.c   magick_unreferenced(file);
file              451 magick/distribute-cache.c     count=(MagickOffsetType) send(file,CHAR_TYPE_CAST message+i,(size_t) MagickMin(length-i,
file              492 magick/distribute-cache.c   count=dpc_read(file,length,message);
file              550 magick/distribute-cache.c   count=dpc_read(file,length,message);
file              569 magick/distribute-cache.c   count=dpc_send(file,length,(unsigned char *) indexes);
file              607 magick/distribute-cache.c   count=dpc_read(file,length,message);
file              625 magick/distribute-cache.c   count=dpc_send(file,length,(unsigned char *) p);
file              671 magick/distribute-cache.c   count=dpc_read(file,length,message);
file              690 magick/distribute-cache.c   count=dpc_read(file,length,(unsigned char *) indexes);
file              728 magick/distribute-cache.c   count=dpc_read(file,length,message);
file              746 magick/distribute-cache.c   count=dpc_read(file,length,(unsigned char *) q);
file             1015 magick/distribute-cache.c   return(server_info->file);
file             1144 magick/distribute-cache.c   count=dpc_send(server_info->file,p-message,message);
file             1148 magick/distribute-cache.c   count=dpc_read(server_info->file,sizeof(status),(unsigned char *) &status);
file             1223 magick/distribute-cache.c   count=dpc_send(server_info->file,p-message,message);
file             1226 magick/distribute-cache.c   return(dpc_read(server_info->file,length,indexes));
file             1298 magick/distribute-cache.c   count=dpc_send(server_info->file,p-message,message);
file             1301 magick/distribute-cache.c   return(dpc_read(server_info->file,length,pixels));
file             1352 magick/distribute-cache.c   count=dpc_send(server_info->file,p-message,message);
file             1355 magick/distribute-cache.c   count=dpc_read(server_info->file,sizeof(status),(unsigned char *) &status);
file             1430 magick/distribute-cache.c   count=dpc_send(server_info->file,p-message,message);
file             1433 magick/distribute-cache.c   return(dpc_send(server_info->file,length,indexes));
file             1505 magick/distribute-cache.c   count=dpc_send(server_info->file,p-message,message);
file             1508 magick/distribute-cache.c   return(dpc_send(server_info->file,length,pixels));
file             2874 magick/effect.c           file;
file             2885 magick/effect.c         file=AcquireUniqueFileResource(filename);
file             2886 magick/effect.c         if (file != -1)
file             2887 magick/effect.c           file=close(file)-1;
file             1809 magick/feature.c     file;
file             1924 magick/feature.c   file=AcquireUniqueFileResource(path);
file             1925 magick/feature.c   if (file == -1)
file             1933 magick/feature.c   if (write(file,message,strlen(message)) != (ssize_t) strlen(message))
file             1937 magick/feature.c   if (write(file,message,strlen(message)) != (ssize_t) strlen(message))
file             2021 magick/feature.c           if (write(file,message,strlen(message)) != (ssize_t) strlen(message))
file             2026 magick/feature.c   (void) close(file);
file              119 magick/fx.c        *file;
file              196 magick/fx.c      fx_info->file=stderr;
file             2509 magick/fx.c              if (fx_info->file != (FILE *) NULL)
file             2510 magick/fx.c                (void) FormatLocaleFile(fx_info->file,
file             2928 magick/fx.c        *file;
file             2933 magick/fx.c      file=fx_info->file;
file             2934 magick/fx.c      fx_info->file=(FILE *) NULL;
file             2936 magick/fx.c      fx_info->file=file;
file             1146 magick/histogram.c   if (file == (FILE *) NULL)
file             1187 magick/histogram.c     (void) FormatLocaleFile(file,"%10.20g",(double) ((MagickOffsetType)
file             1189 magick/histogram.c     (void) FormatLocaleFile(file,": %s %s %s\n",tuple,hex,color);
file             1202 magick/histogram.c   (void) fflush(file);
file              278 magick/identify.c   n=FormatLocaleFile(file,FeaturesFormat,name,
file              329 magick/identify.c   (void) FormatLocaleFile(file,"  %s: %.*g (%.*g)",name,GetMagickPrecision(),
file              382 magick/identify.c           (void) FormatLocaleFile(file," %.20g,%.20g",(double) x,(double) y);
file              390 magick/identify.c   (void) FormatLocaleFile(file,"\n");
file              407 magick/identify.c   n=FormatLocaleFile(file,"    %s:\n",name);
file              408 magick/identify.c   n+=FormatLocaleFile(file,"      Centroid: %.*g,%.*g\n",
file              411 magick/identify.c   n+=FormatLocaleFile(file,"      Ellipse Semi-Major/Minor axis: %.*g,%.*g\n",
file              414 magick/identify.c   n+=FormatLocaleFile(file,"      Ellipse angle: %.*g\n",
file              416 magick/identify.c   n+=FormatLocaleFile(file,"      Ellipse eccentricity: %.*g\n",
file              418 magick/identify.c   n+=FormatLocaleFile(file,"      Ellipse intensity: %.*g (%.*g)\n",
file              423 magick/identify.c     n+=FormatLocaleFile(file,"      I%.20g: %.*g (%.*g)\n",i+1.0,
file              438 magick/identify.c   n=FormatLocaleFile(file,"    %s:\n",name);
file              440 magick/identify.c     n+=FormatLocaleFile(file,"      PH%.20g: %.*g, %.*g\n",i+1.0,
file              460 magick/identify.c       n=FormatLocaleFile(file,StatisticsFormat,name,ClampToQuantum(scale*
file              474 magick/identify.c   n=FormatLocaleFile(file,StatisticsFormat,name,ClampToQuantum(scale*
file              552 magick/identify.c   if (file == (FILE *) NULL)
file              553 magick/identify.c     file=stdout;
file              582 magick/identify.c       (void) FormatLocaleFile(file,"  Channel %s locations:\n",locate);
file              588 magick/identify.c           (void) PrintChannelLocations(file,image,RedChannel,"Red",type,
file              590 magick/identify.c           (void) PrintChannelLocations(file,image,GreenChannel,"Green",type,
file              592 magick/identify.c           (void) PrintChannelLocations(file,image,BlueChannel,"Blue",type,
file              598 magick/identify.c           (void) PrintChannelLocations(file,image,CyanChannel,"Cyan",type,
file              600 magick/identify.c           (void) PrintChannelLocations(file,image,MagentaChannel,"Magenta",type,
file              602 magick/identify.c           (void) PrintChannelLocations(file,image,YellowChannel,"Yellow",type,
file              604 magick/identify.c           (void) PrintChannelLocations(file,image,BlackChannel,"Black",type,
file              610 magick/identify.c           (void) PrintChannelLocations(file,image,GrayChannel,"Gray",type,
file              616 magick/identify.c         (void) PrintChannelLocations(file,image,AlphaChannel,"Alpha",type,
file              621 magick/identify.c       return(ferror(file) != 0 ? MagickFalse : MagickTrue);
file              634 magick/identify.c           (void) FormatLocaleFile(file,"%s=>",image->magick_filename);
file              637 magick/identify.c         (void) FormatLocaleFile(file,"%s ",image->filename);
file              639 magick/identify.c         (void) FormatLocaleFile(file,"%s[%.20g] ",image->filename,(double)
file              641 magick/identify.c       (void) FormatLocaleFile(file,"%s ",image->magick);
file              645 magick/identify.c           (void) FormatLocaleFile(file,"%.20gx%.20g=>",(double)
file              647 magick/identify.c       (void) FormatLocaleFile(file,"%.20gx%.20g ",(double) image->columns,
file              651 magick/identify.c         (void) FormatLocaleFile(file,"%.20gx%.20g%+.20g%+.20g ",(double)
file              654 magick/identify.c       (void) FormatLocaleFile(file,"%.20g-bit ",(double) image->depth);
file              656 magick/identify.c         (void) FormatLocaleFile(file,"%s ",CommandOptionToMnemonic(
file              659 magick/identify.c         (void) FormatLocaleFile(file,"%s ",CommandOptionToMnemonic(
file              666 magick/identify.c               (void) FormatLocaleFile(file,"%s ",format);
file              671 magick/identify.c           (void) FormatLocaleFile(file,"%.20gc ",(double) image->colors);
file              673 magick/identify.c           (void) FormatLocaleFile(file,"%.20g=>%.20gc ",(double)
file              676 magick/identify.c         (void) FormatLocaleFile(file,"%.20g/%f/%fdb ",(double)
file              683 magick/identify.c           (void) FormatLocaleFile(file,"%s ",format);
file              685 magick/identify.c       (void) FormatLocaleFile(file,"%0.3fu %lu:%02lu.%03lu",user_time,
file              689 magick/identify.c       (void) FormatLocaleFile(file,"\n");
file              690 magick/identify.c       (void) fflush(file);
file              692 magick/identify.c       return(ferror(file) != 0 ? MagickFalse : MagickTrue);
file              703 magick/identify.c   (void) FormatLocaleFile(file,"Image: %s\n",image->filename);
file              711 magick/identify.c         (void) FormatLocaleFile(file,"  Base filename: %s\n",filename);
file              716 magick/identify.c     (void) FormatLocaleFile(file,"  Format: %s\n",image->magick);
file              718 magick/identify.c     (void) FormatLocaleFile(file,"  Format: %s (%s)\n",image->magick,
file              722 magick/identify.c     (void) FormatLocaleFile(file,"  Mime type: %s\n",GetMagickMimeType(
file              724 magick/identify.c   (void) FormatLocaleFile(file,"  Class: %s\n",CommandOptionToMnemonic(
file              726 magick/identify.c   (void) FormatLocaleFile(file,"  Geometry: %.20gx%.20g%+.20g%+.20g\n",(double)
file              732 magick/identify.c       (void) FormatLocaleFile(file,"  Base geometry: %.20gx%.20g\n",(double)
file              736 magick/identify.c       (void) FormatLocaleFile(file,"  Resolution: %gx%g\n",image->x_resolution,
file              738 magick/identify.c       (void) FormatLocaleFile(file,"  Print size: %gx%g\n",(double)
file              742 magick/identify.c   (void) FormatLocaleFile(file,"  Units: %s\n",CommandOptionToMnemonic(
file              744 magick/identify.c   (void) FormatLocaleFile(file,"  Type: %s\n",CommandOptionToMnemonic(
file              747 magick/identify.c     (void) FormatLocaleFile(file,"  Base type: %s\n",CommandOptionToMnemonic(
file              749 magick/identify.c   (void) FormatLocaleFile(file,"  Endianess: %s\n",CommandOptionToMnemonic(
file              754 magick/identify.c   (void) FormatLocaleFile(file,"  Colorspace: %s\n",CommandOptionToMnemonic(
file              784 magick/identify.c         (void) FormatLocaleFile(file,"  Depth: %.20g-bit\n",(double)
file              787 magick/identify.c         (void) FormatLocaleFile(file,"  Depth: %.20g/%.20g-bit\n",(double)
file              789 magick/identify.c       (void) FormatLocaleFile(file,"  Channel depth:\n");
file              797 magick/identify.c           (void) FormatLocaleFile(file,"    red: %.20g-bit\n",(double)
file              799 magick/identify.c           (void) FormatLocaleFile(file,"    green: %.20g-bit\n",(double)
file              801 magick/identify.c           (void) FormatLocaleFile(file,"    blue: %.20g-bit\n",(double)
file              807 magick/identify.c           (void) FormatLocaleFile(file,"    cyan: %.20g-bit\n",(double)
file              809 magick/identify.c           (void) FormatLocaleFile(file,"    magenta: %.20g-bit\n",(double)
file              811 magick/identify.c           (void) FormatLocaleFile(file,"    yellow: %.20g-bit\n",(double)
file              813 magick/identify.c           (void) FormatLocaleFile(file,"    black: %.20g-bit\n",(double)
file              819 magick/identify.c           (void) FormatLocaleFile(file,"    gray: %.20g-bit\n",(double)
file              825 magick/identify.c         (void) FormatLocaleFile(file,"    alpha: %.20g-bit\n",(double)
file              834 magick/identify.c       (void) FormatLocaleFile(file,"  Channel statistics:\n");
file              835 magick/identify.c       (void) FormatLocaleFile(file,"    Pixels: %.20g\n",(double)
file              842 magick/identify.c           (void) PrintChannelStatistics(file,RedChannel,"Red",1.0/scale,
file              844 magick/identify.c           (void) PrintChannelStatistics(file,GreenChannel,"Green",1.0/scale,
file              846 magick/identify.c           (void) PrintChannelStatistics(file,BlueChannel,"Blue",1.0/scale,
file              852 magick/identify.c           (void) PrintChannelStatistics(file,CyanChannel,"Cyan",1.0/scale,
file              854 magick/identify.c           (void) PrintChannelStatistics(file,MagentaChannel,"Magenta",1.0/scale,
file              856 magick/identify.c           (void) PrintChannelStatistics(file,YellowChannel,"Yellow",1.0/scale,
file              858 magick/identify.c           (void) PrintChannelStatistics(file,BlackChannel,"Black",1.0/scale,
file              864 magick/identify.c           (void) PrintChannelStatistics(file,GrayChannel,"Gray",1.0/scale,
file              870 magick/identify.c         (void) PrintChannelStatistics(file,AlphaChannel,"Alpha",1.0/scale,
file              874 magick/identify.c           (void) FormatLocaleFile(file,"  Image statistics:\n");
file              875 magick/identify.c           (void) PrintChannelStatistics(file,CompositeChannels,"Overall",1.0/
file              884 magick/identify.c       (void) FormatLocaleFile(file,"  Channel moments:\n");
file              890 magick/identify.c           (void) PrintChannelMoments(file,RedChannel,"Red",scale,
file              892 magick/identify.c           (void) PrintChannelMoments(file,GreenChannel,"Green",scale,
file              894 magick/identify.c           (void) PrintChannelMoments(file,BlueChannel,"Blue",scale,
file              900 magick/identify.c           (void) PrintChannelMoments(file,CyanChannel,"Cyan",scale,
file              902 magick/identify.c           (void) PrintChannelMoments(file,MagentaChannel,"Magenta",scale,
file              904 magick/identify.c           (void) PrintChannelMoments(file,YellowChannel,"Yellow",scale,
file              906 magick/identify.c           (void) PrintChannelMoments(file,BlackChannel,"Black",scale,
file              912 magick/identify.c           (void) PrintChannelMoments(file,GrayChannel,"Gray",scale,
file              918 magick/identify.c         (void) PrintChannelMoments(file,AlphaChannel,"Alpha",scale,
file              922 magick/identify.c           (void) FormatLocaleFile(file,"  Image moments:\n");
file              923 magick/identify.c           (void) PrintChannelMoments(file,CompositeChannels,"Overall",scale,
file              931 magick/identify.c       (void) FormatLocaleFile(file,"  Channel perceptual hash:\n");
file              932 magick/identify.c       (void) PrintChannelPerceptualHash(file,RedChannel,"Red, Hue",
file              934 magick/identify.c       (void) PrintChannelPerceptualHash(file,GreenChannel,"Green, Chroma",
file              936 magick/identify.c       (void) PrintChannelPerceptualHash(file,BlueChannel,"Blue, Luma",
file              939 magick/identify.c         (void) PrintChannelPerceptualHash(file,AlphaChannel,"Alpha, Alpha",
file              946 magick/identify.c       (void) FormatLocaleFile(file,"  Channel features (horizontal, vertical, "
file              953 magick/identify.c           (void) PrintChannelFeatures(file,RedChannel,"Red",channel_features);
file              954 magick/identify.c           (void) PrintChannelFeatures(file,GreenChannel,"Green",
file              956 magick/identify.c           (void) PrintChannelFeatures(file,BlueChannel,"Blue",channel_features);
file              961 magick/identify.c           (void) PrintChannelFeatures(file,CyanChannel,"Cyan",channel_features);
file              962 magick/identify.c           (void) PrintChannelFeatures(file,MagentaChannel,"Magenta",
file              964 magick/identify.c           (void) PrintChannelFeatures(file,YellowChannel,"Yellow",
file              966 magick/identify.c           (void) PrintChannelFeatures(file,BlackChannel,"Black",
file              972 magick/identify.c           (void) PrintChannelFeatures(file,GrayChannel,"Gray",channel_features);
file              977 magick/identify.c         (void) PrintChannelFeatures(file,AlphaChannel,"Alpha",channel_features);
file              984 magick/identify.c         (void) FormatLocaleFile(file,"  Total ink density: %.*g%%\n",
file             1025 magick/identify.c               (void) FormatLocaleFile(file,"  Alpha: %s ",tuple);
file             1027 magick/identify.c               (void) FormatLocaleFile(file,"  %s\n",tuple);
file             1033 magick/identify.c           (void) FormatLocaleFile(file,"  Colors: %.20g\n",(double)
file             1035 magick/identify.c           (void) FormatLocaleFile(file,"  Histogram:\n");
file             1036 magick/identify.c           (void) GetNumberColors(image,file,exception);
file             1041 magick/identify.c           (void) FormatLocaleFile(file,"  Colors: %.20g\n",(double)
file             1046 magick/identify.c       (void) FormatLocaleFile(file,"  Colormap entries: %.20g\n",(double)
file             1048 magick/identify.c       (void) FormatLocaleFile(file,"  Colormap:\n");
file             1089 magick/identify.c             (void) FormatLocaleFile(file,"  %8ld: %s %s %s\n",(long) i,tuple,
file             1096 magick/identify.c     (void) FormatLocaleFile(file,"  Mean error per pixel: %g\n",
file             1099 magick/identify.c     (void) FormatLocaleFile(file,"  Normalized mean error: %g\n",
file             1102 magick/identify.c     (void) FormatLocaleFile(file,"  Normalized maximum error: %g\n",
file             1104 magick/identify.c   (void) FormatLocaleFile(file,"  Rendering intent: %s\n",
file             1108 magick/identify.c     (void) FormatLocaleFile(file,"  Gamma: %g\n",image->gamma);
file             1117 magick/identify.c       (void) FormatLocaleFile(file,"  Chromaticity:\n");
file             1118 magick/identify.c       (void) FormatLocaleFile(file,"    red primary: (%g,%g)\n",
file             1120 magick/identify.c       (void) FormatLocaleFile(file,"    green primary: (%g,%g)\n",
file             1123 magick/identify.c       (void) FormatLocaleFile(file,"    blue primary: (%g,%g)\n",
file             1125 magick/identify.c       (void) FormatLocaleFile(file,"    white point: (%g,%g)\n",
file             1129 magick/identify.c     (void) FormatLocaleFile(file,"  Tile geometry: %.20gx%.20g%+.20g%+.20g\n",
file             1134 magick/identify.c   (void) FormatLocaleFile(file,"  Background color: %s\n",color);
file             1137 magick/identify.c   (void) FormatLocaleFile(file,"  Border color: %s\n",color);
file             1140 magick/identify.c   (void) FormatLocaleFile(file,"  Matte color: %s\n",color);
file             1143 magick/identify.c   (void) FormatLocaleFile(file,"  Transparent color: %s\n",color);
file             1144 magick/identify.c   (void) FormatLocaleFile(file,"  Interlace: %s\n",CommandOptionToMnemonic(
file             1146 magick/identify.c   (void) FormatLocaleFile(file,"  Intensity: %s\n",CommandOptionToMnemonic(
file             1148 magick/identify.c   (void) FormatLocaleFile(file,"  Compose: %s\n",CommandOptionToMnemonic(
file             1152 magick/identify.c     (void) FormatLocaleFile(file,"  Page geometry: %.20gx%.20g%+.20g%+.20g\n",
file             1156 magick/identify.c     (void) FormatLocaleFile(file,"  Origin geometry: %+.20g%+.20g\n",(double)
file             1158 magick/identify.c   (void) FormatLocaleFile(file,"  Dispose: %s\n",CommandOptionToMnemonic(
file             1161 magick/identify.c     (void) FormatLocaleFile(file,"  Delay: %.20gx%.20g\n",(double) image->delay,
file             1164 magick/identify.c     (void) FormatLocaleFile(file,"  Iterations: %.20g\n",(double)
file             1167 magick/identify.c     (void) FormatLocaleFile(file,"  Duration: %.20g\n",(double)
file             1170 magick/identify.c     (void) FormatLocaleFile(file,"  Scene: %.20g of %.20g\n",(double)
file             1174 magick/identify.c       (void) FormatLocaleFile(file,"  Scene: %.20g\n",(double) image->scene);
file             1175 magick/identify.c   (void) FormatLocaleFile(file,"  Compression: %s\n",CommandOptionToMnemonic(
file             1178 magick/identify.c     (void) FormatLocaleFile(file,"  Quality: %.20g\n",(double) image->quality);
file             1179 magick/identify.c   (void) FormatLocaleFile(file,"  Orientation: %s\n",CommandOptionToMnemonic(
file             1182 magick/identify.c     (void) FormatLocaleFile(file,"  Montage: %s\n",image->montage);
file             1203 magick/identify.c       (void) FormatLocaleFile(file,"  Directory:\n");
file             1211 magick/identify.c         (void) FormatLocaleFile(file,"    %s",image_info->filename);
file             1217 magick/identify.c             (void) FormatLocaleFile(file,"\n");
file             1220 magick/identify.c         (void) FormatLocaleFile(file," %.20gx%.20g %s\n",(double)
file             1227 magick/identify.c           (void) FormatLocaleFile(file,"  %s:\n",property);
file             1230 magick/identify.c             (void) FormatLocaleFile(file,"%s\n",value);
file             1248 magick/identify.c       (void) FormatLocaleFile(file,"  Properties:\n");
file             1251 magick/identify.c         (void) FormatLocaleFile(file,"    %s: ",property);
file             1254 magick/identify.c           (void) FormatLocaleFile(file,"%s\n",value);
file             1265 magick/identify.c       (void) FormatLocaleFile(file,"  Clipping path: ");
file             1267 magick/identify.c         (void) fputc('\n',file);
file             1268 magick/identify.c       (void) FormatLocaleFile(file,"%s\n",value);
file             1280 magick/identify.c       (void) FormatLocaleFile(file,"  Profiles:\n");
file             1286 magick/identify.c         (void) FormatLocaleFile(file,"    Profile-%s: %.20g bytes\n",name,
file             1375 magick/identify.c               (void) FormatLocaleFile(file,"      %s[%.20g,%.20g]: ",tag,
file             1392 magick/identify.c                         (void) fputs(attribute_list[j],file);
file             1393 magick/identify.c                         (void) fputs("\n",file);
file             1405 magick/identify.c           PrintStringInfo(file,name,profile);
file             1416 magick/identify.c       (void) FormatLocaleFile(file,"  Artifacts:\n");
file             1419 magick/identify.c         (void) FormatLocaleFile(file,"    %s: ",artifact);
file             1422 magick/identify.c           (void) FormatLocaleFile(file,"%s\n",value);
file             1433 magick/identify.c       (void) FormatLocaleFile(file,"  Registry:\n");
file             1436 magick/identify.c         (void) FormatLocaleFile(file,"    %s: ",registry);
file             1440 magick/identify.c           (void) FormatLocaleFile(file,"%s\n",value);
file             1444 magick/identify.c   (void) FormatLocaleFile(file,"  Tainted: %s\n",CommandOptionToMnemonic(
file             1447 magick/identify.c   (void) FormatLocaleFile(file,"  Filesize: %s\n",format);
file             1452 magick/identify.c   (void) FormatLocaleFile(file,"  Number pixels: %s\n",format);
file             1455 magick/identify.c   (void) FormatLocaleFile(file,"  Pixels per second: %s\n",format);
file             1456 magick/identify.c   (void) FormatLocaleFile(file,"  User time: %0.3fu\n",user_time);
file             1457 magick/identify.c   (void) FormatLocaleFile(file,"  Elapsed time: %lu:%02lu.%03lu\n",
file             1461 magick/identify.c   (void) FormatLocaleFile(file,"  Version: %s\n",GetMagickVersion((size_t *)
file             1463 magick/identify.c   (void) fflush(file);
file             1464 magick/identify.c   return(ferror(file) != 0 ? MagickFalse : MagickTrue);
file              214 magick/image.c   SetBlobExempt(image,image_info->file != (FILE *) NULL ? MagickTrue :
file              990 magick/image.c   SetImageInfoFile(clone_info,image_info->file);
file             1477 magick/image.c   return(image_info->file);
file             3003 magick/image.c   image_info->file=file;
file              458 magick/image.h     *file;
file              344 magick/locale.c       n=(ssize_t) vfprintf(file,format,operands);
file              347 magick/locale.c       n=(ssize_t) vfprintf_l(file,format,locale,operands);
file              349 magick/locale.c       n=(ssize_t) vfprintf_l(file,locale,format,operands);
file              361 magick/locale.c       n=(ssize_t) vfprintf(file,format,operands);
file              365 magick/locale.c         n=(ssize_t) vfprintf(file,format,operands);
file              370 magick/locale.c   n=(ssize_t) vfprintf(file,format,operands);
file              386 magick/locale.c   n=FormatLocaleFileList(file,format,operands);
file             1044 magick/locale.c   if (file == (const FILE *) NULL)
file             1045 magick/locale.c     file=stdout;
file             1059 magick/locale.c           (void) FormatLocaleFile(file,"\nPath: %s\n\n",locale_info[i]->path);
file             1060 magick/locale.c         (void) FormatLocaleFile(file,"Tag/Message\n");
file             1061 magick/locale.c         (void) FormatLocaleFile(file,
file             1066 magick/locale.c     (void) FormatLocaleFile(file,"%s\n",locale_info[i]->tag);
file             1068 magick/locale.c       (void) FormatLocaleFile(file,"  %s",locale_info[i]->message);
file             1069 magick/locale.c     (void) FormatLocaleFile(file,"\n");
file             1071 magick/locale.c   (void) fflush(file);
file              124 magick/log.c       *file;
file              352 magick/log.c     if (log_info->file != (FILE *) NULL)
file              354 magick/log.c         (void) FormatLocaleFile(log_info->file,"</log>\n");
file              355 magick/log.c         (void) fclose(log_info->file);
file              356 magick/log.c         log_info->file=(FILE *) NULL;
file              743 magick/log.c     if (file == (const FILE *) NULL)
file              744 magick/log.c       file=stdout;
file              761 magick/log.c             (void) FormatLocaleFile(file,"\nPath: %s\n\n",log_info[i]->path);
file              774 magick/log.c                 (void) FormatLocaleFile(file,"%s ",LogHandlers[j].name);
file              779 magick/log.c             (void) FormatLocaleFile(file," ");
file              780 magick/log.c           (void) FormatLocaleFile(file," Generations     Limit  Format\n");
file              781 magick/log.c           (void) FormatLocaleFile(file,"-----------------------------------------"
file              787 magick/log.c           (void) FormatLocaleFile(file,"%s",log_info[i]->filename);
file              789 magick/log.c             (void) FormatLocaleFile(file," ");
file              791 magick/log.c       (void) FormatLocaleFile(file,"%9g  ",(double) log_info[i]->generations);
file              792 magick/log.c       (void) FormatLocaleFile(file,"%8g   ",(double) log_info[i]->limit);
file              794 magick/log.c         (void) FormatLocaleFile(file,"%s",log_info[i]->format);
file              795 magick/log.c       (void) FormatLocaleFile(file,"\n");
file              797 magick/log.c     (void) fflush(file);
file              859 magick/log.c     if (p->file != (FILE *) NULL)
file              861 magick/log.c         (void) FormatLocaleFile(p->file,"</log>\n");
file              862 magick/log.c         (void) fclose(p->file);
file              863 magick/log.c         p->file=(FILE *) NULL;
file             1321 magick/log.c         if (log_info->file != (FILE *) NULL)
file             1322 magick/log.c           (void) fstat(fileno(log_info->file),&file_info);
file             1325 magick/log.c             (void) FormatLocaleFile(log_info->file,"</log>\n");
file             1326 magick/log.c             (void) fclose(log_info->file);
file             1327 magick/log.c             log_info->file=(FILE *) NULL;
file             1329 magick/log.c         if (log_info->file == (FILE *) NULL)
file             1342 magick/log.c             log_info->file=fopen_utf8(filename,"ab");
file             1344 magick/log.c             if (log_info->file == (FILE *) NULL)
file             1351 magick/log.c               (void) FormatLocaleFile(log_info->file,"<?xml version=\"1.0\" "
file             1353 magick/log.c             (void) FormatLocaleFile(log_info->file,"<log>\n");
file             1355 magick/log.c         (void) FormatLocaleFile(log_info->file,"  <event>%s</event>\n",text);
file             1356 magick/log.c         (void) fflush(log_info->file);
file             1445 magick/mac.c     parameter_info.csParam.ioMatchPtr=file;
file              677 magick/magic.c   if (file == (const FILE *) NULL)
file              678 magick/magic.c     file=stdout;
file              692 magick/magic.c           (void) FormatLocaleFile(file,"\nPath: %s\n\n",magic_info[i]->path);
file              693 magick/magic.c         (void) FormatLocaleFile(file,"Name      Offset Target\n");
file              694 magick/magic.c         (void) FormatLocaleFile(file,
file              699 magick/magic.c     (void) FormatLocaleFile(file,"%s",magic_info[i]->name);
file              701 magick/magic.c       (void) FormatLocaleFile(file," ");
file              702 magick/magic.c     (void) FormatLocaleFile(file,"%6ld ",(long) magic_info[i]->offset);
file              710 magick/magic.c             (void) FormatLocaleFile(file,"%c",magic_info[i]->target[j]);
file              712 magick/magic.c             (void) FormatLocaleFile(file,"\\%03o",(unsigned int)
file              715 magick/magic.c     (void) FormatLocaleFile(file,"\n");
file              717 magick/magic.c   (void) fflush(file);
file              955 magick/magick.c   if (file == (FILE *) NULL)
file              956 magick/magick.c     file=stdout;
file              962 magick/magick.c   (void) FormatLocaleFile(file,"   Format  Mode  Description\n");
file              964 magick/magick.c   (void) FormatLocaleFile(file,"   Format  Module    Mode  Description\n");
file              966 magick/magick.c   (void) FormatLocaleFile(file,
file              973 magick/magick.c     (void) FormatLocaleFile(file,"%9s%c ",
file              986 magick/magick.c       (void) FormatLocaleFile(file,"%9s ",module);
file              989 magick/magick.c     (void) FormatLocaleFile(file,"%c%c%c ",magick_info[i]->decoder ? 'r' : '-',
file              993 magick/magick.c       (void) FormatLocaleFile(file,"  %s",magick_info[i]->description);
file              995 magick/magick.c       (void) FormatLocaleFile(file," (%s)",magick_info[i]->version);
file              996 magick/magick.c     (void) FormatLocaleFile(file,"\n");
file             1007 magick/magick.c               (void) FormatLocaleFile(file,"           %s\n",text[j]);
file             1014 magick/magick.c   (void) FormatLocaleFile(file,"\n* native blob support\n");
file             1015 magick/magick.c   (void) FormatLocaleFile(file,"r read support\n");
file             1016 magick/magick.c   (void) FormatLocaleFile(file,"w write support\n");
file             1017 magick/magick.c   (void) FormatLocaleFile(file,"+ support for multiple images\n");
file             1018 magick/magick.c   (void) fflush(file);
file               80 magick/matrix.c     file;
file              141 magick/matrix.c   if (lseek(matrix_info->file,offset,SEEK_SET) < 0)
file              151 magick/matrix.c     count=write(matrix_info->file,buffer+i,(size_t) MagickMin(length-i,
file              154 magick/matrix.c     count=pwrite(matrix_info->file,buffer+i,(size_t) MagickMin(length-i,
file              180 magick/matrix.c   offset=(MagickOffsetType) lseek(matrix_info->file,0,SEEK_END);
file              189 magick/matrix.c     (void) posix_fallocate(matrix_info->file,offset+1,extent-offset);
file              252 magick/matrix.c   matrix_info->file=(-1);
file              264 magick/matrix.c       matrix_info->file=AcquireUniqueFileResource(matrix_info->path);
file              265 magick/matrix.c       if (matrix_info->file == -1)
file              273 magick/matrix.c               matrix_info->elements=(void *) MapBlob(matrix_info->file,IOMode,0,
file              396 magick/matrix.c       if (matrix_info->file != -1)
file              397 magick/matrix.c         (void) close(matrix_info->file);
file              676 magick/matrix.c   if (lseek(matrix_info->file,offset,SEEK_SET) < 0)
file              686 magick/matrix.c     count=read(matrix_info->file,buffer+i,(size_t) MagickMin(length-i,
file              689 magick/matrix.c     count=pread(matrix_info->file,buffer+i,(size_t) MagickMin(length-i,
file             1025 magick/matrix.c   (void) lseek(matrix_info->file,0,SEEK_SET);
file             1030 magick/matrix.c       count=write(matrix_info->file,&value,sizeof(value));
file              614 magick/memory.c         file;
file              619 magick/memory.c       file=AcquireUniqueFileResource(memory_info->filename);
file              620 magick/memory.c       if (file == -1)
file              624 magick/memory.c           if ((lseek(file,length-1,SEEK_SET) < 0) || (write(file,"",1) != 1))
file              632 magick/memory.c                   memory_info->blob=MapBlob(file,IOMode,0,length);
file              642 magick/memory.c           (void) close(file);
file              726 magick/mime.c    if (file == (const FILE *) NULL)
file              727 magick/mime.c      file=stdout;
file              741 magick/mime.c            (void) FormatLocaleFile(file,"\nPath: %s\n\n",mime_info[i]->path);
file              742 magick/mime.c          (void) FormatLocaleFile(file,"Type                   Description\n");
file              743 magick/mime.c          (void) FormatLocaleFile(file,
file              748 magick/mime.c      (void) FormatLocaleFile(file,"%s",mime_info[i]->type);
file              752 magick/mime.c            (void) FormatLocaleFile(file," ");
file              756 magick/mime.c          (void) FormatLocaleFile(file,"\n");
file              758 magick/mime.c            (void) FormatLocaleFile(file," ");
file              761 magick/mime.c        (void) FormatLocaleFile(file,"%s",mime_info[i]->description);
file              762 magick/mime.c      (void) FormatLocaleFile(file,"\n");
file              764 magick/mime.c    (void) fflush(file);
file             1082 magick/module.c   if (file == (const FILE *) NULL)
file             1083 magick/module.c     file=stdout;
file             1094 magick/module.c   (void) FormatLocaleFile(file,"\nPath: %s\n\n",path);
file             1095 magick/module.c   (void) FormatLocaleFile(file,"Image Coder\n");
file             1096 magick/module.c   (void) FormatLocaleFile(file,
file             1101 magick/module.c     (void) FormatLocaleFile(file,"%s",modules[i]);
file             1102 magick/module.c     (void) FormatLocaleFile(file,"\n");
file             1104 magick/module.c   (void) fflush(file);
file             1121 magick/module.c   (void) FormatLocaleFile(file,"\nPath: %s\n\n",path);
file             1122 magick/module.c   (void) FormatLocaleFile(file,"Image Filter\n");
file             1123 magick/module.c   (void) FormatLocaleFile(file,
file             1128 magick/module.c     (void) FormatLocaleFile(file,"%s",modules[i]);
file             1129 magick/module.c     (void) FormatLocaleFile(file,"\n");
file             1131 magick/module.c   (void) fflush(file);
file             1625 magick/module.c   magick_unreferenced(file);
file             1577 magick/nt-base.c   if ((file == -1) && (flags & MAP_ANONYMOUS))
file             1580 magick/nt-base.c     file_handle=(HANDLE) _get_osfhandle(file);
file             2453 magick/nt-base.c   file_handle=(HANDLE) _get_osfhandle(file);
file               73 magick/nt-base.h #   define chsize(file,length)  chsize(file,length)
file               75 magick/nt-base.h #   define chsize(file,length)  _chsize(file,length)
file              123 magick/nt-base.h #  define ftruncate(file,length)  NTTruncateFile(file,length)
file              181 magick/nt-base.h   NTMapMemory(address,length,protection,access,file,offset)
file             1720 magick/opencl.c   profileFile = fopen(file, "wb");
file             1874 magick/opencl.c   status = readProFile(file, &contentStart, &contentSize);
file             2350 magick/option.c   if (file == (FILE *) NULL)
file             2351 magick/option.c     file=stdout;
file             2359 magick/option.c     (void) FormatLocaleFile(file,"%s\n",option_info[i].mnemonic);
file              651 magick/policy.c   if (file == (const FILE *) NULL)
file              652 magick/policy.c     file=stdout;
file              664 magick/policy.c       (void) FormatLocaleFile(file,"\nPath: %s\n",policy_info[i]->path);
file              668 magick/policy.c     (void) FormatLocaleFile(file,"  Policy: %s\n",domain);
file              673 magick/policy.c           (void) FormatLocaleFile(file,"    name: %s\n",policy_info[i]->name);
file              675 magick/policy.c           (void) FormatLocaleFile(file,"    value: %s\n",policy_info[i]->value);
file              679 magick/policy.c         (void) FormatLocaleFile(file,"    rights: ");
file              681 magick/policy.c           (void) FormatLocaleFile(file,"None ");
file              683 magick/policy.c           (void) FormatLocaleFile(file,"Read ");
file              685 magick/policy.c           (void) FormatLocaleFile(file,"Write ");
file              687 magick/policy.c           (void) FormatLocaleFile(file,"Execute ");
file              688 magick/policy.c         (void) FormatLocaleFile(file,"\n");
file              690 magick/policy.c           (void) FormatLocaleFile(file,"    pattern: %s\n",
file              696 magick/policy.c   (void) fflush(file);
file              330 magick/random.c     count=(ssize_t) read(file,q,length);
file              458 magick/random.c       file;
file              461 magick/random.c     file=mkstemp(path);
file              462 magick/random.c     if (file != -1)
file              464 magick/random.c         (void) fchmod(file,0600);
file              466 magick/random.c         setmode(file,O_BINARY);
file              468 magick/random.c         (void) close(file);
file              514 magick/random.c       file;
file              543 magick/random.c     file=open_utf8(filename,O_RDONLY | O_BINARY,0);
file              545 magick/random.c     if (file != -1)
file              548 magick/random.c         count=ReadRandom(file,GetStringInfoDatum(chaos),MaxEntropyExtent);
file              549 magick/random.c         (void) close(file);
file              561 magick/random.c         file=open_utf8(filename,O_RDONLY | O_BINARY,0);
file              563 magick/random.c         if (file == -1)
file              568 magick/random.c             file=open_utf8(filename,O_RDONLY | O_BINARY,0);
file              570 magick/random.c         if (file != -1)
file              573 magick/random.c             count=ReadRandom(file,GetStringInfoDatum(chaos),MaxEntropyExtent);
file              574 magick/random.c             (void) close(file);
file               80 magick/resource.c     file,
file              260 magick/resource.c       resource_info.file+=size;
file              263 magick/resource.c         ((MagickSizeType) resource_info.file < limit) ?
file              265 magick/resource.c       (void) FormatMagickSize((MagickSizeType) resource_info.file,MagickFalse,
file              482 magick/resource.c     file;
file              509 magick/resource.c   file=(-1);
file              526 magick/resource.c     file=mkstemp(path);
file              527 magick/resource.c     if (file != -1)
file              529 magick/resource.c         (void) fchmod(file,0600);
file              531 magick/resource.c         setmode(file,O_BINARY);
file              545 magick/resource.c     file=open_utf8(path,O_RDWR | O_CREAT | O_EXCL | O_BINARY | O_NOFOLLOW,
file              547 magick/resource.c     if ((file >= 0) || (errno != EEXIST))
file              551 magick/resource.c   if (file == -1)
file              552 magick/resource.c     return(file);
file              562 magick/resource.c   return(file);
file              628 magick/resource.c       resource=(MagickSizeType) resource_info.file;
file              835 magick/resource.c   if (file == (const FILE *) NULL)
file              836 magick/resource.c     file=stdout;
file              852 magick/resource.c   (void) FormatLocaleFile(file,"Resource limits:\n");
file              853 magick/resource.c   (void) FormatLocaleFile(file,"  Width: %s\n",width_limit);
file              854 magick/resource.c   (void) FormatLocaleFile(file,"  Height: %s\n",height_limit);
file              855 magick/resource.c   (void) FormatLocaleFile(file,"  Area: %s\n",area_limit);
file              856 magick/resource.c   (void) FormatLocaleFile(file,"  Memory: %s\n",memory_limit);
file              857 magick/resource.c   (void) FormatLocaleFile(file,"  Map: %s\n",map_limit);
file              858 magick/resource.c   (void) FormatLocaleFile(file,"  Disk: %s\n",disk_limit);
file              859 magick/resource.c   (void) FormatLocaleFile(file,"  File: %.20g\n",(double) ((MagickOffsetType)
file              861 magick/resource.c   (void) FormatLocaleFile(file,"  Thread: %.20g\n",(double) ((MagickOffsetType)
file              863 magick/resource.c   (void) FormatLocaleFile(file,"  Throttle: %.20g\n",(double)
file              865 magick/resource.c   (void) FormatLocaleFile(file,"  Time: %s\n",time_limit);
file              866 magick/resource.c   (void) fflush(file);
file              966 magick/resource.c       resource_info.file-=size;
file              967 magick/resource.c       (void) FormatMagickSize((MagickSizeType) resource_info.file,MagickFalse,
file              580 magick/string.c     file;
file              595 magick/string.c   file=open_utf8(filename,O_RDONLY | O_BINARY,0);
file              596 magick/string.c   if (file == -1)
file              598 magick/string.c   offset=(MagickOffsetType) lseek(file,0,SEEK_END);
file              601 magick/string.c       file=close(file)-1;
file              610 magick/string.c       file=close(file)-1;
file              613 magick/string.c   map=MapBlob(file,ReadMode,0,length);
file              627 magick/string.c       (void) lseek(file,0,SEEK_SET);
file              630 magick/string.c         count=read(file,string+i,(size_t) MagickMin(length-i,(size_t)
file              641 magick/string.c           file=close(file)-1;
file              647 magick/string.c   file=close(file)-1;
file             1740 magick/string.c   (void) FormatLocaleFile(file,"%s(%.20g): ",id,(double) string_info->length);
file             1744 magick/string.c         (void) fputc(string_info->datum[i],file);
file             1745 magick/string.c       (void) fputc('\n',file);
file             1754 magick/string.c     (void) FormatLocaleFile(file,"0x%08lx: ",(unsigned long) (0x14*i));
file             1757 magick/string.c       (void) FormatLocaleFile(file,"%02lx",(unsigned long) (*(p+j)) & 0xff);
file             1759 magick/string.c         (void) fputc(' ',file);
file             1763 magick/string.c       (void) fputc(' ',file);
file             1764 magick/string.c       (void) fputc(' ',file);
file             1766 magick/string.c         (void) fputc(' ',file);
file             1768 magick/string.c     (void) fputc(' ',file);
file             1772 magick/string.c         (void) fputc(*p,file);
file             1774 magick/string.c         (void) fputc('-',file);
file             1777 magick/string.c     (void) fputc('\n',file);
file              104 magick/string_.h   PrintStringInfo(FILE *file,const char *,const StringInfo *),
file             1204 magick/threshold.c   assert( file != (FILE *) NULL );
file             1212 magick/threshold.c   (void) FormatLocaleFile(file,"%-16s %-12s %s\n","Map","Alias","Description");
file             1213 magick/threshold.c   (void) FormatLocaleFile(file,
file             1243 magick/threshold.c     (void) FormatLocaleFile(file,"%-16s %-12s %s\n",map,alias ? alias : "",
file             1288 magick/threshold.c   if (file == (FILE *) NULL)
file             1289 magick/threshold.c     file=stdout;
file             1291 magick/threshold.c   (void) FormatLocaleFile(file,
file             1296 magick/threshold.c     (void) FormatLocaleFile(file,"\nPath: %s\n\n",GetStringInfoPath(option));
file             1297 magick/threshold.c     status&=ListThresholdMapFile(file,(const char *) GetStringInfoDatum(option),
file              742 magick/type.c      *file,
file              802 magick/type.c      status=FcPatternGetString(font_set->fonts[i],FC_FILE,0,&file);
file              806 magick/type.c      GetPathComponent((const char *) file,ExtensionPath,extension);
file              881 magick/type.c      type_info->glyphs=ConstantString((const char *) file);
file              958 magick/type.c    if (file == (FILE *) NULL)
file              959 magick/type.c      file=stdout;
file              973 magick/type.c        (void) FormatLocaleFile(file,"\nPath: %s\n",type_info[i]->path);
file              988 magick/type.c      (void) FormatLocaleFile(file,"  Font: %s\n",name);
file              989 magick/type.c      (void) FormatLocaleFile(file,"    family: %s\n",family);
file              990 magick/type.c      (void) FormatLocaleFile(file,"    style: %s\n",style);
file              991 magick/type.c      (void) FormatLocaleFile(file,"    stretch: %s\n",stretch);
file              992 magick/type.c      (void) FormatLocaleFile(file,"    weight: %s\n",weight);
file              993 magick/type.c      (void) FormatLocaleFile(file,"    glyphs: %s\n",glyphs);
file              995 magick/type.c    (void) fflush(file);
file              109 magick/utility-private.h      *file;
file              124 magick/utility-private.h    file=_wfopen(path_wide,mode_wide);
file              127 magick/utility-private.h    return(file);
file              179 magick/utility-private.h      *file;
file              194 magick/utility-private.h    file=_wpopen(command_wide,type_wide);
file              197 magick/utility-private.h    return(file);
file              112 magick/utility.c     file;
file              114 magick/utility.c   file=AcquireUniqueFileResource(path);
file              115 magick/utility.c   if (file == -1)
file              117 magick/utility.c   file=close(file)-1;
file             1788 magick/utility.c     file,
file             1820 magick/utility.c   file=open_utf8(path,O_WRONLY | O_EXCL | O_BINARY,S_MODE);
file             1821 magick/utility.c   if (file == -1)
file             1836 magick/utility.c   if ((fstat(file,&file_stats) == 0) && (file_stats.st_size > 0))
file             1850 magick/utility.c     if (lseek(file,0,SEEK_SET) < 0)
file             1861 magick/utility.c       count=write(file,GetStringInfoDatum(key),(size_t)
file             1875 magick/utility.c   status=close(file);
file              585 magick/version.c   (void) FormatLocaleFile(file,"Version: %s\n",
file              587 magick/version.c   (void) FormatLocaleFile(file,"Copyright: %s\n",GetMagickCopyright());
file              588 magick/version.c   (void) FormatLocaleFile(file,"License: %s\n",GetMagickLicense());
file              589 magick/version.c   (void) FormatLocaleFile(file,"Features: %s\n",GetMagickFeatures());
file              590 magick/version.c   (void) FormatLocaleFile(file,"Delegates (built-in): %s\n\n",
file              605 magick/xml-tree.c     file;
file              624 magick/xml-tree.c   file=fileno(stdin);
file              626 magick/xml-tree.c     file=open_utf8(filename,O_RDONLY | O_BINARY,0);
file              627 magick/xml-tree.c   if (file == -1)
file              629 magick/xml-tree.c   offset=(MagickOffsetType) lseek(file,0,SEEK_END);
file              631 magick/xml-tree.c   if ((file == fileno(stdin)) || (offset < 0) ||
file              643 magick/xml-tree.c       offset=(MagickOffsetType) lseek(file,0,SEEK_SET);
file              645 magick/xml-tree.c       if ((fstat(file,&file_stats) == 0) && (file_stats.st_size > 0))
file              650 magick/xml-tree.c         count=read(file,xml+i,quantum);
file              667 magick/xml-tree.c         file=close(file);
file              670 magick/xml-tree.c       if (file == -1)
file              685 magick/xml-tree.c       file=close(file);
file              688 magick/xml-tree.c   map=MapBlob(file,ReadMode,0,length);
file              696 magick/xml-tree.c       (void) lseek(file,0,SEEK_SET);
file              699 magick/xml-tree.c         count=read(file,xml+i,(size_t) MagickMin(length-i,SSIZE_MAX));
file              709 magick/xml-tree.c           file=close(file)-1;
file              716 magick/xml-tree.c     file=close(file);
file              717 magick/xml-tree.c   if (file == -1)
file             1908 magick/xwindow.c     *file;
file             1934 magick/xwindow.c   file=(FILE *) NULL;
file             1937 magick/xwindow.c     file=fdopen(unique_file,"w");
file             1938 magick/xwindow.c   if ((unique_file == -1) || (file == (FILE *) NULL))
file             1945 magick/xwindow.c       (void) FormatLocaleFile(file,"Display\n  gamma: %s\n\n",
file             1950 magick/xwindow.c   (void) FormatLocaleFile(file,"X\n  visual: %s\n",
file             1952 magick/xwindow.c   (void) FormatLocaleFile(file,"  depth: %d\n",windows->image.ximage->depth);
file             1954 magick/xwindow.c     (void) FormatLocaleFile(file,"  colormap size: %d\n",
file             1957 magick/xwindow.c     (void) FormatLocaleFile(file,"  colormap type: Shared\n");
file             1959 magick/xwindow.c     (void) FormatLocaleFile(file,"  colormap type: Private\n");
file             1960 magick/xwindow.c   (void) FormatLocaleFile(file,"  geometry: %dx%d\n",
file             1963 magick/xwindow.c     (void) FormatLocaleFile(file,"  crop geometry: %s\n",
file             1966 magick/xwindow.c     (void) FormatLocaleFile(file,"  type: X Image\n");
file             1968 magick/xwindow.c     (void) FormatLocaleFile(file,"  type: Pixmap\n");
file             1970 magick/xwindow.c     (void) FormatLocaleFile(file,"  non-rectangular shape: True\n");
file             1972 magick/xwindow.c     (void) FormatLocaleFile(file,"  non-rectangular shape: False\n");
file             1974 magick/xwindow.c     (void) FormatLocaleFile(file,"  shared memory: True\n");
file             1976 magick/xwindow.c     (void) FormatLocaleFile(file,"  shared memory: False\n");
file             1977 magick/xwindow.c   (void) FormatLocaleFile(file,"\n");
file             1979 magick/xwindow.c     (void) FormatLocaleFile(file,"Font: %s\n\n",resource_info->font);
file             1981 magick/xwindow.c     (void) FormatLocaleFile(file,"Text font: %s\n\n",resource_info->text_font);
file             1992 magick/xwindow.c   (void) FormatLocaleFile(file,"Undo Edit Cache\n  levels: %u\n",levels);
file             1993 magick/xwindow.c   (void) FormatLocaleFile(file,"  bytes: %.20gmb\n",(double)
file             1995 magick/xwindow.c   (void) FormatLocaleFile(file,"  limit: %.20gmb\n\n",(double)
file             2000 magick/xwindow.c   (void) IdentifyImage(image,file,MagickTrue);
file             2001 magick/xwindow.c   (void) fclose(file);
file             6574 wand/magick-image.c     *file;
file             6591 wand/magick-image.c   file=(FILE *) NULL;
file             6593 wand/magick-image.c     file=fdopen(unique_file,"wb");
file             6594 wand/magick-image.c   if ((unique_file == -1) || (file == (FILE *) NULL))
file             6600 wand/magick-image.c   (void) IdentifyImage(wand->images,file,MagickTrue);
file             6601 wand/magick-image.c   (void) fclose(file);
file             8154 wand/magick-image.c   assert(file != (FILE *) NULL);
file             8158 wand/magick-image.c   SetImageInfoFile(read_info,file);
file             8785 wand/magick-image.c   assert(file != (FILE *) NULL);
file             8789 wand/magick-image.c   SetImageInfoFile(read_info,file);
file             13168 wand/magick-image.c   assert(file != (FILE *) NULL);
file             13177 wand/magick-image.c   SetImageInfoFile(write_info,file);
file             13277 wand/magick-image.c   SetImageInfoFile(write_info,file);