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 3585 coders/dcm.c *file; file 3602 coders/dcm.c file=(FILE *) NULL; file 3605 coders/dcm.c file=fdopen(unique_file,"wb"); file 3606 coders/dcm.c if (file == (FILE *) NULL) file 3622 coders/dcm.c (void) fputc(c,file); file 3624 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 172 coders/json.c static void JsonFormatLocaleFile(FILE *file,const char *format,const char *value) file 189 coders/json.c (void) FormatLocaleFile(file,format,"null"); file 221 coders/json.c (void) FormatLocaleFile(file,format,"null"); file 265 coders/json.c (void) FormatLocaleFile(file,format,escaped_json); file 269 coders/json.c static void ColorFormatLocaleFile(FILE *file,const char *format,Image *image, file 281 coders/json.c (void) FormatLocaleFile(file,format,color); file 390 coders/json.c static ssize_t PrintChannelFeatures(FILE *file,const ChannelType channel, file 504 coders/json.c n=FormatLocaleFile(file,FeaturesFormat,name, file 519 coders/json.c (void) FormatLocaleFile(file," }"); file 521 coders/json.c (void) FormatLocaleFile(file,","); file 522 coders/json.c (void) FormatLocaleFile(file,"\n"); file 526 coders/json.c static ssize_t PrintChannelLocations(FILE *file,const Image *image, file 560 coders/json.c (void) FormatLocaleFile(file," \"%s\": {\n \"intensity\": " file 614 coders/json.c (void) FormatLocaleFile(file,",\n"); file 615 coders/json.c (void) FormatLocaleFile(file," \"location%.20g\": {\n" file 625 coders/json.c (void) FormatLocaleFile(file,"\n }"); file 627 coders/json.c (void) FormatLocaleFile(file,","); file 628 coders/json.c (void) FormatLocaleFile(file,"\n"); file 632 coders/json.c static ssize_t PrintChannelMoments(FILE *file,const ChannelType channel, file 642 coders/json.c n=FormatLocaleFile(file," \"%s\": {\n",name); file 643 coders/json.c n+=FormatLocaleFile(file," \"centroid\": {\n " file 648 coders/json.c n+=FormatLocaleFile(file," \"ellipseSemiMajorMinorAxis\": {\n" file 653 coders/json.c n+=FormatLocaleFile(file," \"ellipseAngle\": \"%.*g\",\n", file 655 coders/json.c n+=FormatLocaleFile(file," \"ellipseEccentricity\": \"%.*g\",\n", file 657 coders/json.c n+=FormatLocaleFile(file," \"ellipseIntensity\": \"%.*g\",\n", file 660 coders/json.c n+=FormatLocaleFile(file," \"I%.20g\": \"%.*g\",\n",i+1.0, file 662 coders/json.c n+=FormatLocaleFile(file," \"I%.20g\": \"%.*g\"\n",i+1.0, file 664 coders/json.c (void) FormatLocaleFile(file," }"); file 666 coders/json.c (void) FormatLocaleFile(file,","); file 667 coders/json.c (void) FormatLocaleFile(file,"\n"); file 671 coders/json.c static ssize_t PrintChannelPerceptualHash(FILE *file,const ChannelType channel, file 681 coders/json.c n=FormatLocaleFile(file," \"%s\": {\n",name); file 683 coders/json.c n+=FormatLocaleFile(file, file 687 coders/json.c n+=FormatLocaleFile(file, file 691 coders/json.c (void) FormatLocaleFile(file," }"); file 693 coders/json.c (void) FormatLocaleFile(file,","); file 694 coders/json.c (void) FormatLocaleFile(file,"\n"); file 698 coders/json.c static ssize_t PrintChannelStatistics(FILE *file,const ChannelType channel, file 713 coders/json.c n=FormatLocaleFile(file,StatisticsFormat,name,ClampToQuantum(scale* file 721 coders/json.c (void) FormatLocaleFile(file,","); file 722 coders/json.c (void) FormatLocaleFile(file,"\n"); file 725 coders/json.c n=FormatLocaleFile(file,StatisticsFormat,name,ClampToQuantum(scale* file 731 coders/json.c (void) FormatLocaleFile(file,","); file 732 coders/json.c (void) FormatLocaleFile(file,"\n"); file 736 coders/json.c static MagickBooleanType EncodeImageAttributes(Image *image,FILE *file) file 794 coders/json.c if (file == (FILE *) NULL) file 795 coders/json.c file=stdout; file 806 coders/json.c JsonFormatLocaleFile(file,"{\n \"image\": {\n \"name\": %s,\n", file 815 coders/json.c JsonFormatLocaleFile(file," \"baseName\": %s,\n",filename); file 818 coders/json.c JsonFormatLocaleFile(file," \"format\": %s,\n",image->magick); file 821 coders/json.c JsonFormatLocaleFile(file," \"formatDescription\": %s,\n", file 825 coders/json.c JsonFormatLocaleFile(file," \"mimeType\": %s,\n", file 827 coders/json.c JsonFormatLocaleFile(file," \"class\": %s,\n",CommandOptionToMnemonic( file 829 coders/json.c (void) FormatLocaleFile(file," \"geometry\": {\n" file 837 coders/json.c (void) FormatLocaleFile(file," \"baseGeometry\": {\n" file 842 coders/json.c (void) FormatLocaleFile(file," \"resolution\": {\n" file 845 coders/json.c (void) FormatLocaleFile(file," \"printSize\": {\n" file 850 coders/json.c JsonFormatLocaleFile(file," \"units\": %s,\n",CommandOptionToMnemonic( file 852 coders/json.c JsonFormatLocaleFile(file," \"type\": %s,\n",CommandOptionToMnemonic( file 855 coders/json.c JsonFormatLocaleFile(file," \"baseType\": %s,\n", file 857 coders/json.c JsonFormatLocaleFile(file," \"endianess\": %s,\n", file 895 coders/json.c (void) FormatLocaleFile(file," \"channel%s\": {\n",target); file 897 coders/json.c (void) PrintChannelLocations(file,image,AlphaChannel,"alpha", file 904 coders/json.c (void) PrintChannelLocations(file,image,RedChannel,"red", file 906 coders/json.c (void) PrintChannelLocations(file,image,GreenChannel,"Green", file 908 coders/json.c (void) PrintChannelLocations(file,image,BlueChannel,"blue", file 914 coders/json.c (void) PrintChannelLocations(file,image,CyanChannel,"cyan", file 916 coders/json.c (void) PrintChannelLocations(file,image,MagentaChannel,"magenta", file 918 coders/json.c (void) PrintChannelLocations(file,image,YellowChannel,"yellow", file 920 coders/json.c (void) PrintChannelLocations(file,image,BlackChannel,"black", file 926 coders/json.c (void) PrintChannelLocations(file,image,GrayChannel,"gray", file 931 coders/json.c (void) FormatLocaleFile(file," },\n"); file 938 coders/json.c JsonFormatLocaleFile(file," \"colorspace\": %s,\n", file 967 coders/json.c (void) FormatLocaleFile(file," \"depth\": %.20g,\n",(double) depth); file 968 coders/json.c (void) FormatLocaleFile(file," \"baseDepth\": %.20g,\n",(double) file 970 coders/json.c (void) FormatLocaleFile(file," \"channelDepth\": {\n"); file 974 coders/json.c (void) FormatLocaleFile(file," \"alpha\": %.20g,\n",(double) file 981 coders/json.c (void) FormatLocaleFile(file," \"red\": %.20g,\n",(double) file 983 coders/json.c (void) FormatLocaleFile(file," \"green\": %.20g,\n",(double) file 985 coders/json.c (void) FormatLocaleFile(file," \"blue\": %.20g\n",(double) file 991 coders/json.c (void) FormatLocaleFile(file," \"cyan\": %.20g,\n",(double) file 993 coders/json.c (void) FormatLocaleFile(file," \"magenta\": %.20g,\n",(double) file 995 coders/json.c (void) FormatLocaleFile(file," \"yellow\": %.20g,\n",(double) file 997 coders/json.c (void) FormatLocaleFile(file," \"black\": %.20g\n",(double) file 1003 coders/json.c (void) FormatLocaleFile(file," \"gray\": %.20g\n",(double) file 1008 coders/json.c (void) FormatLocaleFile(file," },\n"); file 1015 coders/json.c (void) FormatLocaleFile(file," \"pixels\": %.20g,\n", file 1019 coders/json.c (void) FormatLocaleFile(file," \"imageStatistics\": {\n"); file 1020 coders/json.c (void) PrintChannelStatistics(file,CompositeChannels,"all",1.0/ file 1022 coders/json.c (void) FormatLocaleFile(file," },\n"); file 1024 coders/json.c (void) FormatLocaleFile(file," \"channelStatistics\": {\n"); file 1026 coders/json.c (void) PrintChannelStatistics(file,AlphaChannel,"alpha",1.0/scale, file 1033 coders/json.c (void) PrintChannelStatistics(file,RedChannel,"red",1.0/scale, file 1035 coders/json.c (void) PrintChannelStatistics(file,GreenChannel,"green",1.0/scale, file 1037 coders/json.c (void) PrintChannelStatistics(file,BlueChannel,"blue",1.0/scale, file 1043 coders/json.c (void) PrintChannelStatistics(file,CyanChannel,"cyan",1.0/scale, file 1045 coders/json.c (void) PrintChannelStatistics(file,MagentaChannel,"magenta",1.0/scale, file 1047 coders/json.c (void) PrintChannelStatistics(file,YellowChannel,"yellow",1.0/scale, file 1049 coders/json.c (void) PrintChannelStatistics(file,BlackChannel,"black",1.0/scale, file 1055 coders/json.c (void) PrintChannelStatistics(file,GrayChannel,"gray",1.0/scale, file 1060 coders/json.c (void) FormatLocaleFile(file," },\n"); file 1066 coders/json.c (void) FormatLocaleFile(file," \"channelMoments\": {\n"); file 1068 coders/json.c (void) PrintChannelMoments(file,AlphaChannel,"alpha",MagickTrue, file 1075 coders/json.c (void) PrintChannelMoments(file,RedChannel,"red",MagickTrue, file 1077 coders/json.c (void) PrintChannelMoments(file,GreenChannel,"green",MagickTrue, file 1079 coders/json.c (void) PrintChannelMoments(file,BlueChannel,"blue",MagickFalse, file 1085 coders/json.c (void) PrintChannelMoments(file,CyanChannel,"cyan",MagickTrue, file 1087 coders/json.c (void) PrintChannelMoments(file,MagentaChannel,"magenta",MagickTrue, file 1089 coders/json.c (void) PrintChannelMoments(file,YellowChannel,"yellow",MagickTrue, file 1091 coders/json.c (void) PrintChannelMoments(file,BlackChannel,"black",MagickFalse, file 1097 coders/json.c (void) PrintChannelMoments(file,GrayChannel,"gray",MagickFalse, file 1102 coders/json.c (void) FormatLocaleFile(file," },\n"); file 1108 coders/json.c (void) FormatLocaleFile(file," \"channelPerceptualHash\": {\n"); file 1110 coders/json.c (void) PrintChannelPerceptualHash(file,AlphaChannel,"alphaAlpha", file 1112 coders/json.c (void) PrintChannelPerceptualHash(file,RedChannel,"redHue",MagickTrue, file 1114 coders/json.c (void) PrintChannelPerceptualHash(file,GreenChannel,"greenChroma", file 1116 coders/json.c (void) PrintChannelPerceptualHash(file,BlueChannel,"blueLuma",MagickFalse, file 1118 coders/json.c (void) FormatLocaleFile(file," },\n"); file 1124 coders/json.c (void) FormatLocaleFile(file," \"channelFeatures\": {\n"); file 1126 coders/json.c (void) PrintChannelFeatures(file,AlphaChannel,"alpha",MagickTrue, file 1133 coders/json.c (void) PrintChannelFeatures(file,RedChannel,"red",MagickTrue, file 1135 coders/json.c (void) PrintChannelFeatures(file,GreenChannel,"green",MagickTrue, file 1137 coders/json.c (void) PrintChannelFeatures(file,BlueChannel,"blue",MagickFalse, file 1143 coders/json.c (void) PrintChannelFeatures(file,CyanChannel,"cyan",MagickTrue, file 1145 coders/json.c (void) PrintChannelFeatures(file,MagentaChannel,"magenta",MagickTrue, file 1147 coders/json.c (void) PrintChannelFeatures(file,YellowChannel,"yellow",MagickTrue, file 1149 coders/json.c (void) PrintChannelFeatures(file,BlackChannel,"black",MagickFalse, file 1155 coders/json.c (void) PrintChannelFeatures(file,GrayChannel,"gray",MagickFalse, file 1160 coders/json.c (void) FormatLocaleFile(file," },\n"); file 1165 coders/json.c (void) FormatLocaleFile(file," \"totalInkDensity\": \"%.*g%%\",\n", file 1195 coders/json.c ColorFormatLocaleFile(file," \"alpha\": \"%s\",\n",image,p, file 1203 coders/json.c (void) FormatLocaleFile(file," \"colormapEntries\": %.20g,\n", file 1205 coders/json.c (void) FormatLocaleFile(file," \"colormap\": [\n "); file 1209 coders/json.c ColorFormatLocaleFile(file,"\"%s\"",image,p,(IndexPacket *) NULL); file 1211 coders/json.c (void) FormatLocaleFile(file,","); file 1213 coders/json.c (void) FormatLocaleFile(file,"\n "); file 1216 coders/json.c (void) FormatLocaleFile(file,"\n ],\n"); file 1219 coders/json.c (void) FormatLocaleFile(file," \"meanErrorPerPixel\": \"%g\",\n", file 1222 coders/json.c (void) FormatLocaleFile(file," \"normalizedMeanError\": \"%g\",\n", file 1225 coders/json.c (void) FormatLocaleFile(file," \"normalizedMaximumError\": \"%g\",\n", file 1227 coders/json.c JsonFormatLocaleFile(file," \"renderingIntent\": %s,\n", file 1231 coders/json.c (void) FormatLocaleFile(file," \"gamma\": %g,\n",image->gamma); file 1240 coders/json.c (void) FormatLocaleFile(file," \"chromaticity\": {\n"); file 1241 coders/json.c (void) FormatLocaleFile(file," \"redPrimary\": {\n" file 1244 coders/json.c (void) FormatLocaleFile(file," \"greenPrimary\": {\n" file 1248 coders/json.c (void) FormatLocaleFile(file," \"bluePrimary\": {\n" file 1251 coders/json.c (void) FormatLocaleFile(file," \"whitePrimary\": {\n" file 1254 coders/json.c (void) FormatLocaleFile(file," },\n"); file 1257 coders/json.c (void) FormatLocaleFile(file," \"tileGeometry\": {\n" file 1262 coders/json.c ColorFormatLocaleFile(file," \"backgroundColor\": \"%s\",\n",image, file 1264 coders/json.c ColorFormatLocaleFile(file," \"borderColor\": \"%s\",\n",image, file 1266 coders/json.c ColorFormatLocaleFile(file," \"matteColor\": \"%s\",\n",image, file 1268 coders/json.c ColorFormatLocaleFile(file," \"transparentColor\": \"%s\",\n",image, file 1270 coders/json.c JsonFormatLocaleFile(file," \"interlace\": %s,\n",CommandOptionToMnemonic( file 1272 coders/json.c JsonFormatLocaleFile(file," \"intensity\": %s,\n",CommandOptionToMnemonic( file 1275 coders/json.c JsonFormatLocaleFile(file," \"compose\": %s,\n", file 1279 coders/json.c (void) FormatLocaleFile(file," \"pageGeometry\": {\n" file 1285 coders/json.c (void) FormatLocaleFile(file," \"originGeometry\": %+.20g%+.20g\n", file 1287 coders/json.c JsonFormatLocaleFile(file," \"dispose\": %s,\n", file 1290 coders/json.c (void) FormatLocaleFile(file," \"delay\": \"%.20gx%.20g\"\n", file 1293 coders/json.c (void) FormatLocaleFile(file," \"iterations\": %.20g,\n",(double) file 1296 coders/json.c (void) FormatLocaleFile(file," \"scene\": %.20g\n \"scenes\": " file 1300 coders/json.c (void) FormatLocaleFile(file," \"scene\": %.20g,\n",(double) file 1302 coders/json.c JsonFormatLocaleFile(file," \"compression\": %s,\n", file 1306 coders/json.c (void) FormatLocaleFile(file," \"quality\": %.20g,\n",(double) file 1308 coders/json.c JsonFormatLocaleFile(file," \"orientation\": %s,\n", file 1312 coders/json.c JsonFormatLocaleFile(file," \"montage\": \"%s\",\n",image->montage); file 1333 coders/json.c (void) FormatLocaleFile(file," \"montageDirectory\": ["); file 1342 coders/json.c JsonFormatLocaleFile(file,"{\n \"name\": %s", file 1349 coders/json.c (void) FormatLocaleFile(file," }"); file 1352 coders/json.c (void) FormatLocaleFile(file,",\n \"info\": \"%.20gx%.20g %s\"", file 1360 coders/json.c JsonFormatLocaleFile(file,",\n %s: ",property); file 1362 coders/json.c JsonFormatLocaleFile(file,"%s",value); file 1367 coders/json.c (void) FormatLocaleFile(file,"\n },"); file 1369 coders/json.c (void) FormatLocaleFile(file,"\n }"); file 1371 coders/json.c (void) FormatLocaleFile(file,"],\n"); file 1389 coders/json.c (void) FormatLocaleFile(file," \"properties\": {\n"); file 1393 coders/json.c (void) FormatLocaleFile(file,",\n"); file 1394 coders/json.c JsonFormatLocaleFile(file," %s: ",property); file 1396 coders/json.c JsonFormatLocaleFile(file,"%s",value); file 1399 coders/json.c (void) FormatLocaleFile(file,"\n },\n"); file 1408 coders/json.c (void) FormatLocaleFile(file," \"clipping path\": {\n"); file 1409 coders/json.c JsonFormatLocaleFile(file,"%s\n",value); file 1410 coders/json.c (void) FormatLocaleFile(file," },\n"); file 1426 coders/json.c (void) FormatLocaleFile(file," \"profiles\": {\n"); file 1433 coders/json.c (void) FormatLocaleFile(file,",\n"); file 1434 coders/json.c JsonFormatLocaleFile(file," %s: {\n",name); file 1522 coders/json.c (void) FormatLocaleFile(file," \"%s[%.20g,%.20g]\": ", file 1537 coders/json.c (void) FormatLocaleFile(file,"["); file 1541 coders/json.c (void) FormatLocaleFile(file,","); file 1542 coders/json.c JsonFormatLocaleFile(file,"%s",attribute_list[j]); file 1546 coders/json.c (void) FormatLocaleFile(file,"],"); file 1551 coders/json.c (void) FormatLocaleFile(file,"null,"); file 1555 coders/json.c (void) FormatLocaleFile(file,"null,"); file 1558 coders/json.c (void) FormatLocaleFile(file," \"length\": \"%.20g\"",(double) file 1560 coders/json.c (void) FormatLocaleFile(file,"\n }"); file 1563 coders/json.c (void) FormatLocaleFile(file,"\n },\n"); file 1576 coders/json.c (void) FormatLocaleFile(file," \"artifacts\": {\n"); file 1580 coders/json.c (void) FormatLocaleFile(file,",\n"); file 1581 coders/json.c JsonFormatLocaleFile(file," %s: ",artifact); file 1583 coders/json.c JsonFormatLocaleFile(file,"%s",value); file 1586 coders/json.c (void) FormatLocaleFile(file,"\n },\n"); file 1598 coders/json.c (void) FormatLocaleFile(file," \"registry\": {\n"); file 1603 coders/json.c (void) FormatLocaleFile(file,",\n"); file 1604 coders/json.c JsonFormatLocaleFile(file," %s: ",registry); file 1607 coders/json.c JsonFormatLocaleFile(file,"%s",value); file 1610 coders/json.c (void) FormatLocaleFile(file," },\n"); file 1612 coders/json.c (void) FormatLocaleFile(file," \"tainted\": %s,\n", file 1615 coders/json.c JsonFormatLocaleFile(file," \"filesize\": %s,\n",format); file 1620 coders/json.c JsonFormatLocaleFile(file," \"numberPixels\": %s,\n",format); file 1623 coders/json.c JsonFormatLocaleFile(file," \"pixelsPerSecond\": %s,\n",format); file 1624 coders/json.c (void) FormatLocaleFile(file," \"userTime\": \"%0.3fu\",\n",user_time); file 1625 coders/json.c (void) FormatLocaleFile(file," \"elapsedTime\": \"%lu:%02lu.%03lu\",\n", file 1629 coders/json.c JsonFormatLocaleFile(file," \"version\": %s\n", file 1631 coders/json.c (void) FormatLocaleFile(file," }\n}\n"); file 1632 coders/json.c (void) fflush(file); file 1633 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 241 coders/meta.c static char *super_fgets(char **b, int *blen, Image *file) file 255 coders/meta.c c=ReadBlobByte(file); file 538 coders/meta.c static char *super_fgets_w(char **b, int *blen, Image *file) file 552 coders/meta.c c=(int) ReadBlobLSBShort(file); file 555 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 418 coders/pdf.c file; file 694 coders/pdf.c file=AcquireUniqueFileResource(postscript_filename); file 695 coders/pdf.c if (file == -1) file 702 coders/pdf.c count=write(file," ",1); file 703 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 3683 coders/png.c mng_info->ob[object_id]->image->file=(FILE *) NULL; file 449 coders/ps.c file; file 833 coders/ps.c file=AcquireUniqueFileResource(postscript_filename); file 834 coders/ps.c if (file == -1) file 844 coders/ps.c count=write(file,command,(unsigned int) strlen(command)); file 852 coders/ps.c count=write(file,translate_geometry,(unsigned int) file 855 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 296 coders/tiff.c static inline size_t WriteLSBLong(FILE *file,const size_t value) file 305 coders/tiff.c return(fwrite(buffer,1,4,file)); file 315 coders/tiff.c *file; file 357 coders/tiff.c file=(FILE *) NULL; file 360 coders/tiff.c file=fdopen(unique_file,"wb"); file 361 coders/tiff.c if ((unique_file == -1) || (file == (FILE *) NULL)) file 363 coders/tiff.c length=fwrite("\111\111\052\000\010\000\000\000\016\000",1,10,file); file 364 coders/tiff.c length=fwrite("\376\000\003\000\001\000\000\000\000\000\000\000",1,12,file); file 365 coders/tiff.c length=fwrite("\000\001\004\000\001\000\000\000",1,8,file); file 366 coders/tiff.c length=WriteLSBLong(file,image->columns); file 367 coders/tiff.c length=fwrite("\001\001\004\000\001\000\000\000",1,8,file); file 368 coders/tiff.c length=WriteLSBLong(file,image->rows); file 369 coders/tiff.c length=fwrite("\002\001\003\000\001\000\000\000\001\000\000\000",1,12,file); file 370 coders/tiff.c length=fwrite("\003\001\003\000\001\000\000\000\004\000\000\000",1,12,file); file 371 coders/tiff.c length=fwrite("\006\001\003\000\001\000\000\000\000\000\000\000",1,12,file); file 372 coders/tiff.c length=fwrite("\021\001\003\000\001\000\000\000",1,8,file); file 374 coders/tiff.c length=WriteLSBLong(file,(size_t) strip_offset); file 375 coders/tiff.c length=fwrite("\022\001\003\000\001\000\000\000",1,8,file); file 376 coders/tiff.c length=WriteLSBLong(file,(size_t) image_info->orientation); file 377 coders/tiff.c length=fwrite("\025\001\003\000\001\000\000\000\001\000\000\000",1,12,file); file 378 coders/tiff.c length=fwrite("\026\001\004\000\001\000\000\000",1,8,file); file 379 coders/tiff.c length=WriteLSBLong(file,image->rows); file 380 coders/tiff.c length=fwrite("\027\001\004\000\001\000\000\000\000\000\000\000",1,12,file); file 381 coders/tiff.c offset=(ssize_t) ftell(file)-4; file 382 coders/tiff.c length=fwrite("\032\001\005\000\001\000\000\000",1,8,file); file 383 coders/tiff.c length=WriteLSBLong(file,(size_t) (strip_offset-8)); file 384 coders/tiff.c length=fwrite("\033\001\005\000\001\000\000\000",1,8,file); file 385 coders/tiff.c length=WriteLSBLong(file,(size_t) (strip_offset-8)); file 386 coders/tiff.c length=fwrite("\050\001\003\000\001\000\000\000\002\000\000\000",1,12,file); file 387 coders/tiff.c length=fwrite("\000\000\000\000",1,4,file); file 388 coders/tiff.c length=WriteLSBLong(file,(size_t) (image->x_resolution+0.5)); file 389 coders/tiff.c length=WriteLSBLong(file,1); file 391 coders/tiff.c (void) fputc(c,file); file 392 coders/tiff.c offset=(ssize_t) fseek(file,(ssize_t) offset,SEEK_SET); file 393 coders/tiff.c length=WriteLSBLong(file,(unsigned int) length); file 394 coders/tiff.c (void) fclose(file); file 2424 coders/tiff.c *file; file 2473 coders/tiff.c file=(FILE *) NULL; file 2476 coders/tiff.c file=fdopen(unique_file,"wb"); file 2477 coders/tiff.c if ((unique_file == -1) || (file == (FILE *) NULL)) file 2487 coders/tiff.c SetImageInfoFile(write_info,file); file 2494 coders/tiff.c (void) fflush(file); file 2500 coders/tiff.c (void) fclose(file); file 2508 coders/tiff.c (void) fclose(file); file 2521 coders/tiff.c (void) fclose(file); file 2535 coders/tiff.c (void) fclose(file); file 2552 coders/tiff.c (void) fclose(file); file 114 coders/url.c *file; file 119 coders/url.c file=(FILE *) userdata; file 120 coders/url.c if (file == (FILE *) NULL) file 124 coders/url.c length=fwrite(data,size,1,file); file 141 coders/url.c *file; file 155 coders/url.c file=(FILE *) NULL; file 158 coders/url.c file=fdopen(unique_file,"wb"); file 159 coders/url.c if ((unique_file == -1) || (file == (FILE *) NULL)) file 179 coders/url.c (void) fclose(file); file 200 coders/url.c (void) xmlNanoFTPGet(context,GetFTPData,(void *) file, file 228 coders/url.c count=(ssize_t) fwrite(buffer,bytes,1,file); file 236 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 1720 magick/annotate.c *file; file 1755 magick/annotate.c file=(FILE *) NULL; file 1758 magick/annotate.c file=fdopen(unique_file,"wb"); file 1759 magick/annotate.c if ((unique_file == -1) || (file == (FILE *) NULL)) file 1765 magick/annotate.c (void) FormatLocaleFile(file,"%%!PS-Adobe-3.0\n"); file 1766 magick/annotate.c (void) FormatLocaleFile(file,"/ReencodeType\n"); file 1767 magick/annotate.c (void) FormatLocaleFile(file,"{\n"); file 1768 magick/annotate.c (void) FormatLocaleFile(file," findfont dup length\n"); file 1769 magick/annotate.c (void) FormatLocaleFile(file, file 1771 magick/annotate.c (void) FormatLocaleFile(file, file 1773 magick/annotate.c (void) FormatLocaleFile(file,"} bind def\n"); file 1794 magick/annotate.c (void) FormatLocaleFile(file,"%g %g moveto\n",identity != MagickFalse ? 0.0 : file 1796 magick/annotate.c (void) FormatLocaleFile(file,"%g %g scale\n",draw_info->pointsize, file 1800 magick/annotate.c (void) FormatLocaleFile(file, file 1803 magick/annotate.c (void) FormatLocaleFile(file, file 1806 magick/annotate.c (void) FormatLocaleFile(file,"[%g %g %g %g 0 0] concat\n", file 1811 magick/annotate.c (void) FormatLocaleFile(file,"(%s) stringwidth pop -0.5 mul -0.5 rmoveto\n", file 1813 magick/annotate.c (void) FormatLocaleFile(file,"(%s) show\n",text); file 1815 magick/annotate.c (void) FormatLocaleFile(file,"showpage\n"); file 1816 magick/annotate.c (void) fclose(file); file 100 magick/blob.c *file; file 209 magick/blob.c blob_info->file_info.file=(FILE *) NULL; file 249 magick/blob.c file; file 261 magick/blob.c file=AcquireUniqueFileResource(filename); file 263 magick/blob.c file=open_utf8(filename,O_RDWR | O_CREAT | O_EXCL | O_BINARY,S_MODE); file 264 magick/blob.c if (file == -1) file 271 magick/blob.c count=write(file,(const char *) blob+i,MagickMin(length-i,SSIZE_MAX)); file 279 magick/blob.c file=close(file); file 280 magick/blob.c if ((file == -1) || (i < length)) file 464 magick/blob.c clone_info->file_info.file=blob_info->file_info.file; file 520 magick/blob.c status=fsync(fileno(image->blob->file_info.file)); file 521 magick/blob.c status=ferror(image->blob->file_info.file); file 542 magick/blob.c if ((image->blob->file_info.file != (FILE *) NULL) && file 545 magick/blob.c (void) fsync(fileno(image->blob->file_info.file)); file 546 magick/blob.c status=ferror(image->blob->file_info.file); file 567 magick/blob.c status=fclose(image->blob->file_info.file); file 573 magick/blob.c status=pclose(image->blob->file_info.file); file 595 magick/blob.c if (image->blob->file_info.file != (FILE *) NULL) file 596 magick/blob.c status=fclose(image->blob->file_info.file); file 702 magick/blob.c blob_info->file_info.file=(FILE *) NULL; file 894 magick/blob.c image->blob->eof=feof(image->blob->file_info.file) != 0 ? MagickTrue : file 965 magick/blob.c file; file 986 magick/blob.c file=fileno(stdin); file 988 magick/blob.c file=open_utf8(filename,O_RDONLY | O_BINARY,0); file 989 magick/blob.c if (file == -1) file 994 magick/blob.c offset=(MagickOffsetType) lseek(file,0,SEEK_END); file 996 magick/blob.c if ((file == fileno(stdin)) || (offset < 0) || file 1008 magick/blob.c offset=(MagickOffsetType) lseek(file,0,SEEK_SET); file 1010 magick/blob.c if ((fstat(file,&file_stats) == 0) && (file_stats.st_size > 0)) file 1015 magick/blob.c count=read(file,blob+i,quantum); file 1033 magick/blob.c file=close(file); file 1040 magick/blob.c if (file == -1) file 1058 magick/blob.c file=close(file); file 1063 magick/blob.c map=MapBlob(file,ReadMode,0,*length); file 1071 magick/blob.c (void) lseek(file,0,SEEK_SET); file 1074 magick/blob.c count=read(file,blob+i,MagickMin(*length-i,SSIZE_MAX)); file 1084 magick/blob.c file=close(file)-1; file 1092 magick/blob.c file=close(file); file 1093 magick/blob.c if (file == -1) file 1159 magick/blob.c file; file 1178 magick/blob.c file=fileno(stdin); file 1180 magick/blob.c file=open_utf8(filename,O_RDONLY | O_BINARY,0); file 1181 magick/blob.c if (file == -1) file 1188 magick/blob.c if ((fstat(file,&file_stats) == 0) && (file_stats.st_size > 0)) file 1193 magick/blob.c file=close(file); file 1200 magick/blob.c count=read(file,blob,quantum); file 1216 magick/blob.c file=close(file); file 1217 magick/blob.c if (file == -1) file 1282 magick/blob.c return(image->blob->file_info.file); file 1400 magick/blob.c if (fstat(fileno(image->blob->file_info.file),&image->blob->properties) == 0) file 1597 magick/blob.c file; file 1602 magick/blob.c file=AcquireUniqueFileResource(unique); file 1603 magick/blob.c if (file == -1) file 1610 magick/blob.c blob_info->file=fdopen(file,"wb"); file 1611 magick/blob.c if (blob_info->file != (FILE *) NULL) file 1617 magick/blob.c (void) fclose(blob_info->file); file 1662 magick/blob.c file; file 1691 magick/blob.c file=AcquireUniqueFileResource(filename); file 1694 magick/blob.c file=fileno(stdout); file 1696 magick/blob.c file=open_utf8(filename,O_RDWR | O_CREAT | O_EXCL | O_BINARY,S_MODE); file 1697 magick/blob.c if (file == -1) file 1703 magick/blob.c if ((fstat(file,&file_stats) == 0) && (file_stats.st_size > 0)) file 1708 magick/blob.c file=close(file)-1; file 1720 magick/blob.c count=write(file,p+i,(size_t) (length-i)); file 1733 magick/blob.c file=close(file); file 1735 magick/blob.c if ((file == -1) || (i < length)) file 1737 magick/blob.c if (file != -1) file 1738 magick/blob.c file=close(file); file 1858 magick/blob.c file; file 1863 magick/blob.c file=AcquireUniqueFileResource(unique); file 1864 magick/blob.c if (file == -1) file 1871 magick/blob.c blob_info->file=fdopen(file,"wb"); file 1872 magick/blob.c if (blob_info->file != (FILE *) NULL) file 1878 magick/blob.c (void) fclose(blob_info->file); file 1939 magick/blob.c file; file 1972 magick/blob.c file=AcquireUniqueFileResource(filename); file 1973 magick/blob.c if (file != -1) file 1974 magick/blob.c unique_file=fdopen(file,"wb"); file 1975 magick/blob.c if ((file == -1) || (unique_file == (FILE *) NULL)) file 2008 magick/blob.c file=open_utf8(filename,O_RDONLY | O_BINARY,0); file 2009 magick/blob.c if (file == -1) file 2017 magick/blob.c if ((fstat(file,&file_stats) == 0) && (file_stats.st_size > 0)) file 2023 magick/blob.c file=close(file); file 2029 magick/blob.c count=read(file,buffer,quantum); file 2039 magick/blob.c file=close(file); file 2040 magick/blob.c if (file == -1) file 2187 magick/blob.c MagickExport unsigned char *MapBlob(int file,const MapMode mode, file 2202 magick/blob.c if (file == -1) file 2231 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags,file, file 2235 magick/blob.c MAP_HUGETLB,file,(off_t) offset); file 2237 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags,file, file 2244 magick/blob.c (void) file; file 2394 magick/blob.c status=setvbuf(image->blob->file_info.file,(char *) NULL,size == 0 ? file 2467 magick/blob.c ((*filename == '\0') && (image_info->file == (FILE *) NULL))) file 2469 magick/blob.c image->blob->file_info.file=(*type == 'r') ? stdin : stdout; file 2472 magick/blob.c setmode(fileno(image->blob->file_info.file),_O_BINARY); file 2485 magick/blob.c image->blob->file_info.file=fdopen(StringToLong(filename+3),mode); file 2488 magick/blob.c setmode(fileno(image->blob->file_info.file),_O_BINARY); file 2509 magick/blob.c image->blob->file_info.file=(FILE *) popen_utf8(filename+1,mode); file 2510 magick/blob.c if (image->blob->file_info.file == (FILE *) NULL) file 2524 magick/blob.c image->blob->file_info.file=(FILE *) fopen_utf8(filename,type); file 2525 magick/blob.c if (image->blob->file_info.file == (FILE *) NULL) file 2568 magick/blob.c if (image_info->file != (FILE *) NULL) file 2570 magick/blob.c image->blob->file_info.file=image_info->file; file 2577 magick/blob.c image->blob->file_info.file=(FILE *) fopen_utf8(filename,type); file 2578 magick/blob.c if (image->blob->file_info.file != (FILE *) NULL) file 2589 magick/blob.c count=fread(magick,1,sizeof(magick),image->blob->file_info.file); file 2590 magick/blob.c (void) fseek(image->blob->file_info.file,-((off_t) count),SEEK_CUR); file 2592 magick/blob.c (void) fflush(image->blob->file_info.file); file 2600 magick/blob.c if (image->blob->file_info.file != (FILE *) NULL) file 2601 magick/blob.c (void) fclose(image->blob->file_info.file); file 2602 magick/blob.c image->blob->file_info.file=(FILE *) NULL; file 2611 magick/blob.c if (image->blob->file_info.file != (FILE *) NULL) file 2612 magick/blob.c (void) fclose(image->blob->file_info.file); file 2613 magick/blob.c image->blob->file_info.file=(FILE *) NULL; file 2642 magick/blob.c blob=MapBlob(fileno(image->blob->file_info.file),ReadMode,0, file 2651 magick/blob.c if (image_info->file != (FILE *) NULL) file 2655 magick/blob.c (void) fclose(image->blob->file_info.file); file 2656 magick/blob.c image->blob->file_info.file=(FILE *) NULL; file 2690 magick/blob.c image->blob->file_info.file=(FILE *) fopen_utf8(filename,type); file 2691 magick/blob.c if (image->blob->file_info.file != (FILE *) NULL) file 2861 magick/blob.c count=(ssize_t) fread(q,1,length,image->blob->file_info.file); file 2866 magick/blob.c c=getc(image->blob->file_info.file); file 2874 magick/blob.c c=getc(image->blob->file_info.file); file 2882 magick/blob.c c=getc(image->blob->file_info.file); file 2890 magick/blob.c c=getc(image->blob->file_info.file); file 3738 magick/blob.c if (fseek(image->blob->file_info.file,offset,whence) < 0) file 3908 magick/blob.c image->blob->file_info.file); file 3911 magick/blob.c (void) posix_fallocate(fileno(image->blob->file_info.file),offset, file 3949 magick/blob.c image->blob->file_info.file); file 3954 magick/blob.c file; file 3956 magick/blob.c file=fileno(image->blob->file_info.file); file 3957 magick/blob.c if ((file == -1) || (offset < 0)) file 3959 magick/blob.c (void) posix_fallocate(file,offset,extent-offset); file 3967 magick/blob.c image->blob->file_info.file),WriteMode,0,(size_t) extent); file 4031 magick/blob.c status=fflush(image->blob->file_info.file); file 4097 magick/blob.c offset=ftell(image->blob->file_info.file); file 4225 magick/blob.c 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 4251 magick/blob.c c=putc((int) *p++,image->blob->file_info.file); file 180 magick/cache-private.h file; file 195 magick/cache.c cache_info->file=(-1); file 617 magick/cache.c if ((fstat(cache_info->file,&file_stats) == 0) && (file_stats.st_size > 0)) file 623 magick/cache.c while ((count=read(cache_info->file,buffer,quantum)) > 0) file 628 magick/cache.c number_bytes=write(clone_info->file,buffer,(size_t) count); file 910 magick/cache.c if (cache_info->file != -1) file 912 magick/cache.c status=close(cache_info->file); file 913 magick/cache.c cache_info->file=(-1); file 947 magick/cache.c if (cache_info->file != -1) file 3406 magick/cache.c file; file 3411 magick/cache.c if ((cache_info->file != -1) && (cache_info->mode == mode)) file 3414 magick/cache.c file=AcquireUniqueFileResource(cache_info->cache_filename); file 3420 magick/cache.c file=open_utf8(cache_info->cache_filename,O_RDONLY | O_BINARY,0); file 3425 magick/cache.c file=open_utf8(cache_info->cache_filename,O_WRONLY | O_CREAT | file 3427 magick/cache.c if (file == -1) file 3428 magick/cache.c file=open_utf8(cache_info->cache_filename,O_WRONLY | O_BINARY,S_MODE); file 3434 magick/cache.c file=open_utf8(cache_info->cache_filename,O_RDWR | O_CREAT | O_BINARY | file 3436 magick/cache.c if (file == -1) file 3437 magick/cache.c file=open_utf8(cache_info->cache_filename,O_RDWR | O_BINARY,S_MODE); file 3441 magick/cache.c if (file == -1) file 3444 magick/cache.c if (cache_info->file != -1) file 3446 magick/cache.c cache_info->file=file; file 3462 magick/cache.c if (lseek(cache_info->file,offset,SEEK_SET) < 0) file 3469 magick/cache.c count=write(cache_info->file,buffer+i,(size_t) MagickMin(length-i,(size_t) file 3472 magick/cache.c count=pwrite(cache_info->file,buffer+i,(size_t) MagickMin(length-i,(size_t) file 3505 magick/cache.c cache_info->cache_filename,cache_info->file,format); file 3508 magick/cache.c offset=(MagickOffsetType) lseek(cache_info->file,0,SEEK_END); file 3520 magick/cache.c (void) posix_fallocate(cache_info->file,offset+1,extent-offset); file 3526 magick/cache.c offset=(MagickOffsetType) lseek(cache_info->file,0,SEEK_SET); file 3571 magick/cache.c source_info.file=(-1); file 3744 magick/cache.c cache_info->pixels=(PixelPacket *) MapBlob(cache_info->file,mode, file 3778 magick/cache.c cache_info->file,type,(double) cache_info->columns,(double) file 3800 magick/cache.c cache_info->cache_filename,cache_info->file,type,(double) file 4214 magick/cache.c if (lseek(cache_info->file,offset,SEEK_SET) < 0) file 4221 magick/cache.c count=read(cache_info->file,buffer+i,(size_t) MagickMin(length-i,(size_t) file 4224 magick/cache.c count=pread(cache_info->file,buffer+i,(size_t) MagickMin(length-i,(size_t) file 721 magick/coder.c MagickExport MagickBooleanType ListCoderInfo(FILE *file, file 739 magick/coder.c if (file == (const FILE *) NULL) file 740 magick/coder.c file=stdout; file 753 magick/coder.c (void) FormatLocaleFile(file,"\nPath: %s\n\n",coder_info[i]->path); file 754 magick/coder.c (void) FormatLocaleFile(file,"Magick Coder\n"); file 755 magick/coder.c (void) FormatLocaleFile(file, file 760 magick/coder.c (void) FormatLocaleFile(file,"%s",coder_info[i]->magick); file 762 magick/coder.c (void) FormatLocaleFile(file," "); file 764 magick/coder.c (void) FormatLocaleFile(file,"%s",coder_info[i]->name); file 765 magick/coder.c (void) FormatLocaleFile(file,"\n"); file 768 magick/coder.c (void) fflush(file); file 2116 magick/color.c MagickExport MagickBooleanType ListColorInfo(FILE *file, file 2137 magick/color.c if (file == (const FILE *) NULL) file 2138 magick/color.c file=stdout; file 2151 magick/color.c (void) FormatLocaleFile(file,"\nPath: %s\n\n",color_info[i]->path); file 2152 magick/color.c (void) FormatLocaleFile(file, file 2155 magick/color.c (void) FormatLocaleFile(file, file 2160 magick/color.c (void) FormatLocaleFile(file,"%-21.21s ",color_info[i]->name); file 2162 magick/color.c (void) FormatLocaleFile(file,"%-45.45s ",tuple); file 2164 magick/color.c (void) FormatLocaleFile(file,"SVG "); file 2166 magick/color.c (void) FormatLocaleFile(file,"X11 "); file 2168 magick/color.c (void) FormatLocaleFile(file,"XPM "); file 2169 magick/color.c (void) FormatLocaleFile(file,"\n"); file 2172 magick/color.c (void) fflush(file); file 1051 magick/configure.c MagickExport MagickBooleanType ListConfigureInfo(FILE *file, file 1071 magick/configure.c if (file == (const FILE *) NULL) file 1072 magick/configure.c file=stdout; file 1085 magick/configure.c (void) FormatLocaleFile(file,"\nPath: %s\n\n", file 1087 magick/configure.c (void) FormatLocaleFile(file,"Name Value\n"); file 1088 magick/configure.c (void) FormatLocaleFile(file, file 1096 magick/configure.c (void) FormatLocaleFile(file,"%s",name); file 1098 magick/configure.c (void) FormatLocaleFile(file," "); file 1099 magick/configure.c (void) FormatLocaleFile(file," "); file 1103 magick/configure.c (void) FormatLocaleFile(file,"%s",value); file 1104 magick/configure.c (void) FormatLocaleFile(file,"\n"); file 1106 magick/configure.c (void) fflush(file); file 1375 magick/delegate.c MagickExport MagickBooleanType ListDelegateInfo(FILE *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 1664 magick/deprecate.c MagickExport MagickBooleanType DescribeImage(Image *image,FILE *file, file 1667 magick/deprecate.c return(IdentifyImage(image,file,verbose)); file 5262 magick/deprecate.c *file; file 5269 magick/deprecate.c file=(FILE *) NULL; file 5285 magick/deprecate.c file=_wfopen(unicode_path,unicode_mode); file 5290 magick/deprecate.c if (file == (FILE *) NULL) file 5291 magick/deprecate.c file=fopen(path,mode); file 5292 magick/deprecate.c return(file); file 8877 magick/display.c *file; file 8897 magick/display.c file=fdopen(unique_file,"w"); file 8898 magick/display.c if (file == (FILE *) NULL) file 8905 magick/display.c (void) fputc((int) *p,file); file 8906 magick/display.c (void) fputc('\n',file); file 8907 magick/display.c (void) fclose(file); file 31 magick/distribute-cache-private.h file; file 109 magick/distribute-cache.c #define send(file,buffer,length,flags) 0 file 110 magick/distribute-cache.c #define recv(file,buffer,length,flags) 0 file 147 magick/distribute-cache.c static inline MagickOffsetType dpc_read(int file,const MagickSizeType length, file 157 magick/distribute-cache.c magick_unreferenced(file); file 164 magick/distribute-cache.c count=recv(file,CHAR_TYPE_CAST message+i,(LENGTH_TYPE) MagickMin(length-i, file 353 magick/distribute-cache.c server_info->file=ConnectPixelCacheServer(hostname,server_info->port, file 355 magick/distribute-cache.c if (server_info->file == -1) file 396 magick/distribute-cache.c if (server_info->file > 0) file 397 magick/distribute-cache.c CLOSE_SOCKET(server_info->file); file 438 magick/distribute-cache.c static inline MagickOffsetType dpc_send(int file,const MagickSizeType length, file 448 magick/distribute-cache.c magick_unreferenced(file); file 458 magick/distribute-cache.c count=(MagickOffsetType) send(file,CHAR_TYPE_CAST message+i,(LENGTH_TYPE) file 470 magick/distribute-cache.c static MagickBooleanType OpenDistributeCache(SplayTreeInfo *registry,int file, file 499 magick/distribute-cache.c count=dpc_read(file,length,message); file 523 magick/distribute-cache.c int file,const size_t session_key,ExceptionInfo *exception) file 557 magick/distribute-cache.c count=dpc_read(file,length,message); file 576 magick/distribute-cache.c count=dpc_send(file,length,(unsigned char *) indexes); file 583 magick/distribute-cache.c int file,const size_t session_key,ExceptionInfo *exception) file 614 magick/distribute-cache.c count=dpc_read(file,length,message); file 632 magick/distribute-cache.c count=dpc_send(file,length,(unsigned char *) p); file 644 magick/distribute-cache.c int file,const size_t session_key,ExceptionInfo *exception) file 678 magick/distribute-cache.c count=dpc_read(file,length,message); file 697 magick/distribute-cache.c count=dpc_read(file,length,(unsigned char *) indexes); file 704 magick/distribute-cache.c int file,const size_t session_key,ExceptionInfo *exception) file 735 magick/distribute-cache.c count=dpc_read(file,length,message); file 753 magick/distribute-cache.c count=dpc_read(file,length,(unsigned char *) q); file 1022 magick/distribute-cache.c return(server_info->file); file 1155 magick/distribute-cache.c count=dpc_send(server_info->file,p-message,message); file 1159 magick/distribute-cache.c count=dpc_read(server_info->file,sizeof(status),(unsigned char *) &status); file 1234 magick/distribute-cache.c count=dpc_send(server_info->file,p-message,message); file 1237 magick/distribute-cache.c return(dpc_read(server_info->file,length,indexes)); file 1309 magick/distribute-cache.c count=dpc_send(server_info->file,p-message,message); file 1312 magick/distribute-cache.c return(dpc_read(server_info->file,length,pixels)); file 1367 magick/distribute-cache.c count=dpc_send(server_info->file,p-message,message); file 1370 magick/distribute-cache.c count=dpc_read(server_info->file,sizeof(status),(unsigned char *) &status); file 1445 magick/distribute-cache.c count=dpc_send(server_info->file,p-message,message); file 1448 magick/distribute-cache.c return(dpc_send(server_info->file,length,indexes)); file 1521 magick/distribute-cache.c count=dpc_send(server_info->file,p-message,message); file 1524 magick/distribute-cache.c return(dpc_send(server_info->file,length,pixels)); file 3146 magick/effect.c file; file 3157 magick/effect.c file=AcquireUniqueFileResource(filename); file 3158 magick/effect.c if (file != -1) file 3159 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 2547 magick/fx.c if (fx_info->file != (FILE *) NULL) file 2548 magick/fx.c (void) FormatLocaleFile(fx_info->file, file 2963 magick/fx.c *file; file 2968 magick/fx.c file=fx_info->file; file 2969 magick/fx.c fx_info->file=(FILE *) NULL; file 2971 magick/fx.c fx_info->file=file; file 1161 magick/histogram.c MagickExport size_t GetNumberColors(const Image *image,FILE *file, file 1190 magick/histogram.c if (file == (FILE *) NULL) file 1231 magick/histogram.c (void) FormatLocaleFile(file,"%10.20g",(double) ((MagickOffsetType) file 1233 magick/histogram.c (void) FormatLocaleFile(file,": %s %s %s\n",tuple,hex,color); file 1246 magick/histogram.c (void) fflush(file); file 235 magick/identify.c static ssize_t PrintChannelFeatures(FILE *file,const ChannelType channel, file 278 magick/identify.c n=FormatLocaleFile(file,FeaturesFormat,name, file 296 magick/identify.c static ssize_t PrintChannelLocations(FILE *file,const Image *image, 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 394 magick/identify.c static ssize_t PrintChannelMoments(FILE *file,const ChannelType channel, 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 429 magick/identify.c static ssize_t PrintChannelPerceptualHash(FILE *file,const ChannelType channel, 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 446 magick/identify.c static ssize_t PrintChannelStatistics(FILE *file,const ChannelType channel, file 460 magick/identify.c n=FormatLocaleFile(file,StatisticsFormat,name,ClampToQuantum( file 476 magick/identify.c n=FormatLocaleFile(file,StatisticsFormat,name,ClampToQuantum((MagickRealType) file 489 magick/identify.c MagickExport MagickBooleanType IdentifyImage(Image *image,FILE *file, file 554 magick/identify.c if (file == (FILE *) NULL) file 555 magick/identify.c file=stdout; file 589 magick/identify.c (void) FormatLocaleFile(file," Channel %s locations:\n",locate); file 595 magick/identify.c (void) PrintChannelLocations(file,image,RedChannel,"Red",type, file 597 magick/identify.c (void) PrintChannelLocations(file,image,GreenChannel,"Green",type, file 599 magick/identify.c (void) PrintChannelLocations(file,image,BlueChannel,"Blue",type, file 605 magick/identify.c (void) PrintChannelLocations(file,image,CyanChannel,"Cyan",type, file 607 magick/identify.c (void) PrintChannelLocations(file,image,MagentaChannel,"Magenta",type, file 609 magick/identify.c (void) PrintChannelLocations(file,image,YellowChannel,"Yellow",type, file 611 magick/identify.c (void) PrintChannelLocations(file,image,BlackChannel,"Black",type, file 617 magick/identify.c (void) PrintChannelLocations(file,image,GrayChannel,"Gray",type, file 623 magick/identify.c (void) PrintChannelLocations(file,image,AlphaChannel,"Alpha",type, file 628 magick/identify.c return(ferror(file) != 0 ? MagickFalse : MagickTrue); file 641 magick/identify.c (void) FormatLocaleFile(file,"%s=>",image->magick_filename); file 644 magick/identify.c (void) FormatLocaleFile(file,"%s ",image->filename); file 646 magick/identify.c (void) FormatLocaleFile(file,"%s[%.20g] ",image->filename,(double) file 648 magick/identify.c (void) FormatLocaleFile(file,"%s ",image->magick); file 652 magick/identify.c (void) FormatLocaleFile(file,"%.20gx%.20g=>",(double) file 654 magick/identify.c (void) FormatLocaleFile(file,"%.20gx%.20g ",(double) image->columns, file 658 magick/identify.c (void) FormatLocaleFile(file,"%.20gx%.20g%+.20g%+.20g ",(double) file 661 magick/identify.c (void) FormatLocaleFile(file,"%.20g-bit ",(double) image->depth); file 663 magick/identify.c (void) FormatLocaleFile(file,"%s ",CommandOptionToMnemonic( file 666 magick/identify.c (void) FormatLocaleFile(file,"%s ",CommandOptionToMnemonic( file 673 magick/identify.c (void) FormatLocaleFile(file,"%s ",format); file 678 magick/identify.c (void) FormatLocaleFile(file,"%.20gc ",(double) image->colors); file 680 magick/identify.c (void) FormatLocaleFile(file,"%.20g=>%.20gc ",(double) file 683 magick/identify.c (void) FormatLocaleFile(file,"%.20g/%f/%fdb ",(double) file 690 magick/identify.c (void) FormatLocaleFile(file,"%s ",format); file 692 magick/identify.c (void) FormatLocaleFile(file,"%0.3fu %lu:%02lu.%03lu",user_time, file 696 magick/identify.c (void) FormatLocaleFile(file,"\n"); file 697 magick/identify.c (void) fflush(file); file 699 magick/identify.c return(ferror(file) != 0 ? MagickFalse : MagickTrue); file 709 magick/identify.c (void) FormatLocaleFile(file,"Image: %s\n",image->filename); file 717 magick/identify.c (void) FormatLocaleFile(file," Base filename: %s\n",filename); file 722 magick/identify.c (void) FormatLocaleFile(file," Format: %s\n",image->magick); file 724 magick/identify.c (void) FormatLocaleFile(file," Format: %s (%s)\n",image->magick, file 728 magick/identify.c (void) FormatLocaleFile(file," Mime type: %s\n",GetMagickMimeType( file 730 magick/identify.c (void) FormatLocaleFile(file," Class: %s\n",CommandOptionToMnemonic( file 732 magick/identify.c (void) FormatLocaleFile(file," Geometry: %.20gx%.20g%+.20g%+.20g\n",(double) file 738 magick/identify.c (void) FormatLocaleFile(file," Base geometry: %.20gx%.20g\n",(double) file 742 magick/identify.c (void) FormatLocaleFile(file," Resolution: %gx%g\n",image->x_resolution, file 744 magick/identify.c (void) FormatLocaleFile(file," Print size: %gx%g\n",(double) file 748 magick/identify.c (void) FormatLocaleFile(file," Units: %s\n",CommandOptionToMnemonic( file 750 magick/identify.c (void) FormatLocaleFile(file," Type: %s\n",CommandOptionToMnemonic( file 753 magick/identify.c (void) FormatLocaleFile(file," Base type: %s\n",CommandOptionToMnemonic( file 755 magick/identify.c (void) FormatLocaleFile(file," Endianess: %s\n",CommandOptionToMnemonic( file 760 magick/identify.c (void) FormatLocaleFile(file," Colorspace: %s\n",CommandOptionToMnemonic( file 790 magick/identify.c (void) FormatLocaleFile(file," Depth: %.20g-bit\n",(double) file 793 magick/identify.c (void) FormatLocaleFile(file," Depth: %.20g/%.20g-bit\n",(double) file 795 magick/identify.c (void) FormatLocaleFile(file," Channel depth:\n"); file 803 magick/identify.c (void) FormatLocaleFile(file," red: %.20g-bit\n",(double) file 805 magick/identify.c (void) FormatLocaleFile(file," green: %.20g-bit\n",(double) file 807 magick/identify.c (void) FormatLocaleFile(file," blue: %.20g-bit\n",(double) file 813 magick/identify.c (void) FormatLocaleFile(file," cyan: %.20g-bit\n",(double) file 815 magick/identify.c (void) FormatLocaleFile(file," magenta: %.20g-bit\n",(double) file 817 magick/identify.c (void) FormatLocaleFile(file," yellow: %.20g-bit\n",(double) file 819 magick/identify.c (void) FormatLocaleFile(file," black: %.20g-bit\n",(double) file 825 magick/identify.c (void) FormatLocaleFile(file," gray: %.20g-bit\n",(double) file 831 magick/identify.c (void) FormatLocaleFile(file," alpha: %.20g-bit\n",(double) file 840 magick/identify.c (void) FormatLocaleFile(file," Channel statistics:\n"); file 841 magick/identify.c (void) FormatLocaleFile(file," Pixels: %.20g\n",(double) file 848 magick/identify.c (void) PrintChannelStatistics(file,RedChannel,"Red",1.0/scale, file 850 magick/identify.c (void) PrintChannelStatistics(file,GreenChannel,"Green",1.0/scale, file 852 magick/identify.c (void) PrintChannelStatistics(file,BlueChannel,"Blue",1.0/scale, file 858 magick/identify.c (void) PrintChannelStatistics(file,CyanChannel,"Cyan",1.0/scale, file 860 magick/identify.c (void) PrintChannelStatistics(file,MagentaChannel,"Magenta",1.0/scale, file 862 magick/identify.c (void) PrintChannelStatistics(file,YellowChannel,"Yellow",1.0/scale, file 864 magick/identify.c (void) PrintChannelStatistics(file,BlackChannel,"Black",1.0/scale, file 870 magick/identify.c (void) PrintChannelStatistics(file,GrayChannel,"Gray",1.0/scale, file 876 magick/identify.c (void) PrintChannelStatistics(file,AlphaChannel,"Alpha",1.0/scale, file 880 magick/identify.c (void) FormatLocaleFile(file," Image statistics:\n"); file 881 magick/identify.c (void) PrintChannelStatistics(file,CompositeChannels,"Overall",1.0/ file 890 magick/identify.c (void) FormatLocaleFile(file," Channel moments:\n"); file 896 magick/identify.c (void) PrintChannelMoments(file,RedChannel,"Red",scale, file 898 magick/identify.c (void) PrintChannelMoments(file,GreenChannel,"Green",scale, file 900 magick/identify.c (void) PrintChannelMoments(file,BlueChannel,"Blue",scale, file 906 magick/identify.c (void) PrintChannelMoments(file,CyanChannel,"Cyan",scale, file 908 magick/identify.c (void) PrintChannelMoments(file,MagentaChannel,"Magenta",scale, file 910 magick/identify.c (void) PrintChannelMoments(file,YellowChannel,"Yellow",scale, file 912 magick/identify.c (void) PrintChannelMoments(file,BlackChannel,"Black",scale, file 918 magick/identify.c (void) PrintChannelMoments(file,GrayChannel,"Gray",scale, file 924 magick/identify.c (void) PrintChannelMoments(file,AlphaChannel,"Alpha",scale, file 928 magick/identify.c (void) FormatLocaleFile(file," Image moments:\n"); file 929 magick/identify.c (void) PrintChannelMoments(file,CompositeChannels,"Overall",scale, file 937 magick/identify.c (void) FormatLocaleFile(file," Channel perceptual hash:\n"); file 938 magick/identify.c (void) PrintChannelPerceptualHash(file,RedChannel,"Red, Hue", file 940 magick/identify.c (void) PrintChannelPerceptualHash(file,GreenChannel,"Green, Chroma", file 942 magick/identify.c (void) PrintChannelPerceptualHash(file,BlueChannel,"Blue, Luma", file 945 magick/identify.c (void) PrintChannelPerceptualHash(file,AlphaChannel,"Alpha, Alpha", file 952 magick/identify.c (void) FormatLocaleFile(file," Channel features (horizontal, vertical, " file 959 magick/identify.c (void) PrintChannelFeatures(file,RedChannel,"Red",channel_features); file 960 magick/identify.c (void) PrintChannelFeatures(file,GreenChannel,"Green", file 962 magick/identify.c (void) PrintChannelFeatures(file,BlueChannel,"Blue",channel_features); file 967 magick/identify.c (void) PrintChannelFeatures(file,CyanChannel,"Cyan",channel_features); file 968 magick/identify.c (void) PrintChannelFeatures(file,MagentaChannel,"Magenta", file 970 magick/identify.c (void) PrintChannelFeatures(file,YellowChannel,"Yellow", file 972 magick/identify.c (void) PrintChannelFeatures(file,BlackChannel,"Black", file 978 magick/identify.c (void) PrintChannelFeatures(file,GrayChannel,"Gray",channel_features); file 983 magick/identify.c (void) PrintChannelFeatures(file,AlphaChannel,"Alpha",channel_features); file 990 magick/identify.c (void) FormatLocaleFile(file," Total ink density: %.*g%%\n", file 1031 magick/identify.c (void) FormatLocaleFile(file," Alpha: %s ",tuple); file 1033 magick/identify.c (void) FormatLocaleFile(file," %s\n",tuple); file 1039 magick/identify.c (void) FormatLocaleFile(file," Colors: %.20g\n",(double) file 1041 magick/identify.c (void) FormatLocaleFile(file," Histogram:\n"); file 1042 magick/identify.c (void) GetNumberColors(image,file,exception); file 1047 magick/identify.c (void) FormatLocaleFile(file," Colors: %.20g\n",(double) file 1052 magick/identify.c (void) FormatLocaleFile(file," Colormap entries: %.20g\n",(double) file 1054 magick/identify.c (void) FormatLocaleFile(file," Colormap:\n"); file 1095 magick/identify.c (void) FormatLocaleFile(file," %8ld: %s %s %s\n",(long) i,tuple, file 1102 magick/identify.c (void) FormatLocaleFile(file," Mean error per pixel: %g\n", file 1105 magick/identify.c (void) FormatLocaleFile(file," Normalized mean error: %g\n", file 1108 magick/identify.c (void) FormatLocaleFile(file," Normalized maximum error: %g\n", file 1110 magick/identify.c (void) FormatLocaleFile(file," Rendering intent: %s\n", file 1114 magick/identify.c (void) FormatLocaleFile(file," Gamma: %g\n",image->gamma); file 1123 magick/identify.c (void) FormatLocaleFile(file," Chromaticity:\n"); file 1124 magick/identify.c (void) FormatLocaleFile(file," red primary: (%g,%g)\n", file 1126 magick/identify.c (void) FormatLocaleFile(file," green primary: (%g,%g)\n", file 1129 magick/identify.c (void) FormatLocaleFile(file," blue primary: (%g,%g)\n", file 1131 magick/identify.c (void) FormatLocaleFile(file," white point: (%g,%g)\n", file 1135 magick/identify.c (void) FormatLocaleFile(file," Tile geometry: %.20gx%.20g%+.20g%+.20g\n", file 1140 magick/identify.c (void) FormatLocaleFile(file," Background color: %s\n",color); file 1143 magick/identify.c (void) FormatLocaleFile(file," Border color: %s\n",color); file 1146 magick/identify.c (void) FormatLocaleFile(file," Matte color: %s\n",color); file 1149 magick/identify.c (void) FormatLocaleFile(file," Transparent color: %s\n",color); file 1150 magick/identify.c (void) FormatLocaleFile(file," Interlace: %s\n",CommandOptionToMnemonic( file 1152 magick/identify.c (void) FormatLocaleFile(file," Intensity: %s\n",CommandOptionToMnemonic( file 1154 magick/identify.c (void) FormatLocaleFile(file," Compose: %s\n",CommandOptionToMnemonic( file 1158 magick/identify.c (void) FormatLocaleFile(file," Page geometry: %.20gx%.20g%+.20g%+.20g\n", file 1162 magick/identify.c (void) FormatLocaleFile(file," Origin geometry: %+.20g%+.20g\n",(double) file 1164 magick/identify.c (void) FormatLocaleFile(file," Dispose: %s\n",CommandOptionToMnemonic( file 1167 magick/identify.c (void) FormatLocaleFile(file," Delay: %.20gx%.20g\n",(double) image->delay, file 1170 magick/identify.c (void) FormatLocaleFile(file," Iterations: %.20g\n",(double) file 1173 magick/identify.c (void) FormatLocaleFile(file," Duration: %.20g\n",(double) file 1176 magick/identify.c (void) FormatLocaleFile(file," Scene: %.20g of %.20g\n",(double) file 1180 magick/identify.c (void) FormatLocaleFile(file," Scene: %.20g\n",(double) image->scene); file 1181 magick/identify.c (void) FormatLocaleFile(file," Compression: %s\n",CommandOptionToMnemonic( file 1184 magick/identify.c (void) FormatLocaleFile(file," Quality: %.20g\n",(double) image->quality); file 1185 magick/identify.c (void) FormatLocaleFile(file," Orientation: %s\n",CommandOptionToMnemonic( file 1188 magick/identify.c (void) FormatLocaleFile(file," Montage: %s\n",image->montage); file 1209 magick/identify.c (void) FormatLocaleFile(file," Directory:\n"); file 1217 magick/identify.c (void) FormatLocaleFile(file," %s",image_info->filename); file 1223 magick/identify.c (void) FormatLocaleFile(file,"\n"); file 1226 magick/identify.c (void) FormatLocaleFile(file," %.20gx%.20g %s\n",(double) file 1233 magick/identify.c (void) FormatLocaleFile(file," %s:\n",property); file 1236 magick/identify.c (void) FormatLocaleFile(file,"%s\n",value); file 1254 magick/identify.c (void) FormatLocaleFile(file," Properties:\n"); file 1257 magick/identify.c (void) FormatLocaleFile(file," %s: ",property); file 1260 magick/identify.c (void) FormatLocaleFile(file,"%s\n",value); file 1271 magick/identify.c (void) FormatLocaleFile(file," Clipping path: "); file 1273 magick/identify.c (void) fputc('\n',file); file 1274 magick/identify.c (void) FormatLocaleFile(file,"%s\n",value); file 1286 magick/identify.c (void) FormatLocaleFile(file," Profiles:\n"); file 1292 magick/identify.c (void) FormatLocaleFile(file," Profile-%s: %.20g bytes\n",name, file 1381 magick/identify.c (void) FormatLocaleFile(file," %s[%.20g,%.20g]: ",tag, file 1398 magick/identify.c (void) fputs(attribute_list[j],file); file 1399 magick/identify.c (void) fputs("\n",file); file 1411 magick/identify.c PrintStringInfo(file,name,profile); file 1422 magick/identify.c (void) FormatLocaleFile(file," Artifacts:\n"); file 1425 magick/identify.c (void) FormatLocaleFile(file," %s: ",artifact); file 1428 magick/identify.c (void) FormatLocaleFile(file,"%s\n",value); file 1439 magick/identify.c (void) FormatLocaleFile(file," Registry:\n"); file 1442 magick/identify.c (void) FormatLocaleFile(file," %s: ",registry); file 1446 magick/identify.c (void) FormatLocaleFile(file,"%s\n",value); file 1450 magick/identify.c (void) FormatLocaleFile(file," Tainted: %s\n",CommandOptionToMnemonic( file 1453 magick/identify.c (void) FormatLocaleFile(file," Filesize: %s\n",format); file 1458 magick/identify.c (void) FormatLocaleFile(file," Number pixels: %s\n",format); file 1461 magick/identify.c (void) FormatLocaleFile(file," Pixels per second: %s\n",format); file 1462 magick/identify.c (void) FormatLocaleFile(file," User time: %0.3fu\n",user_time); file 1463 magick/identify.c (void) FormatLocaleFile(file," Elapsed time: %lu:%02lu.%03lu\n", file 1467 magick/identify.c (void) FormatLocaleFile(file," Version: %s\n",GetMagickVersion((size_t *) file 1469 magick/identify.c (void) fflush(file); file 1470 magick/identify.c return(ferror(file) != 0 ? MagickFalse : MagickTrue); file 214 magick/image.c SetBlobExempt(image,image_info->file != (FILE *) NULL ? MagickTrue : file 995 magick/image.c SetImageInfoFile(clone_info,image_info->file); file 1482 magick/image.c return(image_info->file); file 3003 magick/image.c MagickExport void SetImageInfoFile(ImageInfo *image_info,FILE *file) file 3010 magick/image.c image_info->file=file; file 461 magick/image.h *file; file 331 magick/locale.c MagickExport ssize_t FormatLocaleFileList(FILE *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 376 magick/locale.c MagickExport ssize_t FormatLocaleFile(FILE *file, file 386 magick/locale.c n=FormatLocaleFileList(file,format,operands); file 1029 magick/locale.c MagickExport MagickBooleanType ListLocaleInfo(FILE *file, 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 724 magick/log.c MagickExport MagickBooleanType ListLogInfo(FILE *file,ExceptionInfo *exception) 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 1405 magick/mac.c static Boolean SearchForFile(OSType creator_type,OSType file_type,FSSpec *file, file 1445 magick/mac.c parameter_info.csParam.ioMatchPtr=file; file 675 magick/magic.c MagickExport MagickBooleanType ListMagicInfo(FILE *file, file 693 magick/magic.c if (file == (const FILE *) NULL) file 694 magick/magic.c file=stdout; file 708 magick/magic.c (void) FormatLocaleFile(file,"\nPath: %s\n\n",magic_info[i]->path); file 709 magick/magic.c (void) FormatLocaleFile(file,"Name Offset Target\n"); file 710 magick/magic.c (void) FormatLocaleFile(file, file 715 magick/magic.c (void) FormatLocaleFile(file,"%s",magic_info[i]->name); file 717 magick/magic.c (void) FormatLocaleFile(file," "); file 718 magick/magic.c (void) FormatLocaleFile(file,"%6ld ",(long) magic_info[i]->offset); file 726 magick/magic.c (void) FormatLocaleFile(file,"%c",magic_info[i]->target[j]); file 728 magick/magic.c (void) FormatLocaleFile(file,"\\%03o",(unsigned int) file 731 magick/magic.c (void) FormatLocaleFile(file,"\n"); file 733 magick/magic.c (void) fflush(file); file 941 magick/magick.c MagickExport MagickBooleanType ListMagickInfo(FILE *file, file 956 magick/magick.c if (file == (FILE *) NULL) file 957 magick/magick.c file=stdout; file 963 magick/magick.c (void) FormatLocaleFile(file," Format Mode Description\n"); file 965 magick/magick.c (void) FormatLocaleFile(file," Format Module Mode Description\n"); file 967 magick/magick.c (void) FormatLocaleFile(file, file 974 magick/magick.c (void) FormatLocaleFile(file,"%9s%c ", file 987 magick/magick.c (void) FormatLocaleFile(file,"%9s ",module); file 990 magick/magick.c (void) FormatLocaleFile(file,"%c%c%c ",magick_info[i]->decoder ? 'r' : '-', file 994 magick/magick.c (void) FormatLocaleFile(file," %s",magick_info[i]->description); file 996 magick/magick.c (void) FormatLocaleFile(file," (%s)",magick_info[i]->version); file 997 magick/magick.c (void) FormatLocaleFile(file,"\n"); file 1008 magick/magick.c (void) FormatLocaleFile(file," %s\n",text[j]); file 1015 magick/magick.c (void) FormatLocaleFile(file,"\n* native blob support\n"); file 1016 magick/magick.c (void) FormatLocaleFile(file,"r read support\n"); file 1017 magick/magick.c (void) FormatLocaleFile(file,"w write support\n"); file 1018 magick/magick.c (void) FormatLocaleFile(file,"+ support for multiple images\n"); file 1019 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 709 magick/mime.c MagickExport MagickBooleanType ListMimeInfo(FILE *file,ExceptionInfo *exception) 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 1085 magick/module.c MagickExport MagickBooleanType ListModuleInfo(FILE *file, file 1100 magick/module.c if (file == (const FILE *) NULL) file 1101 magick/module.c file=stdout; file 1112 magick/module.c (void) FormatLocaleFile(file,"\nPath: %s\n\n",path); file 1113 magick/module.c (void) FormatLocaleFile(file,"Image Coder\n"); file 1114 magick/module.c (void) FormatLocaleFile(file, file 1119 magick/module.c (void) FormatLocaleFile(file,"%s",modules[i]); file 1120 magick/module.c (void) FormatLocaleFile(file,"\n"); file 1122 magick/module.c (void) fflush(file); file 1139 magick/module.c (void) FormatLocaleFile(file,"\nPath: %s\n\n",path); file 1140 magick/module.c (void) FormatLocaleFile(file,"Image Filter\n"); file 1141 magick/module.c (void) FormatLocaleFile(file, file 1146 magick/module.c (void) FormatLocaleFile(file,"%s",modules[i]); file 1147 magick/module.c (void) FormatLocaleFile(file,"\n"); file 1149 magick/module.c (void) fflush(file); file 1644 magick/module.c MagickExport MagickBooleanType ListModuleInfo(FILE *magick_unused(file), file 1647 magick/module.c magick_unreferenced(file); file 1601 magick/nt-base.c int flags,int file,MagickOffsetType offset) file 1645 magick/nt-base.c if ((file == -1) && (flags & MAP_ANONYMOUS)) file 1648 magick/nt-base.c file_handle=(HANDLE) _get_osfhandle(file); file 2509 magick/nt-base.c MagickPrivate int NTTruncateFile(int file,off_t length) file 2521 magick/nt-base.c file_handle=(HANDLE) _get_osfhandle(file); file 77 magick/nt-base.h # define chsize(file,length) chsize(file,length) file 79 magick/nt-base.h # define chsize(file,length) _chsize(file,length) file 130 magick/nt-base.h # define ftruncate(file,length) NTTruncateFile(file,length) file 188 magick/nt-base.h # define mmap(address,length,protection,access,file,offset) \ file 189 magick/nt-base.h NTMapMemory(address,length,protection,access,file,offset) file 1909 magick/opencl.c static ds_status writeProfileToFile(ds_profile* profile, ds_score_serializer serializer, const char* file) { file 1917 magick/opencl.c profileFile = fopen(file, "wb"); file 2061 magick/opencl.c static ds_status readProfileFromFile(ds_profile* profile, ds_score_deserializer deserializer, const char* file) { file 2071 magick/opencl.c status = readProFile(file, &contentStart, &contentSize); file 2377 magick/option.c MagickExport MagickBooleanType ListCommandOptions(FILE *file, file 2388 magick/option.c if (file == (FILE *) NULL) file 2389 magick/option.c file=stdout; file 2397 magick/option.c (void) FormatLocaleFile(file,"%s\n",option_info[i].mnemonic); file 632 magick/policy.c MagickExport MagickBooleanType ListPolicyInfo(FILE *file, 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 318 magick/random.c static ssize_t ReadRandom(int file,unsigned char *source,size_t length) 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 465 magick/random.c (void) fchmod(file,0600); file 468 magick/random.c setmode(file,O_BINARY); file 470 magick/random.c (void) close(file); file 516 magick/random.c file; file 545 magick/random.c file=open_utf8(filename,O_RDONLY | O_BINARY,0); file 547 magick/random.c if (file != -1) file 550 magick/random.c count=ReadRandom(file,GetStringInfoDatum(chaos),MaxEntropyExtent); file 551 magick/random.c (void) close(file); file 563 magick/random.c file=open_utf8(filename,O_RDONLY | O_BINARY,0); file 565 magick/random.c if (file == -1) file 570 magick/random.c file=open_utf8(filename,O_RDONLY | O_BINARY,0); file 572 magick/random.c if (file != -1) file 575 magick/random.c count=ReadRandom(file,GetStringInfoDatum(chaos),MaxEntropyExtent); file 576 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 530 magick/resource.c (void) fchmod(file,0600); file 533 magick/resource.c setmode(file,O_BINARY); file 547 magick/resource.c file=open_utf8(path,O_RDWR | O_CREAT | O_EXCL | O_BINARY | O_NOFOLLOW, file 549 magick/resource.c if ((file >= 0) || (errno != EEXIST)) file 553 magick/resource.c if (file == -1) file 554 magick/resource.c return(file); file 564 magick/resource.c return(file); file 630 magick/resource.c resource=(MagickSizeType) resource_info.file; file 823 magick/resource.c MagickExport MagickBooleanType ListMagickResourceInfo(FILE *file, file 837 magick/resource.c if (file == (const FILE *) NULL) file 838 magick/resource.c file=stdout; file 854 magick/resource.c (void) FormatLocaleFile(file,"Resource limits:\n"); file 855 magick/resource.c (void) FormatLocaleFile(file," Width: %s\n",width_limit); file 856 magick/resource.c (void) FormatLocaleFile(file," Height: %s\n",height_limit); file 857 magick/resource.c (void) FormatLocaleFile(file," Area: %s\n",area_limit); file 858 magick/resource.c (void) FormatLocaleFile(file," Memory: %s\n",memory_limit); file 859 magick/resource.c (void) FormatLocaleFile(file," Map: %s\n",map_limit); file 860 magick/resource.c (void) FormatLocaleFile(file," Disk: %s\n",disk_limit); file 861 magick/resource.c (void) FormatLocaleFile(file," File: %.20g\n",(double) ((MagickOffsetType) file 863 magick/resource.c (void) FormatLocaleFile(file," Thread: %.20g\n",(double) ((MagickOffsetType) file 865 magick/resource.c (void) FormatLocaleFile(file," Throttle: %.20g\n",(double) file 867 magick/resource.c (void) FormatLocaleFile(file," Time: %s\n",time_limit); file 868 magick/resource.c (void) fflush(file); file 968 magick/resource.c resource_info.file-=size; file 969 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 1521 magick/string.c MagickExport void PrintStringInfo(FILE *file,const char *id, file 1542 magick/string.c (void) FormatLocaleFile(file,"%s(%.20g): ",id,(double) string_info->length); file 1546 magick/string.c (void) fputc(string_info->datum[i],file); file 1547 magick/string.c (void) fputc('\n',file); file 1556 magick/string.c (void) FormatLocaleFile(file,"0x%08lx: ",(unsigned long) (0x14*i)); file 1559 magick/string.c (void) FormatLocaleFile(file,"%02lx",(unsigned long) (*(p+j)) & 0xff); file 1561 magick/string.c (void) fputc(' ',file); file 1565 magick/string.c (void) fputc(' ',file); file 1566 magick/string.c (void) fputc(' ',file); file 1568 magick/string.c (void) fputc(' ',file); file 1570 magick/string.c (void) fputc(' ',file); file 1574 magick/string.c (void) fputc(*p,file); file 1576 magick/string.c (void) fputc('-',file); file 1579 magick/string.c (void) fputc('\n',file); file 100 magick/string_.h PrintStringInfo(FILE *file,const char *,const StringInfo *), file 1197 magick/threshold.c MagickBooleanType ListThresholdMapFile(FILE *file,const char *xml, 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 1275 magick/threshold.c MagickExport MagickBooleanType ListThresholdMaps(FILE *file, 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 741 magick/type.c *file, file 801 magick/type.c status=FcPatternGetString(font_set->fonts[i],FC_FILE,0,&file); file 805 magick/type.c GetPathComponent((const char *) file,ExtensionPath,extension); file 880 magick/type.c type_info->glyphs=ConstantString((const char *) file); file 935 magick/type.c MagickExport MagickBooleanType ListTypeInfo(FILE *file,ExceptionInfo *exception) file 957 magick/type.c if (file == (FILE *) NULL) file 958 magick/type.c file=stdout; file 972 magick/type.c (void) FormatLocaleFile(file,"\nPath: %s\n",type_info[i]->path); file 987 magick/type.c (void) FormatLocaleFile(file," Font: %s\n",name); file 988 magick/type.c (void) FormatLocaleFile(file," family: %s\n",family); file 989 magick/type.c (void) FormatLocaleFile(file," style: %s\n",style); file 990 magick/type.c (void) FormatLocaleFile(file," stretch: %s\n",stretch); file 991 magick/type.c (void) FormatLocaleFile(file," weight: %s\n",weight); file 992 magick/type.c (void) FormatLocaleFile(file," glyphs: %s\n",glyphs); file 994 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 1795 magick/utility.c file, file 1828 magick/utility.c file=open_utf8(path,O_WRONLY | O_EXCL | O_BINARY,S_MODE); file 1829 magick/utility.c if (file == -1) file 1845 magick/utility.c if ((fstat(file,&file_stats) == 0) && (file_stats.st_size > 0)) file 1859 magick/utility.c if (lseek(file,0,SEEK_SET) < 0) file 1870 magick/utility.c count=write(file,GetStringInfoDatum(key),(size_t) file 1884 magick/utility.c status=close(file); file 583 magick/version.c MagickExport void ListMagickVersion(FILE *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 590 magick/version.c (void) FormatLocaleFile(file,"Visual C++: %d\n",_MSC_FULL_VER); file 592 magick/version.c (void) FormatLocaleFile(file,"Features: %s\n",GetMagickFeatures()); file 593 magick/version.c (void) FormatLocaleFile(file,"Delegates (built-in): %s\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 1907 magick/xwindow.c *file; file 1933 magick/xwindow.c file=(FILE *) NULL; file 1936 magick/xwindow.c file=fdopen(unique_file,"w"); file 1937 magick/xwindow.c if ((unique_file == -1) || (file == (FILE *) NULL)) file 1944 magick/xwindow.c (void) FormatLocaleFile(file,"Display\n gamma: %s\n\n", file 1949 magick/xwindow.c (void) FormatLocaleFile(file,"X\n visual: %s\n", file 1951 magick/xwindow.c (void) FormatLocaleFile(file," depth: %d\n",windows->image.ximage->depth); file 1953 magick/xwindow.c (void) FormatLocaleFile(file," colormap size: %d\n", file 1956 magick/xwindow.c (void) FormatLocaleFile(file," colormap type: Shared\n"); file 1958 magick/xwindow.c (void) FormatLocaleFile(file," colormap type: Private\n"); file 1959 magick/xwindow.c (void) FormatLocaleFile(file," geometry: %dx%d\n", file 1962 magick/xwindow.c (void) FormatLocaleFile(file," crop geometry: %s\n", file 1965 magick/xwindow.c (void) FormatLocaleFile(file," type: X Image\n"); file 1967 magick/xwindow.c (void) FormatLocaleFile(file," type: Pixmap\n"); file 1969 magick/xwindow.c (void) FormatLocaleFile(file," non-rectangular shape: True\n"); file 1971 magick/xwindow.c (void) FormatLocaleFile(file," non-rectangular shape: False\n"); file 1973 magick/xwindow.c (void) FormatLocaleFile(file," shared memory: True\n"); file 1975 magick/xwindow.c (void) FormatLocaleFile(file," shared memory: False\n"); file 1976 magick/xwindow.c (void) FormatLocaleFile(file,"\n"); file 1978 magick/xwindow.c (void) FormatLocaleFile(file,"Font: %s\n\n",resource_info->font); file 1980 magick/xwindow.c (void) FormatLocaleFile(file,"Text font: %s\n\n",resource_info->text_font); file 1991 magick/xwindow.c (void) FormatLocaleFile(file,"Undo Edit Cache\n levels: %u\n",levels); file 1992 magick/xwindow.c (void) FormatLocaleFile(file," bytes: %.20gmb\n",(double) file 1994 magick/xwindow.c (void) FormatLocaleFile(file," limit: %.20gmb\n\n",(double) file 1999 magick/xwindow.c (void) IdentifyImage(image,file,MagickTrue); file 2000 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 8193 wand/magick-image.c WandExport MagickBooleanType MagickPingImageFile(MagickWand *wand,FILE *file) file 8203 wand/magick-image.c assert(file != (FILE *) NULL); file 8207 wand/magick-image.c SetImageInfoFile(read_info,file); file 8824 wand/magick-image.c WandExport MagickBooleanType MagickReadImageFile(MagickWand *wand,FILE *file) file 8834 wand/magick-image.c assert(file != (FILE *) NULL); file 8838 wand/magick-image.c SetImageInfoFile(read_info,file); file 13204 wand/magick-image.c WandExport MagickBooleanType MagickWriteImageFile(MagickWand *wand,FILE *file) file 13217 wand/magick-image.c assert(file != (FILE *) NULL); file 13226 wand/magick-image.c SetImageInfoFile(write_info,file); file 13311 wand/magick-image.c WandExport MagickBooleanType MagickWriteImagesFile(MagickWand *wand,FILE *file) file 13326 wand/magick-image.c SetImageInfoFile(write_info,file);