file 91 Magick++/lib/Magick++/Options.h void file ( FILE *file_ );
file 92 Magick++/lib/Magick++/Options.h FILE* file ( void ) const;
file 151 coders/cals.c *file;
file 252 coders/cals.c file=(FILE *) NULL;
file 255 coders/cals.c file=fdopen(unique_file,"wb");
file 256 coders/cals.c if ((unique_file == -1) || (file == (FILE *) NULL))
file 259 coders/cals.c (void) fputc(c,file);
file 260 coders/cals.c (void) fclose(file);
file 208 coders/cin.c file;
file 456 coders/cin.c cin.file.image_offset=ReadBlobLong(image);
file 458 coders/cin.c cin.file.generic_length=ReadBlobLong(image);
file 460 coders/cin.c cin.file.industry_length=ReadBlobLong(image);
file 462 coders/cin.c cin.file.user_length=ReadBlobLong(image);
file 464 coders/cin.c cin.file.file_size=ReadBlobLong(image);
file 466 coders/cin.c offset+=ReadBlob(image,sizeof(cin.file.version),(unsigned char *)
file 467 coders/cin.c cin.file.version);
file 468 coders/cin.c (void) SetImageProperty(image,"dpx:file.version",cin.file.version);
file 469 coders/cin.c offset+=ReadBlob(image,sizeof(cin.file.filename),(unsigned char *)
file 470 coders/cin.c cin.file.filename);
file 471 coders/cin.c (void) SetImageProperty(image,"dpx:file.filename",cin.file.filename);
file 472 coders/cin.c offset+=ReadBlob(image,sizeof(cin.file.create_date),(unsigned char *)
file 473 coders/cin.c cin.file.create_date);
file 474 coders/cin.c (void) SetImageProperty(image,"dpx:file.create_date",cin.file.create_date);
file 475 coders/cin.c offset+=ReadBlob(image,sizeof(cin.file.create_time),(unsigned char *)
file 476 coders/cin.c cin.file.create_time);
file 477 coders/cin.c (void) SetImageProperty(image,"dpx:file.create_time",cin.file.create_time);
file 478 coders/cin.c offset+=ReadBlob(image,sizeof(cin.file.reserve),(unsigned char *)
file 479 coders/cin.c cin.file.reserve);
file 627 coders/cin.c if ((cin.file.image_offset > 2048) && (cin.file.user_length != 0))
file 676 coders/cin.c if ((cin.file.image_offset > 2048) && (cin.file.user_length != 0))
file 684 coders/cin.c profile=AcquireStringInfo(cin.file.user_length);
file 690 coders/cin.c for ( ; offset < (MagickOffsetType) cin.file.image_offset; offset++)
file 912 coders/cin.c cin.file.magic=0x802A5FD7UL;
file 913 coders/cin.c offset+=WriteBlobLong(image,(unsigned int) cin.file.magic);
file 914 coders/cin.c cin.file.image_offset=0x800;
file 915 coders/cin.c offset+=WriteBlobLong(image,(unsigned int) cin.file.image_offset);
file 916 coders/cin.c cin.file.generic_length=0x400;
file 917 coders/cin.c offset+=WriteBlobLong(image,(unsigned int) cin.file.generic_length);
file 918 coders/cin.c cin.file.industry_length=0x400;
file 919 coders/cin.c offset+=WriteBlobLong(image,(unsigned int) cin.file.industry_length);
file 920 coders/cin.c cin.file.user_length=0x00;
file 924 coders/cin.c cin.file.user_length+=(size_t) GetStringInfoLength(profile);
file 925 coders/cin.c cin.file.user_length=(((cin.file.user_length+0x2000-1)/0x2000)*0x2000);
file 927 coders/cin.c offset+=WriteBlobLong(image,(unsigned int) cin.file.user_length);
file 928 coders/cin.c cin.file.file_size=4*image->columns*image->rows+0x2000;
file 929 coders/cin.c offset+=WriteBlobLong(image,(unsigned int) cin.file.file_size);
file 930 coders/cin.c (void) CopyMagickString(cin.file.version,"V4.5",sizeof(cin.file.version));
file 931 coders/cin.c offset+=WriteBlob(image,sizeof(cin.file.version),(unsigned char *)
file 932 coders/cin.c cin.file.version);
file 935 coders/cin.c (void) CopyMagickString(cin.file.filename,value,sizeof(cin.file.filename));
file 937 coders/cin.c (void) CopyMagickString(cin.file.filename,image->filename,
file 938 coders/cin.c sizeof(cin.file.filename));
file 939 coders/cin.c offset+=WriteBlob(image,sizeof(cin.file.filename),(unsigned char *)
file 940 coders/cin.c cin.file.filename);
file 947 coders/cin.c (void) strftime(cin.file.create_date,sizeof(cin.file.create_date),"%Y:%m:%d",
file 949 coders/cin.c offset+=WriteBlob(image,sizeof(cin.file.create_date),(unsigned char *)
file 950 coders/cin.c cin.file.create_date);
file 951 coders/cin.c (void) strftime(cin.file.create_time,sizeof(cin.file.create_time),
file 953 coders/cin.c offset+=WriteBlob(image,sizeof(cin.file.create_time),(unsigned char *)
file 954 coders/cin.c cin.file.create_time);
file 955 coders/cin.c offset+=WriteBlob(image,sizeof(cin.file.reserve),(unsigned char *)
file 956 coders/cin.c cin.file.reserve);
file 1143 coders/cin.c while (offset < (MagickOffsetType) cin.file.image_offset)
file 408 coders/cut.c if((clone_info->file=OpenMagickStream(clone_info->filename,"rb"))==NULL)
file 412 coders/cut.c if((clone_info->file=OpenMagickStream(clone_info->filename,"rb"))==NULL)
file 415 coders/cut.c if((clone_info->file=OpenMagickStream(clone_info->filename,"rb"))==NULL)
file 3521 coders/dcm.c *file;
file 3532 coders/dcm.c file=(FILE *) NULL;
file 3535 coders/dcm.c file=fdopen(unique_file,"wb");
file 3536 coders/dcm.c if ((unique_file == -1) || (file == (FILE *) NULL))
file 3554 coders/dcm.c (void) fputc(c,file);
file 3556 coders/dcm.c (void) fclose(file);
file 286 coders/dpx.c file;
file 613 coders/dpx.c dpx.file.image_offset=ReadBlobLong(image);
file 615 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.file.version),(unsigned char *)
file 616 coders/dpx.c dpx.file.version);
file 617 coders/dpx.c (void) FormatImageProperty(image,"dpx:file.version","%.8s",dpx.file.version);
file 618 coders/dpx.c dpx.file.file_size=ReadBlobLong(image);
file 620 coders/dpx.c dpx.file.ditto_key=ReadBlobLong(image);
file 622 coders/dpx.c if (dpx.file.ditto_key != ~0U)
file 624 coders/dpx.c dpx.file.ditto_key);
file 625 coders/dpx.c dpx.file.generic_size=ReadBlobLong(image);
file 627 coders/dpx.c dpx.file.industry_size=ReadBlobLong(image);
file 629 coders/dpx.c dpx.file.user_size=ReadBlobLong(image);
file 631 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.file.filename),(unsigned char *)
file 632 coders/dpx.c dpx.file.filename);
file 634 coders/dpx.c dpx.file.filename);
file 635 coders/dpx.c (void) FormatImageProperty(image,"document","%.100s",dpx.file.filename);
file 636 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.file.timestamp),(unsigned char *)
file 637 coders/dpx.c dpx.file.timestamp);
file 638 coders/dpx.c if (*dpx.file.timestamp != '\0')
file 640 coders/dpx.c dpx.file.timestamp);
file 641 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.file.creator),(unsigned char *)
file 642 coders/dpx.c dpx.file.creator);
file 643 coders/dpx.c if (*dpx.file.creator != '\0')
file 646 coders/dpx.c dpx.file.creator);
file 647 coders/dpx.c (void) FormatImageProperty(image,"software","%.100s",dpx.file.creator);
file 649 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.file.project),(unsigned char *)
file 650 coders/dpx.c dpx.file.project);
file 651 coders/dpx.c if (*dpx.file.project != '\0')
file 654 coders/dpx.c dpx.file.project);
file 655 coders/dpx.c (void) FormatImageProperty(image,"comment","%.100s",dpx.file.project);
file 657 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.file.copyright),(unsigned char *)
file 658 coders/dpx.c dpx.file.copyright);
file 659 coders/dpx.c if (*dpx.file.copyright != '\0')
file 662 coders/dpx.c dpx.file.copyright);
file 664 coders/dpx.c dpx.file.copyright);
file 666 coders/dpx.c dpx.file.encrypt_key=ReadBlobLong(image);
file 668 coders/dpx.c if (dpx.file.encrypt_key != ~0U)
file 670 coders/dpx.c dpx.file.encrypt_key);
file 671 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.file.reserve),(unsigned char *)
file 672 coders/dpx.c dpx.file.reserve);
file 740 coders/dpx.c if (dpx.file.image_offset >= 1664U)
file 817 coders/dpx.c if (dpx.file.image_offset >= 1920U)
file 887 coders/dpx.c if (dpx.file.image_offset >= 2048U)
file 974 coders/dpx.c if (dpx.file.image_offset > 2080U)
file 982 coders/dpx.c if ((dpx.file.user_size != ~0U) &&
file 983 coders/dpx.c ((size_t) dpx.file.user_size > sizeof(dpx.user.id)))
file 988 coders/dpx.c profile=AcquireStringInfo(dpx.file.user_size-sizeof(dpx.user.id));
file 995 coders/dpx.c for ( ; offset < (MagickOffsetType) dpx.file.image_offset; offset++)
file 1373 coders/dpx.c dpx.file.magic=0x53445058U;
file 1374 coders/dpx.c offset+=WriteBlobLong(image,dpx.file.magic);
file 1375 coders/dpx.c dpx.file.image_offset=0x2000U;
file 1381 coders/dpx.c dpx.file.image_offset+=(unsigned int) GetStringInfoLength(profile);
file 1382 coders/dpx.c dpx.file.image_offset=(((dpx.file.image_offset+0x2000-1)/0x2000)*0x2000);
file 1384 coders/dpx.c offset+=WriteBlobLong(image,dpx.file.image_offset);
file 1385 coders/dpx.c (void) strncpy(dpx.file.version,"V2.0",sizeof(dpx.file.version));
file 1386 coders/dpx.c offset+=WriteBlob(image,8,(unsigned char *) &dpx.file.version);
file 1387 coders/dpx.c dpx.file.file_size=(unsigned int) (4U*image->columns*image->rows+
file 1388 coders/dpx.c dpx.file.image_offset);
file 1389 coders/dpx.c offset+=WriteBlobLong(image,dpx.file.file_size);
file 1390 coders/dpx.c dpx.file.ditto_key=1U; /* new frame */
file 1391 coders/dpx.c offset+=WriteBlobLong(image,dpx.file.ditto_key);
file 1392 coders/dpx.c dpx.file.generic_size=0x00000680U;
file 1393 coders/dpx.c offset+=WriteBlobLong(image,dpx.file.generic_size);
file 1394 coders/dpx.c dpx.file.industry_size=0x00000180U;
file 1395 coders/dpx.c offset+=WriteBlobLong(image,dpx.file.industry_size);
file 1396 coders/dpx.c dpx.file.user_size=0;
file 1399 coders/dpx.c dpx.file.user_size+=(unsigned int) GetStringInfoLength(profile);
file 1400 coders/dpx.c dpx.file.user_size=(((dpx.file.user_size+0x2000-1)/0x2000)*0x2000);
file 1402 coders/dpx.c offset+=WriteBlobLong(image,dpx.file.user_size);
file 1405 coders/dpx.c (void) strncpy(dpx.file.filename,value,sizeof(dpx.file.filename));
file 1406 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.file.filename),(unsigned char *)
file 1407 coders/dpx.c dpx.file.filename);
file 1409 coders/dpx.c (void) FormatMagickTime(seconds,sizeof(dpx.file.timestamp),
file 1410 coders/dpx.c dpx.file.timestamp);
file 1411 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.file.timestamp),(unsigned char *)
file 1412 coders/dpx.c dpx.file.timestamp);
file 1413 coders/dpx.c (void) strncpy(dpx.file.creator,GetMagickVersion((size_t *) NULL),
file 1414 coders/dpx.c sizeof(dpx.file.creator));
file 1417 coders/dpx.c (void) strncpy(dpx.file.creator,value,sizeof(dpx.file.creator));
file 1418 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.file.creator),(unsigned char *)
file 1419 coders/dpx.c dpx.file.creator);
file 1422 coders/dpx.c (void) strncpy(dpx.file.project,value,sizeof(dpx.file.project));
file 1423 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.file.project),(unsigned char *)
file 1424 coders/dpx.c dpx.file.project);
file 1427 coders/dpx.c (void) strncpy(dpx.file.copyright,value,
file 1428 coders/dpx.c sizeof(dpx.file.copyright));
file 1429 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.file.copyright),(unsigned char *)
file 1430 coders/dpx.c dpx.file.copyright);
file 1431 coders/dpx.c dpx.file.encrypt_key=(~0U);
file 1432 coders/dpx.c offset+=WriteBlobLong(image,dpx.file.encrypt_key);
file 1433 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.file.reserve),(unsigned char *)
file 1434 coders/dpx.c dpx.file.reserve);
file 1503 coders/dpx.c dpx.image.image_element[i].data_offset=dpx.file.image_offset;
file 143 coders/exr.c *file;
file 189 coders/exr.c file=ImfOpenInputFile(read_info->filename);
file 190 coders/exr.c if (file == (ImfInputFile *) NULL)
file 197 coders/exr.c hdr_info=ImfInputHeader(file);
file 204 coders/exr.c (void) ImfCloseInputFile(file);
file 214 coders/exr.c (void) ImfCloseInputFile(file);
file 222 coders/exr.c ImfInputSetFrameBuffer(file,scanline-min_x-image->columns*(min_y+y),1,
file 224 coders/exr.c ImfInputReadPixels(file,min_y+y,min_y+y);
file 241 coders/exr.c (void) ImfCloseInputFile(file);
file 354 coders/exr.c *file;
file 412 coders/exr.c file=ImfOpenOutputFile(write_info->filename,hdr_info,IMF_WRITE_RGBA);
file 414 coders/exr.c if (file == (ImfOutputFile *) NULL)
file 424 coders/exr.c (void) ImfCloseOutputFile(file);
file 447 coders/exr.c ImfOutputSetFrameBuffer(file,scanline-(y*image->columns),1,image->columns);
file 448 coders/exr.c ImfOutputWritePixels(file,1);
file 450 coders/exr.c (void) ImfCloseOutputFile(file);
file 349 coders/histogram.c *file;
file 357 coders/histogram.c file=(FILE *) NULL;
file 360 coders/histogram.c file=fdopen(unique_file,"wb");
file 361 coders/histogram.c if ((unique_file != -1) && (file != (FILE *) NULL))
file 366 coders/histogram.c (void) GetNumberColors(image,file,&image->exception);
file 367 coders/histogram.c (void) fclose(file);
file 464 coders/mat.c if(clone_info->file) /* Close file opened from previous transaction. */
file 466 coders/mat.c fclose(clone_info->file);
file 467 coders/mat.c clone_info->file = NULL;
file 522 coders/mat.c if((clone_info->file=fopen(clone_info->filename,"rb"))==NULL) goto UnlinkFile;
file 529 coders/mat.c fclose(clone_info->file);
file 530 coders/mat.c clone_info->file = NULL;
file 968 coders/mat.c if(clone_info->file)
file 970 coders/mat.c fclose(clone_info->file);
file 971 coders/mat.c clone_info->file = NULL;
file 1024 coders/mat.c if(clone_info->file)
file 1026 coders/mat.c fclose(clone_info->file);
file 1027 coders/mat.c clone_info->file = NULL;
file 254 coders/meta.c c=ReadBlobByte(file);
file 532 coders/meta.c c=(int) ReadBlobLSBShort(file);
file 535 coders/meta.c if (EOFBlob(file))
file 474 coders/mpeg.c file;
file 514 coders/mpeg.c file=AcquireUniqueFileResource(basename);
file 515 coders/mpeg.c if (file != -1)
file 516 coders/mpeg.c file=close(file)-1;
file 332 coders/pdf.c file;
file 553 coders/pdf.c file=AcquireUniqueFileResource(postscript_filename);
file 554 coders/pdf.c if (file == -1)
file 561 coders/pdf.c count=write(file," ",1);
file 562 coders/pdf.c file=close(file)-1;
file 427 coders/pes.c *file;
file 623 coders/pes.c file=(FILE *) NULL;
file 626 coders/pes.c file=fdopen(unique_file,"wb");
file 627 coders/pes.c if ((unique_file == -1) || (file == (FILE *) NULL))
file 629 coders/pes.c (void) fprintf(file,"<?xml version=\"1.0\"?>\n");
file 630 coders/pes.c (void) fprintf(file,"<svg xmlns=\"http://www.w3.org/2000/svg\" "
file 638 coders/pes.c (void) fprintf(file," <path stroke=\"#%02x%02x%02x\" fill=\"none\" "
file 643 coders/pes.c (void) fprintf(file," L %g %g",stitches[offset+j].x-bounds.x1,
file 645 coders/pes.c (void) fprintf(file,"\"/>\n");
file 647 coders/pes.c (void) fprintf(file,"</svg>\n");
file 648 coders/pes.c (void) fclose(file);
file 1338 coders/pict.c *file;
file 1355 coders/pict.c file=(FILE *) NULL;
file 1358 coders/pict.c file=fdopen(unique_file,"wb");
file 1359 coders/pict.c if ((unique_file == -1) || (file == (FILE *) NULL))
file 1377 coders/pict.c (void) fputc(c,file);
file 1379 coders/pict.c (void) fclose(file);
file 2991 coders/png.c mng_info->ob[object_id]->image->file=(FILE *) NULL;
file 366 coders/ps.c file;
file 680 coders/ps.c file=AcquireUniqueFileResource(postscript_filename);
file 681 coders/ps.c if (file == -1)
file 691 coders/ps.c count=write(file,command,(unsigned int) strlen(command));
file 699 coders/ps.c count=write(file,translate_geometry,(unsigned int)
file 702 coders/ps.c file=close(file)-1;
file 125 coders/pwp.c *file;
file 200 coders/pwp.c file=(FILE *) NULL;
file 202 coders/pwp.c file=fdopen(unique_file,"wb");
file 203 coders/pwp.c if ((unique_file == -1) || (file == (FILE *) NULL))
file 210 coders/pwp.c length=fwrite("SFW94A",1,6,file);
file 216 coders/pwp.c (void) fputc(c,file);
file 218 coders/pwp.c (void) fclose(file);
file 205 coders/sfw.c *file;
file 301 coders/sfw.c file=(FILE *) NULL;
file 304 coders/sfw.c file=OpenMagickStream(read_info->filename,"wb");
file 305 coders/sfw.c if ((unique_file == -1) || (file == (FILE *) NULL))
file 316 coders/sfw.c extent=fwrite(header,(size_t) (offset-header+1),1,file);
file 318 coders/sfw.c extent=fwrite(HuffmanTable,1,sizeof(HuffmanTable)/sizeof(*HuffmanTable),file);
file 319 coders/sfw.c extent=fwrite(offset+1,(size_t) (data-offset),1,file);
file 320 coders/sfw.c status=ferror(file) == -1 ? MagickFalse : MagickTrue;
file 321 coders/sfw.c (void) fclose(file);
file 130 coders/svg.c *file;
file 969 coders/svg.c MVGPrintf(svg_info->file,"push graphic-context\n");
file 974 coders/svg.c MVGPrintf(svg_info->file,"push clip-path '%s'\n",id);
file 984 coders/svg.c MVGPrintf(svg_info->file,"push defs\n");
file 994 coders/svg.c MVGPrintf(svg_info->file,"push graphic-context\n");
file 1004 coders/svg.c MVGPrintf(svg_info->file,"push graphic-context\n");
file 1014 coders/svg.c MVGPrintf(svg_info->file,"push graphic-context\n");
file 1024 coders/svg.c MVGPrintf(svg_info->file,"push graphic-context\n");
file 1029 coders/svg.c MVGPrintf(svg_info->file,
file 1042 coders/svg.c MVGPrintf(svg_info->file,"push graphic-context\n");
file 1047 coders/svg.c MVGPrintf(svg_info->file,
file 1055 coders/svg.c MVGPrintf(svg_info->file,"push graphic-context\n");
file 1060 coders/svg.c MVGPrintf(svg_info->file,"push graphic-context\n");
file 1070 coders/svg.c MVGPrintf(svg_info->file,
file 1079 coders/svg.c MVGPrintf(svg_info->file,"push graphic-context\n");
file 1089 coders/svg.c MVGPrintf(svg_info->file,"push graphic-context\n");
file 1099 coders/svg.c MVGPrintf(svg_info->file,"push graphic-context\n");
file 1116 coders/svg.c MVGPrintf(svg_info->file,"text %g,%g '%s'\n",
file 1129 coders/svg.c MVGPrintf(svg_info->file,"push graphic-context\n");
file 1151 coders/svg.c MVGPrintf(svg_info->file,"angle %g\n",
file 1162 coders/svg.c MVGPrintf(svg_info->file,"clip-path '%s'\n",value);
file 1167 coders/svg.c MVGPrintf(svg_info->file,"clip-rule '%s'\n",value);
file 1173 coders/svg.c MVGPrintf(svg_info->file,"clip-units '%s'\n",value);
file 1223 coders/svg.c MVGPrintf(svg_info->file,"fill '%s'\n",color);
file 1226 coders/svg.c MVGPrintf(svg_info->file,"fill '%s'\n",value);
file 1231 coders/svg.c MVGPrintf(svg_info->file,"fill '%s'\n",value);
file 1236 coders/svg.c MVGPrintf(svg_info->file,"fill-rule '%s'\n",value);
file 1241 coders/svg.c MVGPrintf(svg_info->file,"fill-opacity '%s'\n",value);
file 1246 coders/svg.c MVGPrintf(svg_info->file,"font-family '%s'\n",value);
file 1251 coders/svg.c MVGPrintf(svg_info->file,"font-stretch '%s'\n",value);
file 1256 coders/svg.c MVGPrintf(svg_info->file,"font-style '%s'\n",value);
file 1262 coders/svg.c MVGPrintf(svg_info->file,"font-size %g\n",svg_info->pointsize);
file 1267 coders/svg.c MVGPrintf(svg_info->file,"font-weight '%s'\n",value);
file 1413 coders/svg.c MVGPrintf(svg_info->file,
file 1425 coders/svg.c MVGPrintf(svg_info->file,"gradient-units '%s'\n",value);
file 1473 coders/svg.c MVGPrintf(svg_info->file,"opacity '%s'\n",value);
file 1510 coders/svg.c MVGPrintf(svg_info->file,"translate %g,%g\n",
file 1514 coders/svg.c MVGPrintf(svg_info->file,"rotate %g\n",angle);
file 1551 coders/svg.c MVGPrintf(svg_info->file,"stroke '%s'\n",color);
file 1554 coders/svg.c MVGPrintf(svg_info->file,"stroke '%s'\n",value);
file 1559 coders/svg.c MVGPrintf(svg_info->file,"stroke-antialias %d\n",
file 1565 coders/svg.c MVGPrintf(svg_info->file,"stroke-dasharray %s\n",value);
file 1570 coders/svg.c MVGPrintf(svg_info->file,"stroke-dashoffset %s\n",value);
file 1575 coders/svg.c MVGPrintf(svg_info->file,"stroke-linecap '%s'\n",value);
file 1580 coders/svg.c MVGPrintf(svg_info->file,"stroke-linejoin '%s'\n",value);
file 1585 coders/svg.c MVGPrintf(svg_info->file,"stroke-miterlimit '%s'\n",value);
file 1590 coders/svg.c MVGPrintf(svg_info->file,"stroke-opacity '%s'\n",value);
file 1595 coders/svg.c MVGPrintf(svg_info->file,"stroke-width %g\n",
file 1616 coders/svg.c MVGPrintf(svg_info->file,"clip-path '%s'\n",value);
file 1621 coders/svg.c MVGPrintf(svg_info->file,"clip-rule '%s'\n",value);
file 1627 coders/svg.c MVGPrintf(svg_info->file,"clip-units '%s'\n",value);
file 1644 coders/svg.c MVGPrintf(svg_info->file,"fill '%s'\n",color);
file 1648 coders/svg.c MVGPrintf(svg_info->file,"fill '#000000'\n");
file 1650 coders/svg.c MVGPrintf(svg_info->file,"fill '%s'\n",value);
file 1655 coders/svg.c MVGPrintf(svg_info->file,"fill '%s'\n",value);
file 1660 coders/svg.c MVGPrintf(svg_info->file,"fill-rule '%s'\n",value);
file 1665 coders/svg.c MVGPrintf(svg_info->file,"fill-opacity '%s'\n",value);
file 1670 coders/svg.c MVGPrintf(svg_info->file,"font-family '%s'\n",value);
file 1675 coders/svg.c MVGPrintf(svg_info->file,"font-stretch '%s'\n",value);
file 1680 coders/svg.c MVGPrintf(svg_info->file,"font-style '%s'\n",value);
file 1687 coders/svg.c MVGPrintf(svg_info->file,"font-size %g\n",
file 1693 coders/svg.c MVGPrintf(svg_info->file,"font-weight '%s'\n",value);
file 1703 coders/svg.c MVGPrintf(svg_info->file,"offset %g\n",
file 1709 coders/svg.c MVGPrintf(svg_info->file,"opacity '%s'\n",value);
file 1726 coders/svg.c MVGPrintf(svg_info->file,"stroke '%s'\n",color);
file 1730 coders/svg.c MVGPrintf(svg_info->file,"fill '#000000'\n");
file 1732 coders/svg.c MVGPrintf(svg_info->file,"stroke '%s'\n",value);
file 1737 coders/svg.c MVGPrintf(svg_info->file,"stroke-antialias %d\n",
file 1743 coders/svg.c MVGPrintf(svg_info->file,"stroke-dasharray %s\n",value);
file 1748 coders/svg.c MVGPrintf(svg_info->file,"stroke-dashoffset %s\n",
file 1754 coders/svg.c MVGPrintf(svg_info->file,"stroke-linecap '%s'\n",value);
file 1759 coders/svg.c MVGPrintf(svg_info->file,"stroke-linejoin '%s'\n",
file 1765 coders/svg.c MVGPrintf(svg_info->file,"stroke-miterlimit '%s'\n",
file 1771 coders/svg.c MVGPrintf(svg_info->file,"stroke-opacity '%s'\n",value);
file 1776 coders/svg.c MVGPrintf(svg_info->file,"stroke-width %g\n",
file 1787 coders/svg.c MVGPrintf(svg_info->file,"text-align '%s'\n",value);
file 1792 coders/svg.c MVGPrintf(svg_info->file,"text-anchor '%s'\n",value);
file 1798 coders/svg.c MVGPrintf(svg_info->file,"decorate underline\n");
file 1800 coders/svg.c MVGPrintf(svg_info->file,"decorate line-through\n");
file 1802 coders/svg.c MVGPrintf(svg_info->file,"decorate overline\n");
file 1807 coders/svg.c MVGPrintf(svg_info->file,"text-antialias %d\n",
file 1829 coders/svg.c MVGPrintf(svg_info->file,"text-align '%s'\n",value);
file 1834 coders/svg.c MVGPrintf(svg_info->file,"text-anchor '%s'\n",value);
file 1840 coders/svg.c MVGPrintf(svg_info->file,"decorate underline\n");
file 1842 coders/svg.c MVGPrintf(svg_info->file,"decorate line-through\n");
file 1844 coders/svg.c MVGPrintf(svg_info->file,"decorate overline\n");
file 1849 coders/svg.c MVGPrintf(svg_info->file,"text-antialias %d\n",
file 2005 coders/svg.c MVGPrintf(svg_info->file,
file 2116 coders/svg.c MVGPrintf(svg_info->file,"encoding \"%s\"\n",
file 2129 coders/svg.c MVGPrintf(svg_info->file,"viewbox 0 0 %.20g %.20g\n",(double)
file 2133 coders/svg.c MVGPrintf(svg_info->file,"affine %g 0 0 %g 0.0 0.0\n",sx,sy);
file 2168 coders/svg.c MVGPrintf(svg_info->file,"circle %g,%g %g,%g\n",
file 2171 coders/svg.c MVGPrintf(svg_info->file,"pop graphic-context\n");
file 2176 coders/svg.c MVGPrintf(svg_info->file,"pop clip-path\n");
file 2186 coders/svg.c MVGPrintf(svg_info->file,"pop defs\n");
file 2196 coders/svg.c (void) fputc('#',svg_info->file);
file 2199 coders/svg.c (void) fputc(*p,svg_info->file);
file 2201 coders/svg.c (void) fputc('#',svg_info->file);
file 2203 coders/svg.c (void) fputc('\n',svg_info->file);
file 2218 coders/svg.c MVGPrintf(svg_info->file,"ellipse %g,%g %g,%g 0,360\n",
file 2222 coders/svg.c MVGPrintf(svg_info->file,"pop graphic-context\n");
file 2232 coders/svg.c MVGPrintf(svg_info->file,"pop graphic-context\n");
file 2242 coders/svg.c MVGPrintf(svg_info->file,"image Over %g,%g %g,%g '%s'\n",
file 2245 coders/svg.c MVGPrintf(svg_info->file,"pop graphic-context\n");
file 2255 coders/svg.c MVGPrintf(svg_info->file,"line %g,%g %g,%g\n",
file 2258 coders/svg.c MVGPrintf(svg_info->file,"pop graphic-context\n");
file 2263 coders/svg.c MVGPrintf(svg_info->file,"pop gradient\n");
file 2273 coders/svg.c MVGPrintf(svg_info->file,"pop pattern\n");
file 2278 coders/svg.c MVGPrintf(svg_info->file,"path '%s'\n",svg_info->vertices);
file 2279 coders/svg.c MVGPrintf(svg_info->file,"pop graphic-context\n");
file 2284 coders/svg.c MVGPrintf(svg_info->file,"polygon %s\n",svg_info->vertices);
file 2285 coders/svg.c MVGPrintf(svg_info->file,"pop graphic-context\n");
file 2290 coders/svg.c MVGPrintf(svg_info->file,"polyline %s\n",svg_info->vertices);
file 2291 coders/svg.c MVGPrintf(svg_info->file,"pop graphic-context\n");
file 2301 coders/svg.c MVGPrintf(svg_info->file,"pop gradient\n");
file 2308 coders/svg.c MVGPrintf(svg_info->file,"rectangle %g,%g %g,%g\n",
file 2312 coders/svg.c MVGPrintf(svg_info->file,"pop graphic-context\n");
file 2319 coders/svg.c MVGPrintf(svg_info->file,
file 2326 coders/svg.c MVGPrintf(svg_info->file,"pop graphic-context\n");
file 2336 coders/svg.c MVGPrintf(svg_info->file,"stop-color '%s' %s\n",svg_info->stop_color,
file 2342 coders/svg.c MVGPrintf(svg_info->file,"pop graphic-context\n");
file 2358 coders/svg.c MVGPrintf(svg_info->file,"text %g,%g '%s'\n",
file 2364 coders/svg.c MVGPrintf(svg_info->file,"pop graphic-context\n");
file 2381 coders/svg.c MVGPrintf(svg_info->file,"text %g,%g '%s'\n",
file 2393 coders/svg.c MVGPrintf(svg_info->file,"pop graphic-context\n");
file 2699 coders/svg.c *file;
file 2921 coders/svg.c file=(FILE *) NULL;
file 2924 coders/svg.c file=fdopen(unique_file,"w");
file 2925 coders/svg.c if ((unique_file == -1) || (file == (FILE *) NULL))
file 2939 coders/svg.c svg_info->file=file;
file 2997 coders/svg.c (void) fclose(file);
file 278 coders/tiff.c return(fwrite(buffer,1,4,file));
file 288 coders/tiff.c *file;
file 330 coders/tiff.c file=(FILE *) NULL;
file 333 coders/tiff.c file=fdopen(unique_file,"wb");
file 334 coders/tiff.c if ((unique_file == -1) || (file == (FILE *) NULL))
file 336 coders/tiff.c length=fwrite("\111\111\052\000\010\000\000\000\016\000",1,10,file);
file 337 coders/tiff.c length=fwrite("\376\000\003\000\001\000\000\000\000\000\000\000",1,12,file);
file 338 coders/tiff.c length=fwrite("\000\001\004\000\001\000\000\000",1,8,file);
file 339 coders/tiff.c length=WriteLSBLong(file,image->columns);
file 340 coders/tiff.c length=fwrite("\001\001\004\000\001\000\000\000",1,8,file);
file 341 coders/tiff.c length=WriteLSBLong(file,image->rows);
file 342 coders/tiff.c length=fwrite("\002\001\003\000\001\000\000\000\001\000\000\000",1,12,file);
file 343 coders/tiff.c length=fwrite("\003\001\003\000\001\000\000\000\004\000\000\000",1,12,file);
file 344 coders/tiff.c length=fwrite("\006\001\003\000\001\000\000\000\000\000\000\000",1,12,file);
file 345 coders/tiff.c length=fwrite("\021\001\003\000\001\000\000\000",1,8,file);
file 347 coders/tiff.c length=WriteLSBLong(file,(size_t) strip_offset);
file 348 coders/tiff.c length=fwrite("\022\001\003\000\001\000\000\000",1,8,file);
file 349 coders/tiff.c length=WriteLSBLong(file,(size_t) image_info->orientation);
file 350 coders/tiff.c length=fwrite("\025\001\003\000\001\000\000\000\001\000\000\000",1,12,file);
file 351 coders/tiff.c length=fwrite("\026\001\004\000\001\000\000\000",1,8,file);
file 352 coders/tiff.c length=WriteLSBLong(file,image->rows);
file 353 coders/tiff.c length=fwrite("\027\001\004\000\001\000\000\000\000\000\000\000",1,12,file);
file 354 coders/tiff.c offset=(ssize_t) ftell(file)-4;
file 355 coders/tiff.c length=fwrite("\032\001\005\000\001\000\000\000",1,8,file);
file 356 coders/tiff.c length=WriteLSBLong(file,(size_t) (strip_offset-8));
file 357 coders/tiff.c length=fwrite("\033\001\005\000\001\000\000\000",1,8,file);
file 358 coders/tiff.c length=WriteLSBLong(file,(size_t) (strip_offset-8));
file 359 coders/tiff.c length=fwrite("\050\001\003\000\001\000\000\000\002\000\000\000",1,12,file);
file 360 coders/tiff.c length=fwrite("\000\000\000\000",1,4,file);
file 361 coders/tiff.c length=WriteLSBLong(file,image->x_resolution);
file 362 coders/tiff.c length=WriteLSBLong(file,1);
file 364 coders/tiff.c (void) fputc(c,file);
file 365 coders/tiff.c offset=(ssize_t) fseek(file,(ssize_t) offset,SEEK_SET);
file 366 coders/tiff.c length=WriteLSBLong(file,(unsigned int) length);
file 367 coders/tiff.c (void) fclose(file);
file 1859 coders/tiff.c *file;
file 1908 coders/tiff.c file=(FILE *) NULL;
file 1911 coders/tiff.c file=fdopen(unique_file,"wb");
file 1912 coders/tiff.c if ((unique_file == -1) || (file == (FILE *) NULL))
file 1922 coders/tiff.c SetImageInfoFile(write_info,file);
file 1927 coders/tiff.c (void) fflush(file);
file 1933 coders/tiff.c (void) fclose(file);
file 1941 coders/tiff.c (void) fclose(file);
file 1954 coders/tiff.c (void) fclose(file);
file 1968 coders/tiff.c (void) fclose(file);
file 1985 coders/tiff.c (void) fclose(file);
file 109 coders/url.c *file;
file 114 coders/url.c file=(FILE *) userdata;
file 115 coders/url.c if (file == (FILE *) NULL)
file 119 coders/url.c length=fwrite(data,size,1,file);
file 136 coders/url.c *file;
file 150 coders/url.c file=(FILE *) NULL;
file 153 coders/url.c file=fdopen(unique_file,"wb");
file 154 coders/url.c if ((unique_file == -1) || (file == (FILE *) NULL))
file 186 coders/url.c (void) xmlNanoFTPGet(context,GetFTPData,(void *) file,
file 214 coders/url.c count=(ssize_t) fwrite(buffer,bytes,1,file);
file 222 coders/url.c (void) fclose(file);
file 121 coders/wmf.c *file;
file 189 coders/wmf.c file=(FILE *) NULL;
file 192 coders/wmf.c file=fdopen(unique_file,"wb");
file 193 coders/wmf.c if ((unique_file == -1) || (file == (FILE *) NULL))
file 198 coders/wmf.c eps_info->out=wmf_stream_create(wmf_info,file);
file 206 coders/wmf.c (void) fclose(file);
file 382 ltdl/loaders/dyld.c const char *file;
file 385 ltdl/loaders/dyld.c NSLinkEditError (&ler, &lerno, &file, &errstr);
file 762 ltdl/ltdl.c FILE *file = 0;
file 764 ltdl/ltdl.c foreach_dirinpath (search_path, base_name, find_file_callback, pdir, &file);
file 766 ltdl/ltdl.c return file;
file 1038 ltdl/ltdl.c while (!feof (file))
file 1041 ltdl/ltdl.c if (!fgets (line, (int) line_len, file))
file 1049 ltdl/ltdl.c while (line[line_len-2] != '\0' && line[line_len-2] != '\n' && !feof (file))
file 1058 ltdl/ltdl.c if (!fgets (&line[line_len -1], (int) line_len +1, file))
file 1325 ltdl/ltdl.c FILE * file = 0;
file 1345 ltdl/ltdl.c file = find_file (user_search_path, base_name, &dir);
file 1347 ltdl/ltdl.c if (!file)
file 1351 ltdl/ltdl.c file = find_file (search_path, base_name, &dir);
file 1355 ltdl/ltdl.c if (!file)
file 1359 ltdl/ltdl.c file = find_file (search_path, base_name, &dir);
file 1363 ltdl/ltdl.c if (!file && *sys_dlsearch_path)
file 1365 ltdl/ltdl.c file = find_file (sys_dlsearch_path, base_name, &dir);
file 1371 ltdl/ltdl.c file = fopen (attempt, LT_READTEXT_MODE);
file 1376 ltdl/ltdl.c if (!file)
file 1384 ltdl/ltdl.c if (parse_dotla_file(file, &dlname, &libdir, &deplibs,
file 1388 ltdl/ltdl.c fclose (file);
file 1605 magick/annotate.c *file;
file 1637 magick/annotate.c file=(FILE *) NULL;
file 1640 magick/annotate.c file=fdopen(unique_file,"wb");
file 1641 magick/annotate.c if ((unique_file == -1) || (file == (FILE *) NULL))
file 1647 magick/annotate.c (void) fprintf(file,"%%!PS-Adobe-3.0\n");
file 1648 magick/annotate.c (void) fprintf(file,"/ReencodeType\n");
file 1649 magick/annotate.c (void) fprintf(file,"{\n");
file 1650 magick/annotate.c (void) fprintf(file," findfont dup length\n");
file 1651 magick/annotate.c (void) fprintf(file,
file 1653 magick/annotate.c (void) fprintf(file,
file 1655 magick/annotate.c (void) fprintf(file,"} bind def\n");
file 1675 magick/annotate.c (void) fprintf(file,"%g %g moveto\n",identity != MagickFalse ? 0.0 :
file 1677 magick/annotate.c (void) fprintf(file,"%g %g scale\n",draw_info->pointsize,
file 1681 magick/annotate.c (void) fprintf(file,
file 1684 magick/annotate.c (void) fprintf(file,"/%s-ISO dup /%s ReencodeType findfont setfont\n",
file 1686 magick/annotate.c (void) fprintf(file,"[%g %g %g %g 0 0] concat\n",
file 1691 magick/annotate.c (void) fprintf(file,"(%s) stringwidth pop -0.5 mul -0.5 rmoveto\n",text);
file 1692 magick/annotate.c (void) fprintf(file,"(%s) show\n",text);
file 1694 magick/annotate.c (void) fprintf(file,"showpage\n");
file 1695 magick/annotate.c (void) fclose(file);
file 122 magick/blob.c *file;
file 190 magick/blob.c blob_info->file=(FILE *) NULL;
file 238 magick/blob.c file;
file 250 magick/blob.c file=AcquireUniqueFileResource(filename);
file 252 magick/blob.c file=open(filename,O_RDWR | O_CREAT | O_EXCL | O_BINARY,S_MODE);
file 253 magick/blob.c if (file == -1)
file 260 magick/blob.c count=(ssize_t) write(file,(const char *) blob+i,(size_t) MagickMin(length-
file 269 magick/blob.c file=close(file);
file 270 magick/blob.c if ((file == -1) || (i < length))
file 435 magick/blob.c clone_info->file=blob_info->file;
file 500 magick/blob.c status=ferror(image->blob->file);
file 506 magick/blob.c (void) gzerror(image->blob->file,&status);
file 513 magick/blob.c (void) BZ2_bzerror((BZFILE *) image->blob->file,&status);
file 531 magick/blob.c status=fflush(image->blob->file);
file 532 magick/blob.c status=fsync(fileno(image->blob->file));
file 534 magick/blob.c status=fclose(image->blob->file);
file 540 magick/blob.c status=pclose(image->blob->file);
file 547 magick/blob.c status=gzclose(image->blob->file);
file 554 magick/blob.c BZ2_bzclose((BZFILE *) image->blob->file);
file 562 magick/blob.c if (image->blob->file != (FILE *) NULL)
file 565 magick/blob.c (void) fsync(fileno(image->blob->file));
file 566 magick/blob.c status=fclose(image->blob->file);
file 665 magick/blob.c blob_info->file=(FILE *) NULL;
file 829 magick/blob.c image->blob->eof=feof(image->blob->file) != 0 ? MagickTrue : MagickFalse;
file 844 magick/blob.c (void) BZ2_bzerror((BZFILE *) image->blob->file,&status);
file 899 magick/blob.c file;
file 920 magick/blob.c file=fileno(stdin);
file 922 magick/blob.c file=open(filename,O_RDONLY | O_BINARY);
file 923 magick/blob.c if (file == -1)
file 928 magick/blob.c offset=(MagickOffsetType) lseek(file,0,SEEK_END);
file 942 magick/blob.c if ((fstat(file,&file_info) == 0) && (file_info.st_size != 0))
file 948 magick/blob.c count=(ssize_t) read(file,blob+i,quantum);
file 966 magick/blob.c file=close(file);
file 973 magick/blob.c if (file == -1)
file 990 magick/blob.c file=close(file);
file 995 magick/blob.c map=MapBlob(file,ReadMode,0,*length);
file 1003 magick/blob.c (void) lseek(file,0,SEEK_SET);
file 1006 magick/blob.c count=(ssize_t) read(file,blob+i,(size_t) MagickMin(*length-i,
file 1017 magick/blob.c file=close(file)-1;
file 1025 magick/blob.c file=close(file);
file 1026 magick/blob.c if (file == -1)
file 1092 magick/blob.c file;
file 1111 magick/blob.c file=open(filename,O_RDONLY | O_BINARY);
file 1112 magick/blob.c if (file == -1)
file 1119 magick/blob.c if ((fstat(file,&file_info) == 0) && (file_info.st_size != 0))
file 1130 magick/blob.c count=(ssize_t) read(file,blob,quantum);
file 1146 magick/blob.c file=close(file);
file 1147 magick/blob.c if (file == -1)
file 1212 magick/blob.c return(image->blob->file);
file 1325 magick/blob.c if (fstat(fileno(image->blob->file),&image->blob->properties) == 0)
file 1524 magick/blob.c file;
file 1529 magick/blob.c file=AcquireUniqueFileResource(unique);
file 1530 magick/blob.c if (file == -1)
file 1537 magick/blob.c blob_info->file=fdopen(file,"wb");
file 1538 magick/blob.c if (blob_info->file != (FILE *) NULL)
file 1543 magick/blob.c (void) fclose(blob_info->file);
file 1588 magick/blob.c file;
file 1617 magick/blob.c file=AcquireUniqueFileResource(filename);
file 1620 magick/blob.c file=fileno(stdout);
file 1622 magick/blob.c file=open(filename,O_RDWR | O_CREAT | O_EXCL | O_BINARY,S_MODE);
file 1623 magick/blob.c if (file == -1)
file 1629 magick/blob.c if ((fstat(file,&file_info) == 0) && (file_info.st_size != 0))
file 1635 magick/blob.c file=close(file)-1;
file 1647 magick/blob.c count=write(file,p+i,(size_t) (length-i));
file 1659 magick/blob.c file=close(file);
file 1661 magick/blob.c if ((file == -1) || (i < length))
file 1783 magick/blob.c file;
file 1788 magick/blob.c file=AcquireUniqueFileResource(unique);
file 1789 magick/blob.c if (file == -1)
file 1796 magick/blob.c blob_info->file=fdopen(file,"wb");
file 1797 magick/blob.c if (blob_info->file != (FILE *) NULL)
file 1802 magick/blob.c (void) fclose(blob_info->file);
file 1863 magick/blob.c file;
file 1896 magick/blob.c file=AcquireUniqueFileResource(filename);
file 1897 magick/blob.c if (file != -1)
file 1898 magick/blob.c unique_file=fdopen(file,"wb");
file 1899 magick/blob.c if ((file == -1) || (unique_file == (FILE *) NULL))
file 1931 magick/blob.c file=open(filename,O_RDONLY | O_BINARY);
file 1932 magick/blob.c if (file == -1)
file 1940 magick/blob.c if ((fstat(file,&file_info) == 0) && (file_info.st_size != 0))
file 1951 magick/blob.c count=(ssize_t) read(file,buffer,quantum);
file 1961 magick/blob.c file=close(file);
file 1962 magick/blob.c if (file == -1)
file 2111 magick/blob.c if (file == -1)
file 2124 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags,file,
file 2132 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags,file,
file 2144 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags,file,
file 2153 magick/blob.c (void) file;
file 2354 magick/blob.c ((*filename == '\0') && (image_info->file == (FILE *) NULL)))
file 2356 magick/blob.c image->blob->file=(*type == 'r') ? stdin : stdout;
file 2359 magick/blob.c setmode(_fileno(image->blob->file),_O_BINARY);
file 2372 magick/blob.c image->blob->file=fdopen(StringToLong(filename+3),mode);
file 2375 magick/blob.c setmode(_fileno(image->blob->file),_O_BINARY);
file 2396 magick/blob.c image->blob->file=(FILE *) popen(filename+1,mode);
file 2397 magick/blob.c if (image->blob->file == (FILE *) NULL)
file 2411 magick/blob.c image->blob->file=(FILE *) OpenMagickStream(filename,type);
file 2412 magick/blob.c if (image->blob->file == (FILE *) NULL)
file 2455 magick/blob.c if (image_info->file != (FILE *) NULL)
file 2457 magick/blob.c image->blob->file=image_info->file;
file 2464 magick/blob.c image->blob->file=(FILE *) OpenMagickStream(filename,type);
file 2465 magick/blob.c if (image->blob->file != (FILE *) NULL)
file 2475 magick/blob.c (void) setvbuf(image->blob->file,(char *) NULL,(int) _IOFBF,16384);
file 2478 magick/blob.c count=fread(magick,1,sizeof(magick),image->blob->file);
file 2479 magick/blob.c (void) rewind(image->blob->file);
file 2486 magick/blob.c (void) fclose(image->blob->file);
file 2487 magick/blob.c image->blob->file=(FILE *) gzopen(filename,type);
file 2488 magick/blob.c if (image->blob->file != (FILE *) NULL)
file 2495 magick/blob.c (void) fclose(image->blob->file);
file 2496 magick/blob.c image->blob->file=(FILE *) BZ2_bzopen(filename,type);
file 2497 magick/blob.c if (image->blob->file != (FILE *) NULL)
file 2527 magick/blob.c blob=MapBlob(fileno(image->blob->file),ReadMode,0,length);
file 2533 magick/blob.c if (image_info->file != (FILE *) NULL)
file 2537 magick/blob.c (void) fclose(image->blob->file);
file 2538 magick/blob.c image->blob->file=(FILE *) NULL;
file 2556 magick/blob.c image->blob->file=(FILE *) gzopen(filename,type);
file 2557 magick/blob.c if (image->blob->file != (FILE *) NULL)
file 2565 magick/blob.c image->blob->file=(FILE *) BZ2_bzopen(filename,type);
file 2566 magick/blob.c if (image->blob->file != (FILE *) NULL)
file 2572 magick/blob.c image->blob->file=(FILE *) OpenMagickStream(filename,type);
file 2573 magick/blob.c if (image->blob->file != (FILE *) NULL)
file 2577 magick/blob.c (void) setvbuf(image->blob->file,(char *) NULL,(int) _IOFBF,
file 2741 magick/blob.c count=(ssize_t) fread(q,1,length,image->blob->file);
file 2746 magick/blob.c c=getc(image->blob->file);
file 2754 magick/blob.c c=getc(image->blob->file);
file 2772 magick/blob.c count=(ssize_t) gzread(image->blob->file,q,(unsigned int) length);
file 2777 magick/blob.c c=gzgetc(image->blob->file);
file 2785 magick/blob.c c=gzgetc(image->blob->file);
file 2800 magick/blob.c count=(ssize_t) BZ2_bzread((BZFILE *) image->blob->file,q,(int) length);
file 3518 magick/blob.c if (fseek(image->blob->file,offset,whence) < 0)
file 3528 magick/blob.c if (gzseek(image->blob->file,(off_t) offset,whence) < 0)
file 3679 magick/blob.c status=posix_fallocate(fileno(image->blob->file),(off_t) offset,
file 3699 magick/blob.c if (image->blob->file == (FILE *) NULL)
file 3713 magick/blob.c status=posix_fallocate(fileno(image->blob->file),(off_t) offset,
file 3718 magick/blob.c image->blob->data=(unsigned char*) MapBlob(fileno(image->blob->file),
file 3786 magick/blob.c status=fflush(image->blob->file);
file 3792 magick/blob.c status=gzflush(image->blob->file,Z_SYNC_FLUSH);
file 3799 magick/blob.c status=BZ2_bzflush((BZFILE *) image->blob->file);
file 3857 magick/blob.c offset=ftell(image->blob->file);
file 3866 magick/blob.c offset=(MagickOffsetType) gztell(image->blob->file);
file 3986 magick/blob.c image->blob->file);
file 3991 magick/blob.c c=putc((int) *p++,image->blob->file);
file 3998 magick/blob.c c=putc((int) *p++,image->blob->file);
file 4015 magick/blob.c count=(ssize_t) gzwrite(image->blob->file,(void *) data,
file 4021 magick/blob.c c=gzputc(image->blob->file,(int) *p++);
file 4028 magick/blob.c c=gzputc(image->blob->file,(int) *p++);
file 4042 magick/blob.c count=(ssize_t) BZ2_bzwrite((BZFILE *) image->blob->file,(void *) data,
file 162 magick/cache-private.h file;
file 195 magick/cache.c cache_info->file=(-1);
file 558 magick/cache.c if (cache_info->file != -1)
file 559 magick/cache.c status=close(cache_info->file);
file 560 magick/cache.c cache_info->file=(-1);
file 587 magick/cache.c if ((p->type == DiskCache) && (p->file != -1))
file 593 magick/cache.c if ((p->type == DiskCache) && (p->file != -1) &&
file 603 magick/cache.c (void) close(q->file);
file 604 magick/cache.c q->file=(-1);
file 629 magick/cache.c file;
file 635 magick/cache.c if (cache_info->file != -1)
file 642 magick/cache.c file=AcquireUniqueFileResource(cache_info->cache_filename);
file 648 magick/cache.c file=open(cache_info->cache_filename,O_RDONLY | O_BINARY);
file 653 magick/cache.c file=open(cache_info->cache_filename,O_WRONLY | O_CREAT | O_BINARY |
file 655 magick/cache.c if (file == -1)
file 656 magick/cache.c file=open(cache_info->cache_filename,O_WRONLY | O_BINARY,S_MODE);
file 662 magick/cache.c file=open(cache_info->cache_filename,O_RDWR | O_CREAT | O_BINARY |
file 664 magick/cache.c if (file == -1)
file 665 magick/cache.c file=open(cache_info->cache_filename,O_RDWR | O_BINARY,S_MODE);
file 669 magick/cache.c if (file == -1)
file 675 magick/cache.c cache_info->file=file;
file 694 magick/cache.c if (lseek(cache_info->file,offset,SEEK_SET) < 0)
file 704 magick/cache.c count=read(cache_info->file,buffer+i,(size_t) MagickMin(length-i,
file 707 magick/cache.c count=pread(cache_info->file,buffer+i,(size_t) MagickMin(length-i,
file 738 magick/cache.c if (lseek(cache_info->file,offset,SEEK_SET) < 0)
file 748 magick/cache.c count=write(cache_info->file,buffer+i,(size_t) MagickMin(length-i,
file 751 magick/cache.c count=pwrite(cache_info->file,buffer+i,(size_t) MagickMin(length-i,
file 1461 magick/cache.c if (cache_info->file != -1)
file 3954 magick/cache.c cache_info->cache_filename,cache_info->file,format);
file 3959 magick/cache.c extent=(MagickOffsetType) lseek(cache_info->file,0,SEEK_END);
file 4001 magick/cache.c source_info.file=(-1);
file 4114 magick/cache.c cache_info->pixels=(PixelPacket *) MapBlob(cache_info->file,mode,
file 4146 magick/cache.c cache_info->file,(double) cache_info->columns,(double)
file 4166 magick/cache.c cache_info->cache_filename,cache_info->file,(double)
file 591 magick/coder.c if (file == (const FILE *) NULL)
file 592 magick/coder.c file=stdout;
file 605 magick/coder.c (void) fprintf(file,"\nPath: %s\n\n",coder_info[i]->path);
file 606 magick/coder.c (void) fprintf(file,"Magick Coder\n");
file 607 magick/coder.c (void) fprintf(file,"-------------------------------------------------"
file 611 magick/coder.c (void) fprintf(file,"%s",coder_info[i]->magick);
file 613 magick/coder.c (void) fprintf(file," ");
file 615 magick/coder.c (void) fprintf(file,"%s",coder_info[i]->name);
file 616 magick/coder.c (void) fprintf(file,"\n");
file 619 magick/coder.c (void) fflush(file);
file 1973 magick/color.c if (file == (const FILE *) NULL)
file 1974 magick/color.c file=stdout;
file 1987 magick/color.c (void) fprintf(file,"\nPath: %s\n\n",color_info[i]->path);
file 1988 magick/color.c (void) fprintf(file,"Name Color "
file 1990 magick/color.c (void) fprintf(file,"-------------------------------------------------"
file 1994 magick/color.c (void) fprintf(file,"%-21.21s ",color_info[i]->name);
file 1996 magick/color.c (void) fprintf(file,"%-45.45s ",tuple);
file 1998 magick/color.c (void) fprintf(file,"SVG ");
file 2000 magick/color.c (void) fprintf(file,"X11 ");
file 2002 magick/color.c (void) fprintf(file,"XPM ");
file 2003 magick/color.c (void) fprintf(file,"\n");
file 2006 magick/color.c (void) fflush(file);
file 925 magick/configure.c if (file == (const FILE *) NULL)
file 926 magick/configure.c file=stdout;
file 939 magick/configure.c (void) fprintf(file,"\nPath: %s\n\n",configure_info[i]->path);
file 940 magick/configure.c (void) fprintf(file,"Name Value\n");
file 941 magick/configure.c (void) fprintf(file,"-------------------------------------------------"
file 948 magick/configure.c (void) fprintf(file,"%s",name);
file 950 magick/configure.c (void) fprintf(file," ");
file 951 magick/configure.c (void) fprintf(file," ");
file 955 magick/configure.c (void) fprintf(file,"%s",value);
file 956 magick/configure.c (void) fprintf(file,"\n");
file 958 magick/configure.c (void) fflush(file);
file 1123 magick/delegate.c if (file == (const FILE *) NULL)
file 1124 magick/delegate.c file=stdout;
file 1137 magick/delegate.c (void) fprintf(file,"\nPath: %s\n\n",delegate_info[i]->path);
file 1138 magick/delegate.c (void) fprintf(file,"Delegate Command\n");
file 1139 magick/delegate.c (void) fprintf(file,"-------------------------------------------------"
file 1151 magick/delegate.c (void) fprintf(file,"%11s%c=%c%s ",delegate_info[i]->decode ?
file 1155 magick/delegate.c (void) fprintf(file,"\"%s\"\n",commands[0]);
file 1159 magick/delegate.c (void) fprintf(file," \"%s\"\n",commands[j]);
file 1165 magick/delegate.c (void) fflush(file);
file 1582 magick/deprecate.c return(IdentifyImage(image,file,verbose));
file 8866 magick/display.c *file;
file 8886 magick/display.c file=fdopen(unique_file,"w");
file 8887 magick/display.c if (file == (FILE *) NULL)
file 8894 magick/display.c (void) fputc((int) *p,file);
file 8895 magick/display.c (void) fputc('\n',file);
file 8896 magick/display.c (void) fclose(file);
file 3259 magick/effect.c file;
file 3270 magick/effect.c file=AcquireUniqueFileResource(filename);
file 3271 magick/effect.c if (file != -1)
file 3272 magick/effect.c file=close(file)-1;
file 112 magick/fx.c *file;
file 189 magick/fx.c fx_info->file=stderr;
file 2456 magick/fx.c if (fx_info->file != (FILE *) NULL)
file 2457 magick/fx.c (void) fprintf(fx_info->file,"%s[%.20g,%.20g].%s: %s=%.*g\n",
file 2803 magick/fx.c *file;
file 2808 magick/fx.c file=fx_info->file;
file 2809 magick/fx.c fx_info->file=(FILE *) NULL;
file 2811 magick/fx.c fx_info->file=file;
file 1146 magick/histogram.c if (file == (FILE *) NULL)
file 1187 magick/histogram.c (void) fprintf(file,"%10" MagickSizeFormat,p->count);
file 1188 magick/histogram.c (void) fprintf(file,": %s %s %s\n",tuple,hex,color);
file 1201 magick/histogram.c (void) fflush(file);
file 190 magick/identify.c status=fprintf(file,FeaturesFormat,name,
file 222 magick/identify.c status=fprintf(file,StatisticsFormat,name,ClampToQuantum(scale*
file 235 magick/identify.c status=fprintf(file,StatisticsFormat,name,ClampToQuantum(scale*
file 305 magick/identify.c if (file == (FILE *) NULL)
file 306 magick/identify.c file=stdout;
file 318 magick/identify.c (void) fprintf(file,"%s=>",image->magick_filename);
file 322 magick/identify.c (void) fprintf(file,"%s ",image->filename);
file 324 magick/identify.c (void) fprintf(file,"%s[%.20g] ",image->filename,(double) image->scene);
file 325 magick/identify.c (void) fprintf(file,"%s ",image->magick);
file 329 magick/identify.c (void) fprintf(file,"%.20gx%.20g=>",(double) image->magick_columns,
file 331 magick/identify.c (void) fprintf(file,"%.20gx%.20g ",(double) image->columns,(double)
file 335 magick/identify.c (void) fprintf(file,"%.20gx%.20g%+.20g%+.20g ",(double)
file 338 magick/identify.c (void) fprintf(file,"%.20g-bit ",(double) image->depth);
file 340 magick/identify.c (void) fprintf(file,"%s ",MagickOptionToMnemonic(MagickTypeOptions,
file 344 magick/identify.c (void) fprintf(file,"DirectClass ");
file 348 magick/identify.c (void) fprintf(file,"%s ",format);
file 353 magick/identify.c (void) fprintf(file,"PseudoClass %.20gc ",(double) image->colors);
file 355 magick/identify.c (void) fprintf(file,"PseudoClass %.20g=>%.20gc ",(double)
file 358 magick/identify.c (void) fprintf(file,"%.20g/%f/%fdb ",(double)
file 365 magick/identify.c (void) fprintf(file,"%s ",format);
file 367 magick/identify.c (void) fprintf(file,"%0.3fu %lu:%02lu.%03lu",user_time,(unsigned long)
file 370 magick/identify.c (void) fprintf(file,"\n");
file 371 magick/identify.c (void) fflush(file);
file 372 magick/identify.c return(ferror(file) != 0 ? MagickFalse : MagickTrue);
file 383 magick/identify.c (void) fprintf(file,"Image: %s\n",image->filename);
file 391 magick/identify.c (void) fprintf(file," Base filename: %s\n",filename);
file 396 magick/identify.c (void) fprintf(file," Format: %s\n",image->magick);
file 398 magick/identify.c (void) fprintf(file," Format: %s (%s)\n",image->magick,
file 400 magick/identify.c (void) fprintf(file," Class: %s\n",MagickOptionToMnemonic(MagickClassOptions,
file 402 magick/identify.c (void) fprintf(file," Geometry: %.20gx%.20g%+.20g%+.20g\n",(double)
file 408 magick/identify.c (void) fprintf(file," Base geometry: %.20gx%.20g\n",(double)
file 412 magick/identify.c (void) fprintf(file," Resolution: %gx%g\n",image->x_resolution,
file 414 magick/identify.c (void) fprintf(file," Print size: %gx%g\n",(double) image->columns/
file 417 magick/identify.c (void) fprintf(file," Units: %s\n",MagickOptionToMnemonic(
file 419 magick/identify.c (void) fprintf(file," Type: %s\n",MagickOptionToMnemonic(MagickTypeOptions,
file 422 magick/identify.c (void) fprintf(file," Base type: %s\n",MagickOptionToMnemonic(
file 424 magick/identify.c (void) fprintf(file," Endianess: %s\n",MagickOptionToMnemonic(
file 429 magick/identify.c (void) fprintf(file," Colorspace: %s\n",MagickOptionToMnemonic(
file 449 magick/identify.c (void) fprintf(file," Depth: %.20g-bit\n",(double) image->depth);
file 451 magick/identify.c (void) fprintf(file," Depth: %.20g/%.20g-bit\n",(double)
file 453 magick/identify.c (void) fprintf(file," Channel depth:\n");
file 461 magick/identify.c (void) fprintf(file," red: %.20g-bit\n",(double)
file 463 magick/identify.c (void) fprintf(file," green: %.20g-bit\n",(double)
file 465 magick/identify.c (void) fprintf(file," blue: %.20g-bit\n",(double)
file 471 magick/identify.c (void) fprintf(file," cyan: %.20g-bit\n",(double)
file 473 magick/identify.c (void) fprintf(file," magenta: %.20g-bit\n",(double)
file 475 magick/identify.c (void) fprintf(file," yellow: %.20g-bit\n",(double)
file 477 magick/identify.c (void) fprintf(file," black: %.20g-bit\n",(double)
file 483 magick/identify.c (void) fprintf(file," gray: %.20g-bit\n",(double)
file 489 magick/identify.c (void) fprintf(file," alpha: %.20g-bit\n",(double)
file 498 magick/identify.c (void) fprintf(file," Channel statistics:\n");
file 504 magick/identify.c (void) PrintChannelStatistics(file,RedChannel,"Red",1.0/scale,
file 506 magick/identify.c (void) PrintChannelStatistics(file,GreenChannel,"Green",1.0/scale,
file 508 magick/identify.c (void) PrintChannelStatistics(file,BlueChannel,"Blue",1.0/scale,
file 514 magick/identify.c (void) PrintChannelStatistics(file,CyanChannel,"Cyan",1.0/scale,
file 516 magick/identify.c (void) PrintChannelStatistics(file,MagentaChannel,"Magenta",1.0/scale,
file 518 magick/identify.c (void) PrintChannelStatistics(file,YellowChannel,"Yellow",1.0/scale,
file 520 magick/identify.c (void) PrintChannelStatistics(file,BlackChannel,"Black",1.0/scale,
file 526 magick/identify.c (void) PrintChannelStatistics(file,GrayChannel,"Gray",1.0/scale,
file 532 magick/identify.c (void) PrintChannelStatistics(file,AlphaChannel,"Alpha",1.0/scale,
file 536 magick/identify.c (void) fprintf(file," Image statistics:\n");
file 537 magick/identify.c (void) PrintChannelStatistics(file,AllChannels,"Overall",1.0/scale,
file 545 magick/identify.c (void) fprintf(file," Channel features (horizontal, vertical, left and right diagonals, average):\n");
file 551 magick/identify.c (void) PrintChannelFeatures(file,RedChannel,"Red",channel_features);
file 552 magick/identify.c (void) PrintChannelFeatures(file,GreenChannel,"Green",
file 554 magick/identify.c (void) PrintChannelFeatures(file,BlueChannel,"Blue",channel_features);
file 559 magick/identify.c (void) PrintChannelFeatures(file,CyanChannel,"Cyan",channel_features);
file 560 magick/identify.c (void) PrintChannelFeatures(file,MagentaChannel,"Magenta",
file 562 magick/identify.c (void) PrintChannelFeatures(file,YellowChannel,"Yellow",
file 564 magick/identify.c (void) PrintChannelFeatures(file,BlackChannel,"Black",
file 570 magick/identify.c (void) PrintChannelFeatures(file,GrayChannel,"Gray",channel_features);
file 575 magick/identify.c (void) PrintChannelFeatures(file,AlphaChannel,"Alpha",channel_features);
file 582 magick/identify.c (void) fprintf(file," Total ink density: %.0f%%\n",100.0*
file 622 magick/identify.c (void) fprintf(file," Alpha: %s ",tuple);
file 624 magick/identify.c (void) fprintf(file," %s\n",tuple);
file 630 magick/identify.c (void) fprintf(file," Colors: %.20g\n",(double)
file 634 magick/identify.c (void) fprintf(file," Histogram:\n");
file 635 magick/identify.c (void) GetNumberColors(image,file,&image->exception);
file 640 magick/identify.c (void) fprintf(file," Colormap: %.20g\n",(double) image->colors);
file 681 magick/identify.c (void) fprintf(file," %8ld: %s %s %s\n",(long) i,tuple,hex,color);
file 687 magick/identify.c (void) fprintf(file," Mean error per pixel: %g\n",
file 690 magick/identify.c (void) fprintf(file," Normalized mean error: %g\n",
file 693 magick/identify.c (void) fprintf(file," Normalized maximum error: %g\n",
file 695 magick/identify.c (void) fprintf(file," Rendering intent: %s\n",MagickOptionToMnemonic(
file 698 magick/identify.c (void) fprintf(file," Gamma: %g\n",image->gamma);
file 707 magick/identify.c (void) fprintf(file," Chromaticity:\n");
file 708 magick/identify.c (void) fprintf(file," red primary: (%g,%g)\n",
file 710 magick/identify.c (void) fprintf(file," green primary: (%g,%g)\n",
file 713 magick/identify.c (void) fprintf(file," blue primary: (%g,%g)\n",
file 715 magick/identify.c (void) fprintf(file," white point: (%g,%g)\n",
file 719 magick/identify.c (void) fprintf(file," Tile geometry: %.20gx%.20g%+.20g%+.20g\n",(double)
file 722 magick/identify.c (void) fprintf(file," Interlace: %s\n",MagickOptionToMnemonic(
file 726 magick/identify.c (void) fprintf(file," Background color: %s\n",color);
file 729 magick/identify.c (void) fprintf(file," Border color: %s\n",color);
file 732 magick/identify.c (void) fprintf(file," Matte color: %s\n",color);
file 735 magick/identify.c (void) fprintf(file," Transparent color: %s\n",color);
file 736 magick/identify.c (void) fprintf(file," Compose: %s\n",MagickOptionToMnemonic(
file 740 magick/identify.c (void) fprintf(file," Page geometry: %.20gx%.20g%+.20g%+.20g\n",(double)
file 744 magick/identify.c (void) fprintf(file," Origin geometry: %+.20g%+.20g\n",(double)
file 746 magick/identify.c (void) fprintf(file," Dispose: %s\n",MagickOptionToMnemonic(
file 749 magick/identify.c (void) fprintf(file," Delay: %.20gx%.20g\n",(double) image->delay,
file 752 magick/identify.c (void) fprintf(file," Iterations: %.20g\n",(double) image->iterations);
file 754 magick/identify.c (void) fprintf(file," Scene: %.20g of %.20g\n",(double) image->scene,
file 758 magick/identify.c (void) fprintf(file," Scene: %.20g\n",(double) image->scene);
file 759 magick/identify.c (void) fprintf(file," Compression: %s\n",MagickOptionToMnemonic(
file 762 magick/identify.c (void) fprintf(file," Quality: %.20g\n",(double) image->quality);
file 763 magick/identify.c (void) fprintf(file," Orientation: %s\n",MagickOptionToMnemonic(
file 766 magick/identify.c (void) fprintf(file," Montage: %s\n",image->montage);
file 787 magick/identify.c (void) fprintf(file," Directory:\n");
file 795 magick/identify.c (void) fprintf(file," %s",image_info->filename);
file 801 magick/identify.c (void) fprintf(file,"\n");
file 804 magick/identify.c (void) fprintf(file," %.20gx%.20g %s\n",(double) tile->magick_columns,
file 811 magick/identify.c (void) fprintf(file," %s:\n",property);
file 814 magick/identify.c (void) fprintf(file,"%s\n",value);
file 829 magick/identify.c (void) fprintf(file," Properties:\n");
file 832 magick/identify.c (void) fprintf(file," %s: ",property);
file 835 magick/identify.c (void) fprintf(file,"%s\n",value);
file 846 magick/identify.c (void) fprintf(file," Clipping path: ");
file 848 magick/identify.c (void) fputc('\n',file);
file 849 magick/identify.c (void) fprintf(file,"%s\n",value);
file 861 magick/identify.c (void) fprintf(file," Profiles:\n");
file 867 magick/identify.c (void) fprintf(file," Profile-%s: %.20g bytes\n",name,(double)
file 886 magick/identify.c (void) fprintf(file," %s\n",name);
file 893 magick/identify.c (void) fprintf(file," Description: %s\n",info);
file 896 magick/identify.c (void) fprintf(file," Manufacturer: %s\n",info);
file 899 magick/identify.c (void) fprintf(file," Model: %s\n",info);
file 902 magick/identify.c (void) fprintf(file," Copyright: %s\n",info);
file 994 magick/identify.c (void) fprintf(file," %s[%.20g,%.20g]: ",tag,(double)
file 1011 magick/identify.c (void) fputs(attribute_list[j],file);
file 1012 magick/identify.c (void) fputs("\n",file);
file 1024 magick/identify.c PrintStringInfo(file,name,profile);
file 1035 magick/identify.c (void) fprintf(file," Artifacts:\n");
file 1038 magick/identify.c (void) fprintf(file," %s: ",artifact);
file 1041 magick/identify.c (void) fprintf(file,"%s\n",value);
file 1052 magick/identify.c (void) fprintf(file," Registry:\n");
file 1055 magick/identify.c (void) fprintf(file," %s: ",registry);
file 1059 magick/identify.c (void) fprintf(file,"%s\n",value);
file 1063 magick/identify.c (void) fprintf(file," Tainted: %s\n",MagickOptionToMnemonic(
file 1066 magick/identify.c (void) fprintf(file," Filesize: %sB\n",format);
file 1069 magick/identify.c (void) fprintf(file," Number pixels: %s\n",format);
file 1072 magick/identify.c (void) fprintf(file," Pixels per second: %s\n",format);
file 1073 magick/identify.c (void) fprintf(file," User time: %0.3fu\n",user_time);
file 1074 magick/identify.c (void) fprintf(file," Elapsed time: %lu:%02lu.%03lu\n",(unsigned long)
file 1077 magick/identify.c (void) fprintf(file," Version: %s\n",GetMagickVersion((size_t *)
file 1079 magick/identify.c (void) fflush(file);
file 1080 magick/identify.c return(ferror(file) != 0 ? MagickFalse : MagickTrue);
file 198 magick/image.c SetBlobExempt(image,image_info->file != (FILE *) NULL ? MagickTrue :
file 956 magick/image.c SetImageInfoFile(clone_info,image_info->file);
file 1552 magick/image.c return(image_info->file);
file 3454 magick/image.c image_info->file=file;
file 442 magick/image.h *file;
file 626 magick/locale.c if (file == (const FILE *) NULL)
file 627 magick/locale.c file=stdout;
file 641 magick/locale.c (void) fprintf(file,"\nPath: %s\n\n",locale_info[i]->path);
file 642 magick/locale.c (void) fprintf(file,"Tag/Message\n");
file 643 magick/locale.c (void) fprintf(file,"-------------------------------------------------"
file 647 magick/locale.c (void) fprintf(file,"%s\n",locale_info[i]->tag);
file 649 magick/locale.c (void) fprintf(file," %s",locale_info[i]->message);
file 650 magick/locale.c (void) fprintf(file,"\n");
file 652 magick/locale.c (void) fflush(file);
file 120 magick/log.c *file;
file 230 magick/log.c if (log_info->file != (FILE *) NULL)
file 233 magick/log.c (void) fprintf(log_info->file,"</log>\n");
file 234 magick/log.c (void) fclose(log_info->file);
file 235 magick/log.c log_info->file=(FILE *) NULL;
file 629 magick/log.c if (file == (const FILE *) NULL)
file 630 magick/log.c file=stdout;
file 644 magick/log.c (void) fprintf(file,"\nPath: %s\n\n",log_info[i]->path);
file 645 magick/log.c (void) fprintf(file,"Filename Generations Limit Format\n");
file 646 magick/log.c (void) fprintf(file,"-------------------------------------------------"
file 652 magick/log.c (void) fprintf(file,"%s",log_info[i]->filename);
file 654 magick/log.c (void) fprintf(file," ");
file 656 magick/log.c (void) fprintf(file,"%9g ",(double) log_info[i]->generations);
file 659 magick/log.c (void) fprintf(file,"%8sB ",limit);
file 661 magick/log.c (void) fprintf(file,"%s",log_info[i]->format);
file 662 magick/log.c (void) fprintf(file,"\n");
file 664 magick/log.c (void) fflush(file);
file 718 magick/log.c if (p->file != (FILE *) NULL)
file 721 magick/log.c (void) fprintf(p->file,"</log>\n");
file 722 magick/log.c (void) fclose(p->file);
file 723 magick/log.c p->file=(FILE *) NULL;
file 1176 magick/log.c if (log_info->file != (FILE *) NULL)
file 1177 magick/log.c (void) fstat(fileno(log_info->file),&file_info);
file 1180 magick/log.c (void) fprintf(log_info->file,"</log>\n");
file 1181 magick/log.c (void) fclose(log_info->file);
file 1182 magick/log.c log_info->file=(FILE *) NULL;
file 1184 magick/log.c if (log_info->file == (FILE *) NULL)
file 1197 magick/log.c log_info->file=OpenMagickStream(filename,"ab");
file 1199 magick/log.c if (log_info->file == (FILE *) NULL)
file 1207 magick/log.c (void) fprintf(log_info->file,"<?xml version=\"1.0\" "
file 1209 magick/log.c (void) fprintf(log_info->file,"<log>\n");
file 1212 magick/log.c (void) fprintf(log_info->file,"%s\n",text);
file 1213 magick/log.c (void) fflush(log_info->file);
file 1444 magick/mac.c parameter_info.csParam.ioMatchPtr=file;
file 585 magick/magic.c if (file == (const FILE *) NULL)
file 586 magick/magic.c file=stdout;
file 600 magick/magic.c (void) fprintf(file,"\nPath: %s\n\n",magic_info[i]->path);
file 601 magick/magic.c (void) fprintf(file,"Name Offset Target\n");
file 602 magick/magic.c (void) fprintf(file,"-------------------------------------------------"
file 606 magick/magic.c (void) fprintf(file,"%s",magic_info[i]->name);
file 608 magick/magic.c (void) fprintf(file," ");
file 609 magick/magic.c (void) fprintf(file,"%6ld ",(long) magic_info[i]->offset);
file 617 magick/magic.c (void) fprintf(file,"%c",magic_info[i]->target[j]);
file 619 magick/magic.c (void) fprintf(file,"\\%03o",(unsigned int)
file 622 magick/magic.c (void) fprintf(file,"\n");
file 624 magick/magic.c (void) fflush(file);
file 950 magick/magick.c if (file == (FILE *) NULL)
file 951 magick/magick.c file=stdout;
file 957 magick/magick.c (void) fprintf(file," Format Mode Description\n");
file 959 magick/magick.c (void) fprintf(file," Format Module Mode Description\n");
file 961 magick/magick.c (void) fprintf(file,"--------------------------------------------------------"
file 967 magick/magick.c (void) fprintf(file,"%9s%c ",magick_info[i]->name != (char *) NULL ?
file 980 magick/magick.c (void) fprintf(file,"%9s ",module);
file 983 magick/magick.c (void) fprintf(file,"%c%c%c ",magick_info[i]->decoder ? 'r' : '-',
file 987 magick/magick.c (void) fprintf(file," %s",magick_info[i]->description);
file 989 magick/magick.c (void) fprintf(file," (%s)",magick_info[i]->version);
file 990 magick/magick.c (void) fprintf(file,"\n");
file 1001 magick/magick.c (void) fprintf(file," %s\n",text[j]);
file 1008 magick/magick.c (void) fprintf(file,"\n* native blob support\n");
file 1009 magick/magick.c (void) fprintf(file,"r read support\n");
file 1010 magick/magick.c (void) fprintf(file,"w write support\n");
file 1011 magick/magick.c (void) fprintf(file,"+ support for multiple images\n");
file 1012 magick/magick.c (void) fflush(file);
file 662 magick/mime.c if (file == (const FILE *) NULL)
file 663 magick/mime.c file=stdout;
file 677 magick/mime.c (void) fprintf(file,"\nPath: %s\n\n",mime_info[i]->path);
file 678 magick/mime.c (void) fprintf(file,"Type Description\n");
file 679 magick/mime.c (void) fprintf(file,"-------------------------------------------------"
file 683 magick/mime.c (void) fprintf(file,"%s",mime_info[i]->type);
file 687 magick/mime.c (void) fprintf(file," ");
file 691 magick/mime.c (void) fprintf(file,"\n");
file 693 magick/mime.c (void) fprintf(file," ");
file 696 magick/mime.c (void) fprintf(file,"%s",mime_info[i]->description);
file 697 magick/mime.c (void) fprintf(file,"\n");
file 699 magick/mime.c (void) fflush(file);
file 1079 magick/module.c if (file == (const FILE *) NULL)
file 1080 magick/module.c file=stdout;
file 1091 magick/module.c (void) fprintf(file,"\nPath: %s\n\n",path);
file 1092 magick/module.c (void) fprintf(file,"Image Coder\n");
file 1093 magick/module.c (void) fprintf(file,"-------------------------------------------------"
file 1097 magick/module.c (void) fprintf(file,"%s",modules[i]);
file 1098 magick/module.c (void) fprintf(file,"\n");
file 1100 magick/module.c (void) fflush(file);
file 1117 magick/module.c (void) fprintf(file,"\nPath: %s\n\n",path);
file 1118 magick/module.c (void) fprintf(file,"Image Filter\n");
file 1119 magick/module.c (void) fprintf(file,"-------------------------------------------------"
file 1123 magick/module.c (void) fprintf(file,"%s",modules[i]);
file 1124 magick/module.c (void) fprintf(file,"\n");
file 1126 magick/module.c (void) fflush(file);
file 1323 magick/nt-base.c if ((file == -1) && (flags & MAP_ANONYMOUS))
file 1326 magick/nt-base.c file_handle=(HANDLE) _get_osfhandle(file);
file 2082 magick/nt-base.c file_handle=_get_osfhandle(file);
file 71 magick/nt-base.h # define chsize(file,length) chsize(file,length)
file 73 magick/nt-base.h # define chsize(file,length) _chsize(file,length)
file 123 magick/nt-base.h # define ftruncate(file,length) NTTruncateFile(file,length)
file 174 magick/nt-base.h NTMapMemory(address,length,protection,access,file,offset)
file 2025 magick/option.c if (file == (FILE *) NULL)
file 2026 magick/option.c file=stdout;
file 2034 magick/option.c (void) fprintf(file,"%s\n",option_info[i].mnemonic);
file 562 magick/policy.c if (file == (const FILE *) NULL)
file 563 magick/policy.c file=stdout;
file 575 magick/policy.c (void) fprintf(file,"\nPath: %s\n",policy_info[i]->path);
file 579 magick/policy.c (void) fprintf(file," Policy: %s\n",domain);
file 584 magick/policy.c (void) fprintf(file," name: %s\n",policy_info[i]->name);
file 586 magick/policy.c (void) fprintf(file," value: %s\n",policy_info[i]->value);
file 590 magick/policy.c (void) fprintf(file," rights: ");
file 592 magick/policy.c (void) fprintf(file,"None ");
file 594 magick/policy.c (void) fprintf(file,"Read ");
file 596 magick/policy.c (void) fprintf(file,"Write ");
file 598 magick/policy.c (void) fprintf(file,"Execute ");
file 599 magick/policy.c (void) fprintf(file,"\n");
file 601 magick/policy.c (void) fprintf(file," pattern: %s\n",policy_info[i]->pattern);
file 606 magick/policy.c (void) fflush(file);
file 331 magick/random.c count=(ssize_t) read(file,q,length);
file 448 magick/random.c file;
file 451 magick/random.c file=mkstemp(filename);
file 453 magick/random.c setmode(file,O_BINARY);
file 455 magick/random.c if (file != -1)
file 456 magick/random.c (void) close(file);
file 501 magick/random.c file;
file 530 magick/random.c file=open(filename,O_RDONLY | O_BINARY);
file 532 magick/random.c if (file != -1)
file 535 magick/random.c count=ReadRandom(file,GetStringInfoDatum(chaos),MaxEntropyExtent);
file 536 magick/random.c (void) close(file);
file 548 magick/random.c file=open(filename,O_RDONLY | O_BINARY);
file 550 magick/random.c if (file == -1)
file 555 magick/random.c file=open(filename,O_RDONLY | O_BINARY);
file 557 magick/random.c if (file != -1)
file 560 magick/random.c count=ReadRandom(file,GetStringInfoDatum(chaos),MaxEntropyExtent);
file 561 magick/random.c (void) close(file);
file 75 magick/resource.c file,
file 221 magick/resource.c resource_info.file+=size;
file 224 magick/resource.c ((MagickSizeType) resource_info.file < limit) ?
file 226 magick/resource.c (void) FormatMagickSize((MagickSizeType) resource_info.file,MagickFalse,
file 420 magick/resource.c file;
file 442 magick/resource.c file=(-1);
file 459 magick/resource.c file=mkstemp(path);
file 461 magick/resource.c setmode(file,O_BINARY);
file 463 magick/resource.c if (file != -1)
file 475 magick/resource.c file=open(path,O_RDWR | O_CREAT | O_EXCL | O_BINARY | O_NOFOLLOW,S_MODE);
file 476 magick/resource.c if ((file >= 0) || (errno != EEXIST))
file 480 magick/resource.c if (file == -1)
file 481 magick/resource.c return(file);
file 491 magick/resource.c return(file);
file 547 magick/resource.c resource=(MagickSizeType) resource_info.file;
file 677 magick/resource.c if (file == (const FILE *) NULL)
file 678 magick/resource.c file=stdout;
file 692 magick/resource.c (void) fprintf(file,"File Area Memory Map"
file 694 magick/resource.c (void) fprintf(file,"--------------------------------------------------------"
file 696 magick/resource.c (void) fprintf(file,"%4g %10s %10s %10s %10s %6g %11s\n",(double)
file 699 magick/resource.c (void) fflush(file);
file 781 magick/resource.c resource_info.file-=size;
file 782 magick/resource.c (void) FormatMagickSize((MagickSizeType) resource_info.file,MagickFalse,
file 287 magick/shear.c file;
file 317 magick/shear.c if (radon_info->file != -1)
file 318 magick/shear.c (void) close(radon_info->file);
file 347 magick/shear.c (void) lseek(radon_info->file,0,SEEK_SET);
file 352 magick/shear.c count=write(radon_info->file,&value,sizeof(*radon_info->cells));
file 399 magick/shear.c radon_info->file=(-1);
file 411 magick/shear.c radon_info->file=AcquireUniqueFileResource(radon_info->path);
file 412 magick/shear.c if (radon_info->file == -1)
file 420 magick/shear.c radon_info->cells=(unsigned short *) MapBlob(radon_info->file,
file 454 magick/shear.c if (lseek(radon_info->file,offset,SEEK_SET) >= 0)
file 461 magick/shear.c count=read(radon_info->file,buffer+i,MagickMin(length-i,(size_t)
file 464 magick/shear.c count=pread(radon_info->file,buffer+i,MagickMin(length-i,(size_t)
file 497 magick/shear.c if (lseek(radon_info->file,offset,SEEK_SET) >= 0)
file 504 magick/shear.c count=write(radon_info->file,buffer+i,MagickMin(length-i,(size_t)
file 507 magick/shear.c count=pwrite(radon_info->file,buffer+i,MagickMin(length-i,(size_t)
file 527 magick/string.c file;
file 542 magick/string.c file=open(filename,O_RDONLY | O_BINARY);
file 543 magick/string.c if (file == -1)
file 545 magick/string.c offset=(MagickOffsetType) lseek(file,0,SEEK_END);
file 548 magick/string.c file=close(file)-1;
file 557 magick/string.c file=close(file)-1;
file 560 magick/string.c map=MapBlob(file,ReadMode,0,length);
file 574 magick/string.c (void) lseek(file,0,SEEK_SET);
file 577 magick/string.c count=read(file,string+i,(size_t) MagickMin(length-i,(size_t)
file 588 magick/string.c file=close(file)-1;
file 594 magick/string.c file=close(file)-1;
file 1567 magick/string.c (void) fputs((char *) string_info->datum,file);
file 1568 magick/string.c (void) fputc('\n',file);
file 1577 magick/string.c (void) fprintf(file,"0x%08lx: ",(unsigned long) (0x14*i));
file 1580 magick/string.c (void) fprintf(file,"%02lx",(unsigned long) (*(p+j)) & 0xff);
file 1582 magick/string.c (void) fputc(' ',file);
file 1586 magick/string.c (void) fputc(' ',file);
file 1587 magick/string.c (void) fputc(' ',file);
file 1589 magick/string.c (void) fputc(' ',file);
file 1591 magick/string.c (void) fputc(' ',file);
file 1595 magick/string.c (void) fputc(*p,file);
file 1597 magick/string.c (void) fputc('-',file);
file 1600 magick/string.c (void) fputc('\n',file);
file 101 magick/string_.h PrintStringInfo(FILE *file,const char *,const StringInfo *),
file 1138 magick/threshold.c assert( file != (FILE *)NULL );
file 1146 magick/threshold.c (void) fprintf(file,"%-16s %-12s %s\n", "Map", "Alias", "Description");
file 1147 magick/threshold.c (void) fprintf(file,"----------------------------------------------------\n");
file 1176 magick/threshold.c (void) fprintf(file,"%-16s %-12s %s\n",map,alias ? alias : "", content);
file 1220 magick/threshold.c if ( file == (FILE *)NULL )
file 1221 magick/threshold.c file = stdout;
file 1224 magick/threshold.c (void) fprintf(file, "\n Threshold Maps for Ordered Dither Operations\n");
file 1229 magick/threshold.c (void) fprintf(file,"\nPATH: %s\n\n",GetStringInfoPath(option));
file 1230 magick/threshold.c status|=ListThresholdMapFile(file,(const char *) GetStringInfoDatum(option),
file 632 magick/type.c *file,
file 691 magick/type.c status=FcPatternGetString(font_set->fonts[i],FC_FILE,0,&file);
file 695 magick/type.c GetPathComponent((const char *) file,ExtensionPath,extension);
file 761 magick/type.c type_info->glyphs=ConstantString((const char *) file);
file 841 magick/type.c if (file == (FILE *) NULL)
file 842 magick/type.c file=stdout;
file 856 magick/type.c (void) fprintf(file,"\nPath: %s\n",type_info[i]->path);
file 871 magick/type.c (void) fprintf(file," Font: %s\n",name);
file 872 magick/type.c (void) fprintf(file," family: %s\n",family);
file 873 magick/type.c (void) fprintf(file," style: %s\n",style);
file 874 magick/type.c (void) fprintf(file," stretch: %s\n",stretch);
file 875 magick/type.c (void) fprintf(file," weight: %s\n",weight);
file 876 magick/type.c (void) fprintf(file," glyphs: %s\n",glyphs);
file 878 magick/type.c (void) fflush(file);
file 106 magick/utility.c file;
file 108 magick/utility.c file=AcquireUniqueFileResource(path);
file 109 magick/utility.c if (file == -1)
file 111 magick/utility.c file=close(file)-1;
file 1917 magick/utility.c *file;
file 1924 magick/utility.c file=(FILE *) NULL;
file 1940 magick/utility.c file=_wfopen(unicode_path,unicode_mode);
file 1945 magick/utility.c if (file == (FILE *) NULL)
file 1946 magick/utility.c file=fopen(path,mode);
file 1947 magick/utility.c return(file);
file 1943 magick/xwindow.c *file;
file 1969 magick/xwindow.c file=(FILE *) NULL;
file 1972 magick/xwindow.c file=fdopen(unique_file,"w");
file 1973 magick/xwindow.c if ((unique_file == -1) || (file == (FILE *) NULL))
file 1980 magick/xwindow.c (void) fprintf(file,"Display\n gamma: %s\n\n",
file 1985 magick/xwindow.c (void) fprintf(file,"X\n visual: %s\n",
file 1987 magick/xwindow.c (void) fprintf(file," depth: %d\n",windows->image.ximage->depth);
file 1989 magick/xwindow.c (void) fprintf(file," colormap size: %d\n",
file 1992 magick/xwindow.c (void) fprintf(file," colormap type: Shared\n");
file 1994 magick/xwindow.c (void) fprintf(file," colormap type: Private\n");
file 1995 magick/xwindow.c (void) fprintf(file," geometry: %dx%d\n",windows->image.ximage->width,
file 1998 magick/xwindow.c (void) fprintf(file," crop geometry: %s\n",windows->image.crop_geometry);
file 2000 magick/xwindow.c (void) fprintf(file," type: X Image\n");
file 2002 magick/xwindow.c (void) fprintf(file," type: Pixmap\n");
file 2004 magick/xwindow.c (void) fprintf(file," non-rectangular shape: True\n");
file 2006 magick/xwindow.c (void) fprintf(file," non-rectangular shape: False\n");
file 2008 magick/xwindow.c (void) fprintf(file," shared memory: True\n");
file 2010 magick/xwindow.c (void) fprintf(file," shared memory: False\n");
file 2011 magick/xwindow.c (void) fprintf(file,"\n");
file 2013 magick/xwindow.c (void) fprintf(file,"Font: %s\n\n",resource_info->font);
file 2015 magick/xwindow.c (void) fprintf(file,"Text font: %s\n\n",resource_info->text_font);
file 2026 magick/xwindow.c (void) fprintf(file,"Undo Edit Cache\n levels: %u\n",levels);
file 2027 magick/xwindow.c (void) fprintf(file," bytes: %.20gmb\n",(double) ((bytes+(1 << 19)) >> 20));
file 2028 magick/xwindow.c (void) fprintf(file," limit: %.20gmb\n\n",(double)
file 2033 magick/xwindow.c (void) IdentifyImage(image,file,MagickTrue);
file 2034 magick/xwindow.c (void) fclose(file);
file 6345 wand/magick-image.c *file;
file 6362 wand/magick-image.c file=(FILE *) NULL;
file 6364 wand/magick-image.c file=fdopen(unique_file,"wb");
file 6365 wand/magick-image.c if ((unique_file == -1) || (file == (FILE *) NULL))
file 6371 wand/magick-image.c (void) IdentifyImage(wand->images,file,MagickTrue);
file 6372 wand/magick-image.c (void) fclose(file);
file 7874 wand/magick-image.c assert(file != (FILE *) NULL);
file 7878 wand/magick-image.c SetImageInfoFile(read_info,file);
file 8551 wand/magick-image.c assert(file != (FILE *) NULL);
file 8555 wand/magick-image.c SetImageInfoFile(read_info,file);
file 12811 wand/magick-image.c assert(file != (FILE *) NULL);
file 12820 wand/magick-image.c SetImageInfoFile(write_info,file);
file 12920 wand/magick-image.c SetImageInfoFile(write_info,file);