FormatLocaleFile 3030 coders/dcm.c           (void) FormatLocaleFile(stdout,"0x%04lX %4ld %s-%s (0x%04lx,0x%04lx)",
FormatLocaleFile 3034 coders/dcm.c             (void) FormatLocaleFile(stdout," %s",dicom_info[i].description);
FormatLocaleFile 3035 coders/dcm.c           (void) FormatLocaleFile(stdout,": ");
FormatLocaleFile 3040 coders/dcm.c             (void) FormatLocaleFile(stdout,"\n");
FormatLocaleFile 3078 coders/dcm.c                       (void) FormatLocaleFile(stdout,"count=%d quantum=%d "
FormatLocaleFile 3126 coders/dcm.c                     (void) FormatLocaleFile(stdout,
FormatLocaleFile 3135 coders/dcm.c                 (void) FormatLocaleFile(stdout,"transfer_syntax=%s\n",
FormatLocaleFile 3485 coders/dcm.c             (void) FormatLocaleFile(stdout,"%d\n",datum);
FormatLocaleFile 3502 coders/dcm.c                   (void) FormatLocaleFile(stdout,"%d",datum);
FormatLocaleFile 3507 coders/dcm.c                     (void) FormatLocaleFile(stdout,"%c",data[i]);
FormatLocaleFile 3509 coders/dcm.c                     (void) FormatLocaleFile(stdout,"%c",'.');
FormatLocaleFile 3510 coders/dcm.c               (void) FormatLocaleFile(stdout,"\n");
FormatLocaleFile  189 coders/json.c      (void) FormatLocaleFile(file,format,"null");
FormatLocaleFile  221 coders/json.c      (void) FormatLocaleFile(file,format,"null");
FormatLocaleFile  265 coders/json.c    (void) FormatLocaleFile(file,format,escaped_json);
FormatLocaleFile  281 coders/json.c    (void) FormatLocaleFile(file,format,color);
FormatLocaleFile  504 coders/json.c    n=FormatLocaleFile(file,FeaturesFormat,name,
FormatLocaleFile  519 coders/json.c    (void) FormatLocaleFile(file,"      }");
FormatLocaleFile  521 coders/json.c      (void) FormatLocaleFile(file,",");
FormatLocaleFile  522 coders/json.c    (void) FormatLocaleFile(file,"\n");
FormatLocaleFile  560 coders/json.c    (void) FormatLocaleFile(file,"      \"%s\": {\n        \"intensity\": "
FormatLocaleFile  614 coders/json.c              (void) FormatLocaleFile(file,",\n");
FormatLocaleFile  615 coders/json.c            (void) FormatLocaleFile(file,"        \"location%.20g\": {\n"
FormatLocaleFile  625 coders/json.c    (void) FormatLocaleFile(file,"\n      }");
FormatLocaleFile  627 coders/json.c      (void) FormatLocaleFile(file,",");
FormatLocaleFile  628 coders/json.c    (void) FormatLocaleFile(file,"\n");
FormatLocaleFile  642 coders/json.c    n=FormatLocaleFile(file,"      \"%s\": {\n",name);
FormatLocaleFile  643 coders/json.c    n+=FormatLocaleFile(file,"        \"centroid\": {\n "
FormatLocaleFile  648 coders/json.c    n+=FormatLocaleFile(file,"        \"ellipseSemiMajorMinorAxis\": {\n"
FormatLocaleFile  653 coders/json.c    n+=FormatLocaleFile(file,"        \"ellipseAngle\": \"%.*g\",\n",
FormatLocaleFile  655 coders/json.c    n+=FormatLocaleFile(file,"        \"ellipseEccentricity\": \"%.*g\",\n",
FormatLocaleFile  657 coders/json.c    n+=FormatLocaleFile(file,"        \"ellipseIntensity\": \"%.*g\",\n",
FormatLocaleFile  660 coders/json.c      n+=FormatLocaleFile(file,"        \"I%.20g\": \"%.*g\",\n",i+1.0,
FormatLocaleFile  662 coders/json.c    n+=FormatLocaleFile(file,"        \"I%.20g\": \"%.*g\"\n",i+1.0,
FormatLocaleFile  664 coders/json.c    (void) FormatLocaleFile(file,"      }");
FormatLocaleFile  666 coders/json.c      (void) FormatLocaleFile(file,",");
FormatLocaleFile  667 coders/json.c    (void) FormatLocaleFile(file,"\n");
FormatLocaleFile  681 coders/json.c    n=FormatLocaleFile(file,"      \"%s\": {\n",name);
FormatLocaleFile  683 coders/json.c      n+=FormatLocaleFile(file,
FormatLocaleFile  687 coders/json.c    n+=FormatLocaleFile(file,
FormatLocaleFile  691 coders/json.c    (void) FormatLocaleFile(file,"      }");
FormatLocaleFile  693 coders/json.c      (void) FormatLocaleFile(file,",");
FormatLocaleFile  694 coders/json.c    (void) FormatLocaleFile(file,"\n");
FormatLocaleFile  713 coders/json.c        n=FormatLocaleFile(file,StatisticsFormat,name,ClampToQuantum(scale*
FormatLocaleFile  721 coders/json.c          (void) FormatLocaleFile(file,",");
FormatLocaleFile  722 coders/json.c        (void) FormatLocaleFile(file,"\n");
FormatLocaleFile  725 coders/json.c    n=FormatLocaleFile(file,StatisticsFormat,name,ClampToQuantum(scale*
FormatLocaleFile  731 coders/json.c      (void) FormatLocaleFile(file,",");
FormatLocaleFile  732 coders/json.c    (void) FormatLocaleFile(file,"\n");
FormatLocaleFile  829 coders/json.c    (void) FormatLocaleFile(file,"    \"geometry\": {\n"
FormatLocaleFile  837 coders/json.c        (void) FormatLocaleFile(file,"    \"baseGeometry\": {\n"
FormatLocaleFile  842 coders/json.c        (void) FormatLocaleFile(file,"    \"resolution\": {\n"
FormatLocaleFile  845 coders/json.c        (void) FormatLocaleFile(file,"    \"printSize\": {\n"
FormatLocaleFile  895 coders/json.c        (void) FormatLocaleFile(file,"    \"channel%s\": {\n",target);
FormatLocaleFile  931 coders/json.c        (void) FormatLocaleFile(file,"    },\n");
FormatLocaleFile  967 coders/json.c    (void) FormatLocaleFile(file,"    \"depth\": %.20g,\n",(double) depth);
FormatLocaleFile  968 coders/json.c    (void) FormatLocaleFile(file,"    \"baseDepth\": %.20g,\n",(double)
FormatLocaleFile  970 coders/json.c    (void) FormatLocaleFile(file,"    \"channelDepth\": {\n");
FormatLocaleFile  974 coders/json.c      (void) FormatLocaleFile(file,"      \"alpha\": %.20g,\n",(double)
FormatLocaleFile  981 coders/json.c        (void) FormatLocaleFile(file,"      \"red\": %.20g,\n",(double)
FormatLocaleFile  983 coders/json.c        (void) FormatLocaleFile(file,"      \"green\": %.20g,\n",(double)
FormatLocaleFile  985 coders/json.c        (void) FormatLocaleFile(file,"      \"blue\": %.20g\n",(double)
FormatLocaleFile  991 coders/json.c        (void) FormatLocaleFile(file,"      \"cyan\": %.20g,\n",(double)
FormatLocaleFile  993 coders/json.c        (void) FormatLocaleFile(file,"      \"magenta\": %.20g,\n",(double)
FormatLocaleFile  995 coders/json.c        (void) FormatLocaleFile(file,"      \"yellow\": %.20g,\n",(double)
FormatLocaleFile  997 coders/json.c        (void) FormatLocaleFile(file,"      \"black\": %.20g\n",(double)
FormatLocaleFile 1003 coders/json.c        (void) FormatLocaleFile(file,"      \"gray\": %.20g\n",(double)
FormatLocaleFile 1008 coders/json.c    (void) FormatLocaleFile(file,"    },\n");
FormatLocaleFile 1015 coders/json.c        (void) FormatLocaleFile(file,"    \"pixels\": %.20g,\n",
FormatLocaleFile 1019 coders/json.c            (void) FormatLocaleFile(file,"    \"imageStatistics\": {\n");
FormatLocaleFile 1022 coders/json.c            (void) FormatLocaleFile(file,"    },\n");
FormatLocaleFile 1024 coders/json.c        (void) FormatLocaleFile(file,"    \"channelStatistics\": {\n");
FormatLocaleFile 1060 coders/json.c        (void) FormatLocaleFile(file,"    },\n");
FormatLocaleFile 1066 coders/json.c        (void) FormatLocaleFile(file,"    \"channelMoments\": {\n");
FormatLocaleFile 1102 coders/json.c        (void) FormatLocaleFile(file,"    },\n");
FormatLocaleFile 1108 coders/json.c        (void) FormatLocaleFile(file,"    \"channelPerceptualHash\": {\n");
FormatLocaleFile 1118 coders/json.c        (void) FormatLocaleFile(file,"    },\n");
FormatLocaleFile 1124 coders/json.c        (void) FormatLocaleFile(file,"    \"channelFeatures\": {\n");
FormatLocaleFile 1160 coders/json.c        (void) FormatLocaleFile(file,"    },\n");
FormatLocaleFile 1165 coders/json.c      (void) FormatLocaleFile(file,"    \"totalInkDensity\": \"%.*g%%\",\n",
FormatLocaleFile 1203 coders/json.c        (void) FormatLocaleFile(file,"    \"colormapEntries\": %.20g,\n",
FormatLocaleFile 1205 coders/json.c        (void) FormatLocaleFile(file,"    \"colormap\": [\n        ");
FormatLocaleFile 1211 coders/json.c            (void) FormatLocaleFile(file,",");
FormatLocaleFile 1213 coders/json.c            (void) FormatLocaleFile(file,"\n      ");
FormatLocaleFile 1216 coders/json.c        (void) FormatLocaleFile(file,"\n    ],\n");
FormatLocaleFile 1219 coders/json.c      (void) FormatLocaleFile(file,"    \"meanErrorPerPixel\": \"%g\",\n",
FormatLocaleFile 1222 coders/json.c      (void) FormatLocaleFile(file,"    \"normalizedMeanError\": \"%g\",\n",
FormatLocaleFile 1225 coders/json.c      (void) FormatLocaleFile(file,"    \"normalizedMaximumError\": \"%g\",\n",
FormatLocaleFile 1231 coders/json.c      (void) FormatLocaleFile(file,"    \"gamma\": %g,\n",image->gamma);
FormatLocaleFile 1240 coders/json.c        (void) FormatLocaleFile(file,"    \"chromaticity\": {\n");
FormatLocaleFile 1241 coders/json.c        (void) FormatLocaleFile(file,"      \"redPrimary\": {\n"
FormatLocaleFile 1244 coders/json.c        (void) FormatLocaleFile(file,"      \"greenPrimary\": {\n"
FormatLocaleFile 1248 coders/json.c        (void) FormatLocaleFile(file,"      \"bluePrimary\": {\n"
FormatLocaleFile 1251 coders/json.c        (void) FormatLocaleFile(file,"      \"whitePrimary\": {\n"
FormatLocaleFile 1254 coders/json.c        (void) FormatLocaleFile(file,"    },\n");
FormatLocaleFile 1257 coders/json.c      (void) FormatLocaleFile(file,"    \"tileGeometry\": {\n"
FormatLocaleFile 1279 coders/json.c      (void) FormatLocaleFile(file,"    \"pageGeometry\": {\n"
FormatLocaleFile 1285 coders/json.c      (void) FormatLocaleFile(file,"    \"originGeometry\": %+.20g%+.20g\n",
FormatLocaleFile 1290 coders/json.c      (void) FormatLocaleFile(file,"    \"delay\": \"%.20gx%.20g\"\n",
FormatLocaleFile 1293 coders/json.c      (void) FormatLocaleFile(file,"    \"iterations\": %.20g,\n",(double)
FormatLocaleFile 1296 coders/json.c      (void) FormatLocaleFile(file,"    \"scene\": %.20g\n    \"scenes\": "
FormatLocaleFile 1300 coders/json.c        (void) FormatLocaleFile(file,"    \"scene\": %.20g,\n",(double)
FormatLocaleFile 1306 coders/json.c      (void) FormatLocaleFile(file,"    \"quality\": %.20g,\n",(double)
FormatLocaleFile 1333 coders/json.c        (void) FormatLocaleFile(file,"    \"montageDirectory\": [");
FormatLocaleFile 1349 coders/json.c              (void) FormatLocaleFile(file,"    }");
FormatLocaleFile 1352 coders/json.c          (void) FormatLocaleFile(file,",\n       \"info\": \"%.20gx%.20g %s\"",
FormatLocaleFile 1367 coders/json.c            (void) FormatLocaleFile(file,"\n    },");
FormatLocaleFile 1369 coders/json.c            (void) FormatLocaleFile(file,"\n    }");
FormatLocaleFile 1371 coders/json.c        (void) FormatLocaleFile(file,"],\n");
FormatLocaleFile 1389 coders/json.c        (void) FormatLocaleFile(file,"    \"properties\": {\n");
FormatLocaleFile 1393 coders/json.c            (void) FormatLocaleFile(file,",\n");
FormatLocaleFile 1399 coders/json.c        (void) FormatLocaleFile(file,"\n    },\n");
FormatLocaleFile 1408 coders/json.c        (void) FormatLocaleFile(file,"    \"clipping path\": {\n");
FormatLocaleFile 1410 coders/json.c        (void) FormatLocaleFile(file,"    },\n");
FormatLocaleFile 1426 coders/json.c        (void) FormatLocaleFile(file,"    \"profiles\": {\n");
FormatLocaleFile 1433 coders/json.c            (void) FormatLocaleFile(file,",\n");
FormatLocaleFile 1522 coders/json.c                (void) FormatLocaleFile(file,"        \"%s[%.20g,%.20g]\": ",
FormatLocaleFile 1537 coders/json.c                       (void) FormatLocaleFile(file,"[");
FormatLocaleFile 1541 coders/json.c                            (void) FormatLocaleFile(file,",");
FormatLocaleFile 1546 coders/json.c                        (void) FormatLocaleFile(file,"],");
FormatLocaleFile 1551 coders/json.c                      (void) FormatLocaleFile(file,"null,");
FormatLocaleFile 1555 coders/json.c                  (void) FormatLocaleFile(file,"null,");
FormatLocaleFile 1558 coders/json.c          (void) FormatLocaleFile(file,"        \"length\": \"%.20g\"",(double)
FormatLocaleFile 1560 coders/json.c          (void) FormatLocaleFile(file,"\n      }");
FormatLocaleFile 1563 coders/json.c        (void) FormatLocaleFile(file,"\n    },\n");
FormatLocaleFile 1576 coders/json.c        (void) FormatLocaleFile(file,"    \"artifacts\": {\n");
FormatLocaleFile 1580 coders/json.c            (void) FormatLocaleFile(file,",\n");
FormatLocaleFile 1586 coders/json.c        (void) FormatLocaleFile(file,"\n    },\n");
FormatLocaleFile 1598 coders/json.c        (void) FormatLocaleFile(file,"    \"registry\": {\n");
FormatLocaleFile 1603 coders/json.c            (void) FormatLocaleFile(file,",\n");
FormatLocaleFile 1610 coders/json.c        (void) FormatLocaleFile(file,"    },\n");
FormatLocaleFile 1612 coders/json.c    (void) FormatLocaleFile(file,"    \"tainted\": %s,\n",
FormatLocaleFile 1624 coders/json.c    (void) FormatLocaleFile(file,"    \"userTime\": \"%0.3fu\",\n",user_time);
FormatLocaleFile 1625 coders/json.c    (void) FormatLocaleFile(file,"    \"elapsedTime\": \"%lu:%02lu.%03lu\",\n",
FormatLocaleFile 1631 coders/json.c    (void) FormatLocaleFile(file,"  }\n}\n");
FormatLocaleFile 4295 coders/msl.c                       (void) FormatLocaleFile(stdout,"%s",value);
FormatLocaleFile  630 coders/pes.c     (void) FormatLocaleFile(file,"<?xml version=\"1.0\"?>\n");
FormatLocaleFile  631 coders/pes.c     (void) FormatLocaleFile(file,"<svg xmlns=\"http://www.w3.org/2000/svg\" "
FormatLocaleFile  639 coders/pes.c       (void) FormatLocaleFile(file,"  <path stroke=\"#%02x%02x%02x\" "
FormatLocaleFile  644 coders/pes.c         (void) FormatLocaleFile(file," L %g %g",stitches[offset+j].x-bounds.x1,
FormatLocaleFile  646 coders/pes.c       (void) FormatLocaleFile(file,"\"/>\n");
FormatLocaleFile  648 coders/pes.c     (void) FormatLocaleFile(file,"</svg>\n");
FormatLocaleFile  967 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
FormatLocaleFile  972 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push clip-path '%s'\n",id);
FormatLocaleFile  982 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push defs\n");
FormatLocaleFile  992 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
FormatLocaleFile 1002 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
FormatLocaleFile 1012 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
FormatLocaleFile 1022 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
FormatLocaleFile 1027 coders/svg.c             (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1040 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
FormatLocaleFile 1045 coders/svg.c             (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1053 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
FormatLocaleFile 1058 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
FormatLocaleFile 1068 coders/svg.c             (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1077 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
FormatLocaleFile 1087 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
FormatLocaleFile 1097 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
FormatLocaleFile 1118 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"text %g,%g '%s'\n",
FormatLocaleFile 1131 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"push graphic-context\n");
FormatLocaleFile 1153 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"angle %g\n",
FormatLocaleFile 1164 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"clip-path '%s'\n",value);
FormatLocaleFile 1169 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"clip-rule '%s'\n",value);
FormatLocaleFile 1175 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"clip-units '%s'\n",value);
FormatLocaleFile 1225 coders/svg.c                     (void) FormatLocaleFile(svg_info->file,"fill '%s'\n",color);
FormatLocaleFile 1228 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"fill '%s'\n",value);
FormatLocaleFile 1233 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"fill '%s'\n",value);
FormatLocaleFile 1238 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"fill-rule '%s'\n",value);
FormatLocaleFile 1243 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"fill-opacity '%s'\n",
FormatLocaleFile 1249 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"font-family '%s'\n",
FormatLocaleFile 1255 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"font-stretch '%s'\n",
FormatLocaleFile 1261 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"font-style '%s'\n",value);
FormatLocaleFile 1267 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"font-size %g\n",
FormatLocaleFile 1273 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"font-weight '%s'\n",
FormatLocaleFile 1420 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1432 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"gradient-units '%s'\n",
FormatLocaleFile 1481 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"opacity '%s'\n",value);
FormatLocaleFile 1518 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"translate %g,%g\n",
FormatLocaleFile 1522 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"rotate %g\n",angle);
FormatLocaleFile 1559 coders/svg.c                     (void) FormatLocaleFile(svg_info->file,"stroke '%s'\n",color);
FormatLocaleFile 1562 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke '%s'\n",value);
FormatLocaleFile 1567 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke-antialias %d\n",
FormatLocaleFile 1573 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke-dasharray %s\n",
FormatLocaleFile 1579 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke-dashoffset %s\n",
FormatLocaleFile 1585 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke-linecap '%s'\n",
FormatLocaleFile 1591 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke-linejoin '%s'\n",
FormatLocaleFile 1597 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke-miterlimit '%s'\n",
FormatLocaleFile 1603 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke-opacity '%s'\n",
FormatLocaleFile 1609 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"stroke-width %g\n",
FormatLocaleFile 1630 coders/svg.c                            (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1636 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1643 coders/svg.c                            (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1661 coders/svg.c                                (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1666 coders/svg.c                             (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1669 coders/svg.c                             (void) FormatLocaleFile(svg_info->file,"fill '%s'\n",
FormatLocaleFile 1675 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,"fill '%s'\n",
FormatLocaleFile 1681 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1687 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1693 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1699 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1705 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1713 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,"font-size %g\n",
FormatLocaleFile 1719 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1730 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,"offset %g\n",
FormatLocaleFile 1736 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1754 coders/svg.c                               (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1759 coders/svg.c                             (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1762 coders/svg.c                             (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1768 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1775 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1781 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1788 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1794 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1801 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1808 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1814 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1826 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1832 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1839 coders/svg.c                             (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1842 coders/svg.c                             (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1845 coders/svg.c                             (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1851 coders/svg.c                           (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1874 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"text-align '%s'\n",
FormatLocaleFile 1880 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"text-anchor '%s'\n",
FormatLocaleFile 1887 coders/svg.c                   (void) FormatLocaleFile(svg_info->file,"decorate underline\n");
FormatLocaleFile 1889 coders/svg.c                   (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 1892 coders/svg.c                   (void) FormatLocaleFile(svg_info->file,"decorate overline\n");
FormatLocaleFile 1897 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"text-antialias %d\n",
FormatLocaleFile 2053 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 2165 coders/svg.c           (void) FormatLocaleFile(svg_info->file,"encoding \"%s\"\n",
FormatLocaleFile 2180 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"viewbox 0 0 %.20g %.20g\n",
FormatLocaleFile 2188 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"affine %g 0 0 %g %g %g\n",
FormatLocaleFile 2224 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"circle %g,%g %g,%g\n",
FormatLocaleFile 2227 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
FormatLocaleFile 2232 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop clip-path\n");
FormatLocaleFile 2242 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop defs\n");
FormatLocaleFile 2274 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"ellipse %g,%g %g,%g 0,360\n",
FormatLocaleFile 2278 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
FormatLocaleFile 2288 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
FormatLocaleFile 2298 coders/svg.c             (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 2302 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
FormatLocaleFile 2312 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"line %g,%g %g,%g\n",
FormatLocaleFile 2315 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
FormatLocaleFile 2320 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop gradient\n");
FormatLocaleFile 2330 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop pattern\n");
FormatLocaleFile 2335 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"path '%s'\n",
FormatLocaleFile 2337 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
FormatLocaleFile 2342 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"polygon %s\n",
FormatLocaleFile 2344 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
FormatLocaleFile 2349 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"polyline %s\n",
FormatLocaleFile 2351 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
FormatLocaleFile 2361 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop gradient\n");
FormatLocaleFile 2368 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"rectangle %g,%g %g,%g\n",
FormatLocaleFile 2372 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
FormatLocaleFile 2379 coders/svg.c             (void) FormatLocaleFile(svg_info->file,
FormatLocaleFile 2386 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
FormatLocaleFile 2396 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"stop-color '%s' %s\n",
FormatLocaleFile 2402 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
FormatLocaleFile 2418 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"text %g,%g '%s'\n",
FormatLocaleFile 2423 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
FormatLocaleFile 2440 coders/svg.c                 (void) FormatLocaleFile(svg_info->file,"text %g,%g '%s'\n",
FormatLocaleFile 2452 coders/svg.c             (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");
FormatLocaleFile  607 coders/wpg.c             (void) FormatLocaleFile(stderr,
FormatLocaleFile  634 coders/wpg.c                 (void) FormatLocaleFile(stderr,
FormatLocaleFile 1765 magick/annotate.c   (void) FormatLocaleFile(file,"%%!PS-Adobe-3.0\n");
FormatLocaleFile 1766 magick/annotate.c   (void) FormatLocaleFile(file,"/ReencodeType\n");
FormatLocaleFile 1767 magick/annotate.c   (void) FormatLocaleFile(file,"{\n");
FormatLocaleFile 1768 magick/annotate.c   (void) FormatLocaleFile(file,"  findfont dup length\n");
FormatLocaleFile 1769 magick/annotate.c   (void) FormatLocaleFile(file,
FormatLocaleFile 1771 magick/annotate.c   (void) FormatLocaleFile(file,
FormatLocaleFile 1773 magick/annotate.c   (void) FormatLocaleFile(file,"} bind def\n");
FormatLocaleFile 1794 magick/annotate.c   (void) FormatLocaleFile(file,"%g %g moveto\n",identity  != MagickFalse ? 0.0 :
FormatLocaleFile 1796 magick/annotate.c   (void) FormatLocaleFile(file,"%g %g scale\n",draw_info->pointsize,
FormatLocaleFile 1800 magick/annotate.c     (void) FormatLocaleFile(file,
FormatLocaleFile 1803 magick/annotate.c     (void) FormatLocaleFile(file,
FormatLocaleFile 1806 magick/annotate.c   (void) FormatLocaleFile(file,"[%g %g %g %g 0 0] concat\n",
FormatLocaleFile 1811 magick/annotate.c     (void) FormatLocaleFile(file,"(%s) stringwidth pop -0.5 mul -0.5 rmoveto\n",
FormatLocaleFile 1813 magick/annotate.c   (void) FormatLocaleFile(file,"(%s) show\n",text);
FormatLocaleFile 1815 magick/annotate.c   (void) FormatLocaleFile(file,"showpage\n");
FormatLocaleFile  753 magick/coder.c           (void) FormatLocaleFile(file,"\nPath: %s\n\n",coder_info[i]->path);
FormatLocaleFile  754 magick/coder.c         (void) FormatLocaleFile(file,"Magick      Coder\n");
FormatLocaleFile  755 magick/coder.c         (void) FormatLocaleFile(file,
FormatLocaleFile  760 magick/coder.c     (void) FormatLocaleFile(file,"%s",coder_info[i]->magick);
FormatLocaleFile  762 magick/coder.c       (void) FormatLocaleFile(file," ");
FormatLocaleFile  764 magick/coder.c       (void) FormatLocaleFile(file,"%s",coder_info[i]->name);
FormatLocaleFile  765 magick/coder.c     (void) FormatLocaleFile(file,"\n");
FormatLocaleFile 2151 magick/color.c           (void) FormatLocaleFile(file,"\nPath: %s\n\n",color_info[i]->path);
FormatLocaleFile 2152 magick/color.c         (void) FormatLocaleFile(file,
FormatLocaleFile 2155 magick/color.c         (void) FormatLocaleFile(file,
FormatLocaleFile 2160 magick/color.c     (void) FormatLocaleFile(file,"%-21.21s ",color_info[i]->name);
FormatLocaleFile 2162 magick/color.c     (void) FormatLocaleFile(file,"%-45.45s ",tuple);
FormatLocaleFile 2164 magick/color.c       (void) FormatLocaleFile(file,"SVG ");
FormatLocaleFile 2166 magick/color.c       (void) FormatLocaleFile(file,"X11 ");
FormatLocaleFile 2168 magick/color.c       (void) FormatLocaleFile(file,"XPM ");
FormatLocaleFile 2169 magick/color.c     (void) FormatLocaleFile(file,"\n");
FormatLocaleFile 1085 magick/configure.c           (void) FormatLocaleFile(file,"\nPath: %s\n\n",
FormatLocaleFile 1087 magick/configure.c         (void) FormatLocaleFile(file,"Name           Value\n");
FormatLocaleFile 1088 magick/configure.c         (void) FormatLocaleFile(file,
FormatLocaleFile 1096 magick/configure.c     (void) FormatLocaleFile(file,"%s",name);
FormatLocaleFile 1098 magick/configure.c       (void) FormatLocaleFile(file," ");
FormatLocaleFile 1099 magick/configure.c     (void) FormatLocaleFile(file," ");
FormatLocaleFile 1103 magick/configure.c     (void) FormatLocaleFile(file,"%s",value);
FormatLocaleFile 1104 magick/configure.c     (void) FormatLocaleFile(file,"\n");
FormatLocaleFile  392 magick/delegate.c       (void) FormatLocaleFile(stderr,"%s\n",command);
FormatLocaleFile 1411 magick/delegate.c           (void) FormatLocaleFile(file,"\nPath: %s\n\n",delegate_info[i]->path);
FormatLocaleFile 1412 magick/delegate.c         (void) FormatLocaleFile(file,"Delegate                Command\n");
FormatLocaleFile 1413 magick/delegate.c         (void) FormatLocaleFile(file,
FormatLocaleFile 1426 magick/delegate.c     (void) FormatLocaleFile(file,"%11s%c=%c%s  ",delegate_info[i]->decode ?
FormatLocaleFile 1430 magick/delegate.c     (void) FormatLocaleFile(file,"\"%s\"\n",commands[0]);
FormatLocaleFile 1434 magick/delegate.c       (void) FormatLocaleFile(file,"                     \"%s\"\n",commands[j]);
FormatLocaleFile 2001 magick/distort.c         (void) FormatLocaleFile(stderr, "Affine Projection:\n");
FormatLocaleFile 2002 magick/distort.c         (void) FormatLocaleFile(stderr, "  -distort AffineProjection \\\n      '");
FormatLocaleFile 2004 magick/distort.c           (void) FormatLocaleFile(stderr, "%lf,", inverse[i]);
FormatLocaleFile 2005 magick/distort.c         (void) FormatLocaleFile(stderr, "%lf'\n", inverse[5]);
FormatLocaleFile 2008 magick/distort.c         (void) FormatLocaleFile(stderr, "Affine Distort, FX Equivelent:\n");
FormatLocaleFile 2009 magick/distort.c         (void) FormatLocaleFile(stderr, "%s", image_gen);
FormatLocaleFile 2010 magick/distort.c         (void) FormatLocaleFile(stderr, "  -fx 'ii=i+page.x+0.5; jj=j+page.y+0.5;\n");
FormatLocaleFile 2011 magick/distort.c         (void) FormatLocaleFile(stderr, "       xx=%+lf*ii %+lf*jj %+lf;\n",
FormatLocaleFile 2013 magick/distort.c         (void) FormatLocaleFile(stderr, "       yy=%+lf*ii %+lf*jj %+lf;\n",
FormatLocaleFile 2015 magick/distort.c         (void) FormatLocaleFile(stderr, "       %s' \\\n", lookup);
FormatLocaleFile 2033 magick/distort.c         (void) FormatLocaleFile(stderr, "Perspective Projection:\n");
FormatLocaleFile 2034 magick/distort.c         (void) FormatLocaleFile(stderr, "  -distort PerspectiveProjection \\\n      '");
FormatLocaleFile 2036 magick/distort.c           (void) FormatLocaleFile(stderr, "%lf, ", inverse[i]);
FormatLocaleFile 2037 magick/distort.c         (void) FormatLocaleFile(stderr, "\n       ");
FormatLocaleFile 2039 magick/distort.c           (void) FormatLocaleFile(stderr, "%lf, ", inverse[i]);
FormatLocaleFile 2040 magick/distort.c         (void) FormatLocaleFile(stderr, "%lf'\n", inverse[7]);
FormatLocaleFile 2043 magick/distort.c         (void) FormatLocaleFile(stderr, "Perspective Distort, FX Equivelent:\n");
FormatLocaleFile 2044 magick/distort.c         (void) FormatLocaleFile(stderr, "%s", image_gen);
FormatLocaleFile 2045 magick/distort.c         (void) FormatLocaleFile(stderr, "  -fx 'ii=i+page.x+0.5; jj=j+page.y+0.5;\n");
FormatLocaleFile 2046 magick/distort.c         (void) FormatLocaleFile(stderr, "       rr=%+lf*ii %+lf*jj + 1;\n",
FormatLocaleFile 2048 magick/distort.c         (void) FormatLocaleFile(stderr, "       xx=(%+lf*ii %+lf*jj %+lf)/rr;\n",
FormatLocaleFile 2050 magick/distort.c         (void) FormatLocaleFile(stderr, "       yy=(%+lf*ii %+lf*jj %+lf)/rr;\n",
FormatLocaleFile 2052 magick/distort.c         (void) FormatLocaleFile(stderr, "       rr%s0 ? %s : blue' \\\n",
FormatLocaleFile 2058 magick/distort.c         (void) FormatLocaleFile(stderr, "BilinearForward Mapping Equations:\n");
FormatLocaleFile 2059 magick/distort.c         (void) FormatLocaleFile(stderr, "%s", image_gen);
FormatLocaleFile 2060 magick/distort.c         (void) FormatLocaleFile(stderr, "    i = %+lf*x %+lf*y %+lf*x*y %+lf;\n",
FormatLocaleFile 2062 magick/distort.c         (void) FormatLocaleFile(stderr, "    j = %+lf*x %+lf*y %+lf*x*y %+lf;\n",
FormatLocaleFile 2066 magick/distort.c         (void) FormatLocaleFile(stderr, "   c8 = %+lf  c9 = 2*a = %+lf;\n",
FormatLocaleFile 2069 magick/distort.c         (void) FormatLocaleFile(stderr, "BilinearForward Distort, FX Equivelent:\n");
FormatLocaleFile 2070 magick/distort.c         (void) FormatLocaleFile(stderr, "%s", image_gen);
FormatLocaleFile 2071 magick/distort.c         (void) FormatLocaleFile(stderr, "  -fx 'ii=i+page.x%+lf; jj=j+page.y%+lf;\n",
FormatLocaleFile 2073 magick/distort.c         (void) FormatLocaleFile(stderr, "       bb=%lf*ii %+lf*jj %+lf;\n",
FormatLocaleFile 2077 magick/distort.c           (void) FormatLocaleFile(stderr, "       rt=bb*bb %+lf*(%lf*ii%+lf*jj);\n",
FormatLocaleFile 2079 magick/distort.c           (void) FormatLocaleFile(stderr, "       yy=( -bb + sqrt(rt) ) / %lf;\n",
FormatLocaleFile 2082 magick/distort.c           (void) FormatLocaleFile(stderr, "       yy=(%lf*ii%+lf*jj)/bb;\n",
FormatLocaleFile 2084 magick/distort.c         (void) FormatLocaleFile(stderr, "       xx=(ii %+lf*yy)/(%lf %+lf*yy);\n",
FormatLocaleFile 2087 magick/distort.c           (void) FormatLocaleFile(stderr, "       (rt < 0 ) ? red : %s'\n", lookup);
FormatLocaleFile 2089 magick/distort.c           (void) FormatLocaleFile(stderr, "       %s' \\\n", lookup);
FormatLocaleFile 2094 magick/distort.c         (void) FormatLocaleFile(stderr, "Polynomial Projection Distort:\n");
FormatLocaleFile 2095 magick/distort.c         (void) FormatLocaleFile(stderr, "  -distort PolynomialProjection \\\n");
FormatLocaleFile 2096 magick/distort.c         (void) FormatLocaleFile(stderr, "      '1.5, %lf, %lf, %lf, %lf,\n",
FormatLocaleFile 2098 magick/distort.c         (void) FormatLocaleFile(stderr, "            %lf, %lf, %lf, %lf'\n",
FormatLocaleFile 2101 magick/distort.c         (void) FormatLocaleFile(stderr, "BilinearReverse Distort, FX Equivelent:\n");
FormatLocaleFile 2102 magick/distort.c         (void) FormatLocaleFile(stderr, "%s", image_gen);
FormatLocaleFile 2103 magick/distort.c         (void) FormatLocaleFile(stderr, "  -fx 'ii=i+page.x+0.5; jj=j+page.y+0.5;\n");
FormatLocaleFile 2104 magick/distort.c         (void) FormatLocaleFile(stderr, "       xx=%+lf*ii %+lf*jj %+lf*ii*jj %+lf;\n",
FormatLocaleFile 2106 magick/distort.c         (void) FormatLocaleFile(stderr, "       yy=%+lf*ii %+lf*jj %+lf*ii*jj %+lf;\n",
FormatLocaleFile 2108 magick/distort.c         (void) FormatLocaleFile(stderr, "       %s' \\\n", lookup);
FormatLocaleFile 2114 magick/distort.c         (void) FormatLocaleFile(stderr, "Polynomial (order %lg, terms %lu), FX Equivelent\n",
FormatLocaleFile 2116 magick/distort.c         (void) FormatLocaleFile(stderr, "%s", image_gen);
FormatLocaleFile 2117 magick/distort.c         (void) FormatLocaleFile(stderr, "  -fx 'ii=i+page.x+0.5; jj=j+page.y+0.5;\n");
FormatLocaleFile 2118 magick/distort.c         (void) FormatLocaleFile(stderr, "       xx =");
FormatLocaleFile 2120 magick/distort.c           if ( i != 0 && i%4 == 0 ) (void) FormatLocaleFile(stderr, "\n         ");
FormatLocaleFile 2121 magick/distort.c           (void) FormatLocaleFile(stderr, " %+lf%s", coeff[2+i],
FormatLocaleFile 2124 magick/distort.c         (void) FormatLocaleFile(stderr, ";\n       yy =");
FormatLocaleFile 2126 magick/distort.c           if ( i != 0 && i%4 == 0 ) (void) FormatLocaleFile(stderr, "\n         ");
FormatLocaleFile 2127 magick/distort.c           (void) FormatLocaleFile(stderr, " %+lf%s", coeff[2+i+nterms],
FormatLocaleFile 2130 magick/distort.c         (void) FormatLocaleFile(stderr, ";\n       %s' \\\n", lookup);
FormatLocaleFile 2135 magick/distort.c         (void) FormatLocaleFile(stderr, "Arc Distort, Internal Coefficients:\n");
FormatLocaleFile 2137 magick/distort.c           (void) FormatLocaleFile(stderr, "  c%.20g = %+lf\n", (double) i, coeff[i]);
FormatLocaleFile 2138 magick/distort.c         (void) FormatLocaleFile(stderr, "Arc Distort, FX Equivelent:\n");
FormatLocaleFile 2139 magick/distort.c         (void) FormatLocaleFile(stderr, "%s", image_gen);
FormatLocaleFile 2140 magick/distort.c         (void) FormatLocaleFile(stderr, "  -fx 'ii=i+page.x; jj=j+page.y;\n");
FormatLocaleFile 2141 magick/distort.c         (void) FormatLocaleFile(stderr, "       xx=(atan2(jj,ii)%+lf)/(2*pi);\n",
FormatLocaleFile 2143 magick/distort.c         (void) FormatLocaleFile(stderr, "       xx=xx-round(xx);\n");
FormatLocaleFile 2144 magick/distort.c         (void) FormatLocaleFile(stderr, "       xx=xx*%lf %+lf;\n",
FormatLocaleFile 2146 magick/distort.c         (void) FormatLocaleFile(stderr, "       yy=(%lf - hypot(ii,jj)) * %lf;\n",
FormatLocaleFile 2148 magick/distort.c         (void) FormatLocaleFile(stderr, "       v.p{xx-.5,yy-.5}' \\\n");
FormatLocaleFile 2153 magick/distort.c         (void) FormatLocaleFile(stderr, "Polar Distort, Internal Coefficents\n");
FormatLocaleFile 2155 magick/distort.c           (void) FormatLocaleFile(stderr, "  c%.20g = %+lf\n", (double) i, coeff[i]);
FormatLocaleFile 2156 magick/distort.c         (void) FormatLocaleFile(stderr, "Polar Distort, FX Equivelent:\n");
FormatLocaleFile 2157 magick/distort.c         (void) FormatLocaleFile(stderr, "%s", image_gen);
FormatLocaleFile 2158 magick/distort.c         (void) FormatLocaleFile(stderr, "  -fx 'ii=i+page.x%+lf; jj=j+page.y%+lf;\n",
FormatLocaleFile 2160 magick/distort.c         (void) FormatLocaleFile(stderr, "       xx=(atan2(ii,jj)%+lf)/(2*pi);\n",
FormatLocaleFile 2162 magick/distort.c         (void) FormatLocaleFile(stderr, "       xx=xx-round(xx);\n");
FormatLocaleFile 2163 magick/distort.c         (void) FormatLocaleFile(stderr, "       xx=xx*2*pi*%lf + v.w/2;\n",
FormatLocaleFile 2165 magick/distort.c         (void) FormatLocaleFile(stderr, "       yy=(hypot(ii,jj)%+lf)*%lf;\n",
FormatLocaleFile 2167 magick/distort.c         (void) FormatLocaleFile(stderr, "       v.p{xx-.5,yy-.5}' \\\n");
FormatLocaleFile 2172 magick/distort.c         (void) FormatLocaleFile(stderr, "DePolar Distort, Internal Coefficents\n");
FormatLocaleFile 2174 magick/distort.c           (void) FormatLocaleFile(stderr, "  c%.20g = %+lf\n", (double) i, coeff[i]);
FormatLocaleFile 2175 magick/distort.c         (void) FormatLocaleFile(stderr, "DePolar Distort, FX Equivelent:\n");
FormatLocaleFile 2176 magick/distort.c         (void) FormatLocaleFile(stderr, "%s", image_gen);
FormatLocaleFile 2177 magick/distort.c         (void) FormatLocaleFile(stderr, "  -fx 'aa=(i+.5)*%lf %+lf;\n", coeff[6], +coeff[4] );
FormatLocaleFile 2178 magick/distort.c         (void) FormatLocaleFile(stderr, "       rr=(j+.5)*%lf %+lf;\n", coeff[7], +coeff[1] );
FormatLocaleFile 2179 magick/distort.c         (void) FormatLocaleFile(stderr, "       xx=rr*sin(aa) %+lf;\n", coeff[2] );
FormatLocaleFile 2180 magick/distort.c         (void) FormatLocaleFile(stderr, "       yy=rr*cos(aa) %+lf;\n", coeff[3] );
FormatLocaleFile 2181 magick/distort.c         (void) FormatLocaleFile(stderr, "       v.p{xx-.5,yy-.5}' \\\n");
FormatLocaleFile 2186 magick/distort.c         (void) FormatLocaleFile(stderr, "Cylinder to Plane Distort, Internal Coefficents\n");
FormatLocaleFile 2187 magick/distort.c         (void) FormatLocaleFile(stderr, "  cylinder_radius = %+lf\n", coeff[1]);
FormatLocaleFile 2188 magick/distort.c         (void) FormatLocaleFile(stderr, "Cylinder to Plane Distort, FX Equivelent:\n");
FormatLocaleFile 2189 magick/distort.c         (void) FormatLocaleFile(stderr, "%s", image_gen);
FormatLocaleFile 2190 magick/distort.c         (void) FormatLocaleFile(stderr, "  -fx 'ii=i+page.x%+lf+0.5; jj=j+page.y%+lf+0.5;\n",
FormatLocaleFile 2192 magick/distort.c         (void) FormatLocaleFile(stderr, "       aa=atan(ii/%+lf);\n", coeff[1] );
FormatLocaleFile 2193 magick/distort.c         (void) FormatLocaleFile(stderr, "       xx=%lf*aa%+lf;\n",
FormatLocaleFile 2195 magick/distort.c         (void) FormatLocaleFile(stderr, "       yy=jj*cos(aa)%+lf;\n", coeff[3] );
FormatLocaleFile 2196 magick/distort.c         (void) FormatLocaleFile(stderr, "       %s' \\\n", lookup);
FormatLocaleFile 2201 magick/distort.c         (void) FormatLocaleFile(stderr, "Plane to Cylinder Distort, Internal Coefficents\n");
FormatLocaleFile 2202 magick/distort.c         (void) FormatLocaleFile(stderr, "  cylinder_radius = %+lf\n", coeff[1]);
FormatLocaleFile 2203 magick/distort.c         (void) FormatLocaleFile(stderr, "Plane to Cylinder Distort, FX Equivelent:\n");
FormatLocaleFile 2204 magick/distort.c         (void) FormatLocaleFile(stderr, "%s", image_gen);
FormatLocaleFile 2205 magick/distort.c         (void) FormatLocaleFile(stderr, "  -fx 'ii=i+page.x%+lf+0.5; jj=j+page.y%+lf+0.5;\n",
FormatLocaleFile 2207 magick/distort.c         (void) FormatLocaleFile(stderr, "       ii=ii/%+lf;\n", coeff[1] );
FormatLocaleFile 2208 magick/distort.c         (void) FormatLocaleFile(stderr, "       xx=%lf*tan(ii)%+lf;\n",
FormatLocaleFile 2210 magick/distort.c         (void) FormatLocaleFile(stderr, "       yy=jj/cos(ii)%+lf;\n",
FormatLocaleFile 2212 magick/distort.c         (void) FormatLocaleFile(stderr, "       %s' \\\n", lookup);
FormatLocaleFile 2225 magick/distort.c         (void) FormatLocaleFile(stderr, "Barrel%s Distort, FX Equivelent:\n",
FormatLocaleFile 2227 magick/distort.c         (void) FormatLocaleFile(stderr, "%s", image_gen);
FormatLocaleFile 2229 magick/distort.c           (void) FormatLocaleFile(stderr, "  -fx 'xc=(w-1)/2;  yc=(h-1)/2;\n");
FormatLocaleFile 2231 magick/distort.c           (void) FormatLocaleFile(stderr, "  -fx 'xc=%lf;  yc=%lf;\n",
FormatLocaleFile 2233 magick/distort.c         (void) FormatLocaleFile(stderr,
FormatLocaleFile 2235 magick/distort.c         (void) FormatLocaleFile(stderr, "       ii=ii%s(%lf*rr*rr*rr %+lf*rr*rr %+lf*rr %+lf);\n",
FormatLocaleFile 2238 magick/distort.c         (void) FormatLocaleFile(stderr, "       jj=jj%s(%lf*rr*rr*rr %+lf*rr*rr %+lf*rr %+lf);\n",
FormatLocaleFile 2241 magick/distort.c         (void) FormatLocaleFile(stderr, "       v.p{fx*ii+xc,fy*jj+yc}' \\\n");
FormatLocaleFile 2967 magick/distort.c         (void) FormatLocaleFile(stderr, "Barycentric Sparse Color:\n");
FormatLocaleFile 2969 magick/distort.c           (void) FormatLocaleFile(stderr, "  -channel R -fx '%+lf*i %+lf*j %+lf' \\\n",
FormatLocaleFile 2972 magick/distort.c           (void) FormatLocaleFile(stderr, "  -channel G -fx '%+lf*i %+lf*j %+lf' \\\n",
FormatLocaleFile 2975 magick/distort.c           (void) FormatLocaleFile(stderr, "  -channel B -fx '%+lf*i %+lf*j %+lf' \\\n",
FormatLocaleFile 2978 magick/distort.c           (void) FormatLocaleFile(stderr, "  -channel K -fx '%+lf*i %+lf*j %+lf' \\\n",
FormatLocaleFile 2981 magick/distort.c           (void) FormatLocaleFile(stderr, "  -channel A -fx '%+lf*i %+lf*j %+lf' \\\n",
FormatLocaleFile 2988 magick/distort.c         (void) FormatLocaleFile(stderr, "Bilinear Sparse Color\n");
FormatLocaleFile 2990 magick/distort.c           (void) FormatLocaleFile(stderr, "   -channel R -fx '%+lf*i %+lf*j %+lf*i*j %+lf;\n",
FormatLocaleFile 2994 magick/distort.c           (void) FormatLocaleFile(stderr, "   -channel G -fx '%+lf*i %+lf*j %+lf*i*j %+lf;\n",
FormatLocaleFile 2998 magick/distort.c           (void) FormatLocaleFile(stderr, "   -channel B -fx '%+lf*i %+lf*j %+lf*i*j %+lf;\n",
FormatLocaleFile 3002 magick/distort.c           (void) FormatLocaleFile(stderr, "   -channel K -fx '%+lf*i %+lf*j %+lf*i*j %+lf;\n",
FormatLocaleFile 3006 magick/distort.c           (void) FormatLocaleFile(stderr, "   -channel A -fx '%+lf*i %+lf*j %+lf*i*j %+lf;\n",
FormatLocaleFile 5631 magick/draw.c            (void) FormatLocaleFile(stderr,"attribute not recognized: %c\n",
FormatLocaleFile  290 magick/exception.c   (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason);
FormatLocaleFile  292 magick/exception.c     (void) FormatLocaleFile(stderr," (%s)",description);
FormatLocaleFile  293 magick/exception.c   (void) FormatLocaleFile(stderr,".\n");
FormatLocaleFile  330 magick/exception.c   (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason);
FormatLocaleFile  332 magick/exception.c     (void) FormatLocaleFile(stderr," (%s)",description);
FormatLocaleFile  333 magick/exception.c   (void) FormatLocaleFile(stderr,".\n");
FormatLocaleFile  374 magick/exception.c   (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason);
FormatLocaleFile  376 magick/exception.c     (void) FormatLocaleFile(stderr," (%s)",description);
FormatLocaleFile  377 magick/exception.c   (void) FormatLocaleFile(stderr,".\n");
FormatLocaleFile 2548 magick/fx.c                (void) FormatLocaleFile(fx_info->file,
FormatLocaleFile 1231 magick/histogram.c     (void) FormatLocaleFile(file,"%10.20g",(double) ((MagickOffsetType)
FormatLocaleFile 1233 magick/histogram.c     (void) FormatLocaleFile(file,": %s %s %s\n",tuple,hex,color);
FormatLocaleFile  278 magick/identify.c   n=FormatLocaleFile(file,FeaturesFormat,name,
FormatLocaleFile  329 magick/identify.c   (void) FormatLocaleFile(file,"  %s: %.*g (%.*g)",name,GetMagickPrecision(),
FormatLocaleFile  382 magick/identify.c           (void) FormatLocaleFile(file," %.20g,%.20g",(double) x,(double) y);
FormatLocaleFile  390 magick/identify.c   (void) FormatLocaleFile(file,"\n");
FormatLocaleFile  407 magick/identify.c   n=FormatLocaleFile(file,"    %s:\n",name);
FormatLocaleFile  408 magick/identify.c   n+=FormatLocaleFile(file,"      Centroid: %.*g,%.*g\n",
FormatLocaleFile  411 magick/identify.c   n+=FormatLocaleFile(file,"      Ellipse Semi-Major/Minor axis: %.*g,%.*g\n",
FormatLocaleFile  414 magick/identify.c   n+=FormatLocaleFile(file,"      Ellipse angle: %.*g\n",
FormatLocaleFile  416 magick/identify.c   n+=FormatLocaleFile(file,"      Ellipse eccentricity: %.*g\n",
FormatLocaleFile  418 magick/identify.c   n+=FormatLocaleFile(file,"      Ellipse intensity: %.*g (%.*g)\n",
FormatLocaleFile  423 magick/identify.c     n+=FormatLocaleFile(file,"      I%.20g: %.*g (%.*g)\n",i+1.0,
FormatLocaleFile  438 magick/identify.c   n=FormatLocaleFile(file,"    %s:\n",name);
FormatLocaleFile  440 magick/identify.c     n+=FormatLocaleFile(file,"      PH%.20g: %.*g, %.*g\n",i+1.0,
FormatLocaleFile  460 magick/identify.c       n=FormatLocaleFile(file,StatisticsFormat,name,ClampToQuantum(
FormatLocaleFile  476 magick/identify.c   n=FormatLocaleFile(file,StatisticsFormat,name,ClampToQuantum((MagickRealType)
FormatLocaleFile  589 magick/identify.c       (void) FormatLocaleFile(file,"  Channel %s locations:\n",locate);
FormatLocaleFile  641 magick/identify.c           (void) FormatLocaleFile(file,"%s=>",image->magick_filename);
FormatLocaleFile  644 magick/identify.c         (void) FormatLocaleFile(file,"%s ",image->filename);
FormatLocaleFile  646 magick/identify.c         (void) FormatLocaleFile(file,"%s[%.20g] ",image->filename,(double)
FormatLocaleFile  648 magick/identify.c       (void) FormatLocaleFile(file,"%s ",image->magick);
FormatLocaleFile  652 magick/identify.c           (void) FormatLocaleFile(file,"%.20gx%.20g=>",(double)
FormatLocaleFile  654 magick/identify.c       (void) FormatLocaleFile(file,"%.20gx%.20g ",(double) image->columns,
FormatLocaleFile  658 magick/identify.c         (void) FormatLocaleFile(file,"%.20gx%.20g%+.20g%+.20g ",(double)
FormatLocaleFile  661 magick/identify.c       (void) FormatLocaleFile(file,"%.20g-bit ",(double) image->depth);
FormatLocaleFile  663 magick/identify.c         (void) FormatLocaleFile(file,"%s ",CommandOptionToMnemonic(
FormatLocaleFile  666 magick/identify.c         (void) FormatLocaleFile(file,"%s ",CommandOptionToMnemonic(
FormatLocaleFile  673 magick/identify.c               (void) FormatLocaleFile(file,"%s ",format);
FormatLocaleFile  678 magick/identify.c           (void) FormatLocaleFile(file,"%.20gc ",(double) image->colors);
FormatLocaleFile  680 magick/identify.c           (void) FormatLocaleFile(file,"%.20g=>%.20gc ",(double)
FormatLocaleFile  683 magick/identify.c         (void) FormatLocaleFile(file,"%.20g/%f/%fdb ",(double)
FormatLocaleFile  690 magick/identify.c           (void) FormatLocaleFile(file,"%s ",format);
FormatLocaleFile  692 magick/identify.c       (void) FormatLocaleFile(file,"%0.3fu %lu:%02lu.%03lu",user_time,
FormatLocaleFile  696 magick/identify.c       (void) FormatLocaleFile(file,"\n");
FormatLocaleFile  709 magick/identify.c   (void) FormatLocaleFile(file,"Image: %s\n",image->filename);
FormatLocaleFile  717 magick/identify.c         (void) FormatLocaleFile(file,"  Base filename: %s\n",filename);
FormatLocaleFile  722 magick/identify.c     (void) FormatLocaleFile(file,"  Format: %s\n",image->magick);
FormatLocaleFile  724 magick/identify.c     (void) FormatLocaleFile(file,"  Format: %s (%s)\n",image->magick,
FormatLocaleFile  728 magick/identify.c     (void) FormatLocaleFile(file,"  Mime type: %s\n",GetMagickMimeType(
FormatLocaleFile  730 magick/identify.c   (void) FormatLocaleFile(file,"  Class: %s\n",CommandOptionToMnemonic(
FormatLocaleFile  732 magick/identify.c   (void) FormatLocaleFile(file,"  Geometry: %.20gx%.20g%+.20g%+.20g\n",(double)
FormatLocaleFile  738 magick/identify.c       (void) FormatLocaleFile(file,"  Base geometry: %.20gx%.20g\n",(double)
FormatLocaleFile  742 magick/identify.c       (void) FormatLocaleFile(file,"  Resolution: %gx%g\n",image->x_resolution,
FormatLocaleFile  744 magick/identify.c       (void) FormatLocaleFile(file,"  Print size: %gx%g\n",(double)
FormatLocaleFile  748 magick/identify.c   (void) FormatLocaleFile(file,"  Units: %s\n",CommandOptionToMnemonic(
FormatLocaleFile  750 magick/identify.c   (void) FormatLocaleFile(file,"  Type: %s\n",CommandOptionToMnemonic(
FormatLocaleFile  753 magick/identify.c     (void) FormatLocaleFile(file,"  Base type: %s\n",CommandOptionToMnemonic(
FormatLocaleFile  755 magick/identify.c   (void) FormatLocaleFile(file,"  Endianess: %s\n",CommandOptionToMnemonic(
FormatLocaleFile  760 magick/identify.c   (void) FormatLocaleFile(file,"  Colorspace: %s\n",CommandOptionToMnemonic(
FormatLocaleFile  790 magick/identify.c         (void) FormatLocaleFile(file,"  Depth: %.20g-bit\n",(double)
FormatLocaleFile  793 magick/identify.c         (void) FormatLocaleFile(file,"  Depth: %.20g/%.20g-bit\n",(double)
FormatLocaleFile  795 magick/identify.c       (void) FormatLocaleFile(file,"  Channel depth:\n");
FormatLocaleFile  803 magick/identify.c           (void) FormatLocaleFile(file,"    red: %.20g-bit\n",(double)
FormatLocaleFile  805 magick/identify.c           (void) FormatLocaleFile(file,"    green: %.20g-bit\n",(double)
FormatLocaleFile  807 magick/identify.c           (void) FormatLocaleFile(file,"    blue: %.20g-bit\n",(double)
FormatLocaleFile  813 magick/identify.c           (void) FormatLocaleFile(file,"    cyan: %.20g-bit\n",(double)
FormatLocaleFile  815 magick/identify.c           (void) FormatLocaleFile(file,"    magenta: %.20g-bit\n",(double)
FormatLocaleFile  817 magick/identify.c           (void) FormatLocaleFile(file,"    yellow: %.20g-bit\n",(double)
FormatLocaleFile  819 magick/identify.c           (void) FormatLocaleFile(file,"    black: %.20g-bit\n",(double)
FormatLocaleFile  825 magick/identify.c           (void) FormatLocaleFile(file,"    gray: %.20g-bit\n",(double)
FormatLocaleFile  831 magick/identify.c         (void) FormatLocaleFile(file,"    alpha: %.20g-bit\n",(double)
FormatLocaleFile  840 magick/identify.c       (void) FormatLocaleFile(file,"  Channel statistics:\n");
FormatLocaleFile  841 magick/identify.c       (void) FormatLocaleFile(file,"    Pixels: %.20g\n",(double)
FormatLocaleFile  880 magick/identify.c           (void) FormatLocaleFile(file,"  Image statistics:\n");
FormatLocaleFile  890 magick/identify.c       (void) FormatLocaleFile(file,"  Channel moments:\n");
FormatLocaleFile  928 magick/identify.c           (void) FormatLocaleFile(file,"  Image moments:\n");
FormatLocaleFile  937 magick/identify.c       (void) FormatLocaleFile(file,"  Channel perceptual hash:\n");
FormatLocaleFile  952 magick/identify.c       (void) FormatLocaleFile(file,"  Channel features (horizontal, vertical, "
FormatLocaleFile  990 magick/identify.c         (void) FormatLocaleFile(file,"  Total ink density: %.*g%%\n",
FormatLocaleFile 1031 magick/identify.c               (void) FormatLocaleFile(file,"  Alpha: %s ",tuple);
FormatLocaleFile 1033 magick/identify.c               (void) FormatLocaleFile(file,"  %s\n",tuple);
FormatLocaleFile 1039 magick/identify.c           (void) FormatLocaleFile(file,"  Colors: %.20g\n",(double)
FormatLocaleFile 1041 magick/identify.c           (void) FormatLocaleFile(file,"  Histogram:\n");
FormatLocaleFile 1047 magick/identify.c           (void) FormatLocaleFile(file,"  Colors: %.20g\n",(double)
FormatLocaleFile 1052 magick/identify.c       (void) FormatLocaleFile(file,"  Colormap entries: %.20g\n",(double)
FormatLocaleFile 1054 magick/identify.c       (void) FormatLocaleFile(file,"  Colormap:\n");
FormatLocaleFile 1095 magick/identify.c             (void) FormatLocaleFile(file,"  %8ld: %s %s %s\n",(long) i,tuple,
FormatLocaleFile 1102 magick/identify.c     (void) FormatLocaleFile(file,"  Mean error per pixel: %g\n",
FormatLocaleFile 1105 magick/identify.c     (void) FormatLocaleFile(file,"  Normalized mean error: %g\n",
FormatLocaleFile 1108 magick/identify.c     (void) FormatLocaleFile(file,"  Normalized maximum error: %g\n",
FormatLocaleFile 1110 magick/identify.c   (void) FormatLocaleFile(file,"  Rendering intent: %s\n",
FormatLocaleFile 1114 magick/identify.c     (void) FormatLocaleFile(file,"  Gamma: %g\n",image->gamma);
FormatLocaleFile 1123 magick/identify.c       (void) FormatLocaleFile(file,"  Chromaticity:\n");
FormatLocaleFile 1124 magick/identify.c       (void) FormatLocaleFile(file,"    red primary: (%g,%g)\n",
FormatLocaleFile 1126 magick/identify.c       (void) FormatLocaleFile(file,"    green primary: (%g,%g)\n",
FormatLocaleFile 1129 magick/identify.c       (void) FormatLocaleFile(file,"    blue primary: (%g,%g)\n",
FormatLocaleFile 1131 magick/identify.c       (void) FormatLocaleFile(file,"    white point: (%g,%g)\n",
FormatLocaleFile 1135 magick/identify.c     (void) FormatLocaleFile(file,"  Tile geometry: %.20gx%.20g%+.20g%+.20g\n",
FormatLocaleFile 1140 magick/identify.c   (void) FormatLocaleFile(file,"  Background color: %s\n",color);
FormatLocaleFile 1143 magick/identify.c   (void) FormatLocaleFile(file,"  Border color: %s\n",color);
FormatLocaleFile 1146 magick/identify.c   (void) FormatLocaleFile(file,"  Matte color: %s\n",color);
FormatLocaleFile 1149 magick/identify.c   (void) FormatLocaleFile(file,"  Transparent color: %s\n",color);
FormatLocaleFile 1150 magick/identify.c   (void) FormatLocaleFile(file,"  Interlace: %s\n",CommandOptionToMnemonic(
FormatLocaleFile 1152 magick/identify.c   (void) FormatLocaleFile(file,"  Intensity: %s\n",CommandOptionToMnemonic(
FormatLocaleFile 1154 magick/identify.c   (void) FormatLocaleFile(file,"  Compose: %s\n",CommandOptionToMnemonic(
FormatLocaleFile 1158 magick/identify.c     (void) FormatLocaleFile(file,"  Page geometry: %.20gx%.20g%+.20g%+.20g\n",
FormatLocaleFile 1162 magick/identify.c     (void) FormatLocaleFile(file,"  Origin geometry: %+.20g%+.20g\n",(double)
FormatLocaleFile 1164 magick/identify.c   (void) FormatLocaleFile(file,"  Dispose: %s\n",CommandOptionToMnemonic(
FormatLocaleFile 1167 magick/identify.c     (void) FormatLocaleFile(file,"  Delay: %.20gx%.20g\n",(double) image->delay,
FormatLocaleFile 1170 magick/identify.c     (void) FormatLocaleFile(file,"  Iterations: %.20g\n",(double)
FormatLocaleFile 1173 magick/identify.c     (void) FormatLocaleFile(file,"  Duration: %.20g\n",(double)
FormatLocaleFile 1176 magick/identify.c     (void) FormatLocaleFile(file,"  Scene: %.20g of %.20g\n",(double)
FormatLocaleFile 1180 magick/identify.c       (void) FormatLocaleFile(file,"  Scene: %.20g\n",(double) image->scene);
FormatLocaleFile 1181 magick/identify.c   (void) FormatLocaleFile(file,"  Compression: %s\n",CommandOptionToMnemonic(
FormatLocaleFile 1184 magick/identify.c     (void) FormatLocaleFile(file,"  Quality: %.20g\n",(double) image->quality);
FormatLocaleFile 1185 magick/identify.c   (void) FormatLocaleFile(file,"  Orientation: %s\n",CommandOptionToMnemonic(
FormatLocaleFile 1188 magick/identify.c     (void) FormatLocaleFile(file,"  Montage: %s\n",image->montage);
FormatLocaleFile 1209 magick/identify.c       (void) FormatLocaleFile(file,"  Directory:\n");
FormatLocaleFile 1217 magick/identify.c         (void) FormatLocaleFile(file,"    %s",image_info->filename);
FormatLocaleFile 1223 magick/identify.c             (void) FormatLocaleFile(file,"\n");
FormatLocaleFile 1226 magick/identify.c         (void) FormatLocaleFile(file," %.20gx%.20g %s\n",(double)
FormatLocaleFile 1233 magick/identify.c           (void) FormatLocaleFile(file,"  %s:\n",property);
FormatLocaleFile 1236 magick/identify.c             (void) FormatLocaleFile(file,"%s\n",value);
FormatLocaleFile 1254 magick/identify.c       (void) FormatLocaleFile(file,"  Properties:\n");
FormatLocaleFile 1257 magick/identify.c         (void) FormatLocaleFile(file,"    %s: ",property);
FormatLocaleFile 1260 magick/identify.c           (void) FormatLocaleFile(file,"%s\n",value);
FormatLocaleFile 1271 magick/identify.c       (void) FormatLocaleFile(file,"  Clipping path: ");
FormatLocaleFile 1274 magick/identify.c       (void) FormatLocaleFile(file,"%s\n",value);
FormatLocaleFile 1286 magick/identify.c       (void) FormatLocaleFile(file,"  Profiles:\n");
FormatLocaleFile 1292 magick/identify.c         (void) FormatLocaleFile(file,"    Profile-%s: %.20g bytes\n",name,
FormatLocaleFile 1381 magick/identify.c               (void) FormatLocaleFile(file,"      %s[%.20g,%.20g]: ",tag,
FormatLocaleFile 1422 magick/identify.c       (void) FormatLocaleFile(file,"  Artifacts:\n");
FormatLocaleFile 1425 magick/identify.c         (void) FormatLocaleFile(file,"    %s: ",artifact);
FormatLocaleFile 1428 magick/identify.c           (void) FormatLocaleFile(file,"%s\n",value);
FormatLocaleFile 1439 magick/identify.c       (void) FormatLocaleFile(file,"  Registry:\n");
FormatLocaleFile 1442 magick/identify.c         (void) FormatLocaleFile(file,"    %s: ",registry);
FormatLocaleFile 1446 magick/identify.c           (void) FormatLocaleFile(file,"%s\n",value);
FormatLocaleFile 1450 magick/identify.c   (void) FormatLocaleFile(file,"  Tainted: %s\n",CommandOptionToMnemonic(
FormatLocaleFile 1453 magick/identify.c   (void) FormatLocaleFile(file,"  Filesize: %s\n",format);
FormatLocaleFile 1458 magick/identify.c   (void) FormatLocaleFile(file,"  Number pixels: %s\n",format);
FormatLocaleFile 1461 magick/identify.c   (void) FormatLocaleFile(file,"  Pixels per second: %s\n",format);
FormatLocaleFile 1462 magick/identify.c   (void) FormatLocaleFile(file,"  User time: %0.3fu\n",user_time);
FormatLocaleFile 1463 magick/identify.c   (void) FormatLocaleFile(file,"  Elapsed time: %lu:%02lu.%03lu\n",
FormatLocaleFile 1467 magick/identify.c   (void) FormatLocaleFile(file,"  Version: %s\n",GetMagickVersion((size_t *)
FormatLocaleFile 1073 magick/layer.c   (void) FormatLocaleFile(stderr, "frame %.20g :-\n", (double) i);
FormatLocaleFile 1078 magick/layer.c   (void) FormatLocaleFile(stderr, "overlay: %.20gx%.20g%+.20g%+.20g\n\n",
FormatLocaleFile 1096 magick/layer.c     (void) FormatLocaleFile(stderr, "frame %.20g :-\n", (double) i);
FormatLocaleFile 1105 magick/layer.c     (void) FormatLocaleFile(stderr, "overlay: %.20gx%.20g%+.20g%+.20g%s%s\n",
FormatLocaleFile 1134 magick/layer.c     (void) FormatLocaleFile(stderr, "test_prev: %.20gx%.20g%+.20g%+.20g%s\n",
FormatLocaleFile 1147 magick/layer.c             (void) FormatLocaleFile(stderr, "previous: accepted\n");
FormatLocaleFile 1149 magick/layer.c             (void) FormatLocaleFile(stderr, "previous: rejected\n");
FormatLocaleFile 1205 magick/layer.c     (void) FormatLocaleFile(stderr, "background: %s\n",
FormatLocaleFile 1218 magick/layer.c             (void) FormatLocaleFile(stderr, "expand_clear: %.20gx%.20g%+.20g%+.20g%s\n",
FormatLocaleFile 1228 magick/layer.c                 (void) FormatLocaleFile(stderr, "expand_bgnd: %.20gx%.20g%+.20g%+.20g\n",
FormatLocaleFile 1259 magick/layer.c                 (void) FormatLocaleFile(stderr, "        to : %.20gx%.20g%+.20g%+.20g\n",
FormatLocaleFile 1274 magick/layer.c             (void) FormatLocaleFile(stderr, "expand_ctst: %.20gx%.20g%+.20g%+.20g\n",
FormatLocaleFile 1279 magick/layer.c             (void) FormatLocaleFile(stderr, "expand_any : %.20gx%.20g%+.20g%+.20g%s\n",
FormatLocaleFile 1287 magick/layer.c             (void) FormatLocaleFile(stderr, "expand_test: %.20gx%.20g%+.20g%+.20g%s\n",
FormatLocaleFile 1311 magick/layer.c     (void) FormatLocaleFile(stderr, "expand_bgnd: accepted\n");
FormatLocaleFile 1313 magick/layer.c     (void) FormatLocaleFile(stderr, "expand_bgnd: reject\n");
FormatLocaleFile 1359 magick/layer.c     (void) FormatLocaleFile(stderr, "final   %.20g : %s  %.20gx%.20g%+.20g%+.20g\n",
FormatLocaleFile 1366 magick/layer.c     (void) FormatLocaleFile(stderr, "interum %.20g : %s  %.20gx%.20g%+.20g%+.20g\n",
FormatLocaleFile 1371 magick/layer.c     (void) FormatLocaleFile(stderr, "\n");
FormatLocaleFile 1059 magick/locale.c           (void) FormatLocaleFile(file,"\nPath: %s\n\n",locale_info[i]->path);
FormatLocaleFile 1060 magick/locale.c         (void) FormatLocaleFile(file,"Tag/Message\n");
FormatLocaleFile 1061 magick/locale.c         (void) FormatLocaleFile(file,
FormatLocaleFile 1066 magick/locale.c     (void) FormatLocaleFile(file,"%s\n",locale_info[i]->tag);
FormatLocaleFile 1068 magick/locale.c       (void) FormatLocaleFile(file,"  %s",locale_info[i]->message);
FormatLocaleFile 1069 magick/locale.c     (void) FormatLocaleFile(file,"\n");
FormatLocaleFile 1140 magick/locale.c   (void) FormatLocaleFile(stderr,"%s: %s",GetClientName(),reason);
FormatLocaleFile 1142 magick/locale.c     (void) FormatLocaleFile(stderr," (%s)",description);
FormatLocaleFile 1143 magick/locale.c   (void) FormatLocaleFile(stderr,".\n");
FormatLocaleFile   71 magick/locale_.h   FormatLocaleFile(FILE *,const char *magick_restrict,...)
FormatLocaleFile  354 magick/log.c         (void) FormatLocaleFile(log_info->file,"</log>\n");
FormatLocaleFile  761 magick/log.c             (void) FormatLocaleFile(file,"\nPath: %s\n\n",log_info[i]->path);
FormatLocaleFile  774 magick/log.c                 (void) FormatLocaleFile(file,"%s ",LogHandlers[j].name);
FormatLocaleFile  779 magick/log.c             (void) FormatLocaleFile(file," ");
FormatLocaleFile  780 magick/log.c           (void) FormatLocaleFile(file," Generations     Limit  Format\n");
FormatLocaleFile  781 magick/log.c           (void) FormatLocaleFile(file,"-----------------------------------------"
FormatLocaleFile  787 magick/log.c           (void) FormatLocaleFile(file,"%s",log_info[i]->filename);
FormatLocaleFile  789 magick/log.c             (void) FormatLocaleFile(file," ");
FormatLocaleFile  791 magick/log.c       (void) FormatLocaleFile(file,"%9g  ",(double) log_info[i]->generations);
FormatLocaleFile  792 magick/log.c       (void) FormatLocaleFile(file,"%8g   ",(double) log_info[i]->limit);
FormatLocaleFile  794 magick/log.c         (void) FormatLocaleFile(file,"%s",log_info[i]->format);
FormatLocaleFile  795 magick/log.c       (void) FormatLocaleFile(file,"\n");
FormatLocaleFile  861 magick/log.c         (void) FormatLocaleFile(p->file,"</log>\n");
FormatLocaleFile 1299 magick/log.c         (void) FormatLocaleFile(stderr,"%s\n",text);
FormatLocaleFile 1325 magick/log.c             (void) FormatLocaleFile(log_info->file,"</log>\n");
FormatLocaleFile 1351 magick/log.c               (void) FormatLocaleFile(log_info->file,"<?xml version=\"1.0\" "
FormatLocaleFile 1353 magick/log.c             (void) FormatLocaleFile(log_info->file,"<log>\n");
FormatLocaleFile 1355 magick/log.c         (void) FormatLocaleFile(log_info->file,"  <event>%s</event>\n",text);
FormatLocaleFile 1365 magick/log.c         (void) FormatLocaleFile(stdout,"%s\n",text);
FormatLocaleFile 1370 magick/log.c         (void) FormatLocaleFile(stderr,"%s\n",text);
FormatLocaleFile  343 magick/mac.c     (void) FormatLocaleFile(stdout,"Select File->Quit to exit.\n");
FormatLocaleFile  708 magick/magic.c           (void) FormatLocaleFile(file,"\nPath: %s\n\n",magic_info[i]->path);
FormatLocaleFile  709 magick/magic.c         (void) FormatLocaleFile(file,"Name      Offset Target\n");
FormatLocaleFile  710 magick/magic.c         (void) FormatLocaleFile(file,
FormatLocaleFile  715 magick/magic.c     (void) FormatLocaleFile(file,"%s",magic_info[i]->name);
FormatLocaleFile  717 magick/magic.c       (void) FormatLocaleFile(file," ");
FormatLocaleFile  718 magick/magic.c     (void) FormatLocaleFile(file,"%6ld ",(long) magic_info[i]->offset);
FormatLocaleFile  726 magick/magic.c             (void) FormatLocaleFile(file,"%c",magic_info[i]->target[j]);
FormatLocaleFile  728 magick/magic.c             (void) FormatLocaleFile(file,"\\%03o",(unsigned int)
FormatLocaleFile  731 magick/magic.c     (void) FormatLocaleFile(file,"\n");
FormatLocaleFile  963 magick/magick.c   (void) FormatLocaleFile(file,"   Format  Mode  Description\n");
FormatLocaleFile  965 magick/magick.c   (void) FormatLocaleFile(file,"   Format  Module    Mode  Description\n");
FormatLocaleFile  967 magick/magick.c   (void) FormatLocaleFile(file,
FormatLocaleFile  974 magick/magick.c     (void) FormatLocaleFile(file,"%9s%c ",
FormatLocaleFile  987 magick/magick.c       (void) FormatLocaleFile(file,"%9s ",module);
FormatLocaleFile  990 magick/magick.c     (void) FormatLocaleFile(file,"%c%c%c ",magick_info[i]->decoder ? 'r' : '-',
FormatLocaleFile  994 magick/magick.c       (void) FormatLocaleFile(file,"  %s",magick_info[i]->description);
FormatLocaleFile  996 magick/magick.c       (void) FormatLocaleFile(file," (%s)",magick_info[i]->version);
FormatLocaleFile  997 magick/magick.c     (void) FormatLocaleFile(file,"\n");
FormatLocaleFile 1008 magick/magick.c               (void) FormatLocaleFile(file,"           %s\n",text[j]);
FormatLocaleFile 1015 magick/magick.c   (void) FormatLocaleFile(file,"\n* native blob support\n");
FormatLocaleFile 1016 magick/magick.c   (void) FormatLocaleFile(file,"r read support\n");
FormatLocaleFile 1017 magick/magick.c   (void) FormatLocaleFile(file,"w write support\n");
FormatLocaleFile 1018 magick/magick.c   (void) FormatLocaleFile(file,"+ support for multiple images\n");
FormatLocaleFile  741 magick/mime.c            (void) FormatLocaleFile(file,"\nPath: %s\n\n",mime_info[i]->path);
FormatLocaleFile  742 magick/mime.c          (void) FormatLocaleFile(file,"Type                   Description\n");
FormatLocaleFile  743 magick/mime.c          (void) FormatLocaleFile(file,
FormatLocaleFile  748 magick/mime.c      (void) FormatLocaleFile(file,"%s",mime_info[i]->type);
FormatLocaleFile  752 magick/mime.c            (void) FormatLocaleFile(file," ");
FormatLocaleFile  756 magick/mime.c          (void) FormatLocaleFile(file,"\n");
FormatLocaleFile  758 magick/mime.c            (void) FormatLocaleFile(file," ");
FormatLocaleFile  761 magick/mime.c        (void) FormatLocaleFile(file,"%s",mime_info[i]->description);
FormatLocaleFile  762 magick/mime.c      (void) FormatLocaleFile(file,"\n");
FormatLocaleFile 1112 magick/module.c   (void) FormatLocaleFile(file,"\nPath: %s\n\n",path);
FormatLocaleFile 1113 magick/module.c   (void) FormatLocaleFile(file,"Image Coder\n");
FormatLocaleFile 1114 magick/module.c   (void) FormatLocaleFile(file,
FormatLocaleFile 1119 magick/module.c     (void) FormatLocaleFile(file,"%s",modules[i]);
FormatLocaleFile 1120 magick/module.c     (void) FormatLocaleFile(file,"\n");
FormatLocaleFile 1139 magick/module.c   (void) FormatLocaleFile(file,"\nPath: %s\n\n",path);
FormatLocaleFile 1140 magick/module.c   (void) FormatLocaleFile(file,"Image Filter\n");
FormatLocaleFile 1141 magick/module.c   (void) FormatLocaleFile(file,
FormatLocaleFile 1146 magick/module.c     (void) FormatLocaleFile(file,"%s",modules[i]);
FormatLocaleFile 1147 magick/module.c     (void) FormatLocaleFile(file,"\n");
FormatLocaleFile  415 magick/morphology.c   (void) FormatLocaleFile(stderr, "Geometry = 0x%04X : %lg x %lg %+lg %+lg\n",
FormatLocaleFile 3956 magick/morphology.c         (void) (void) FormatLocaleFile(stderr,
FormatLocaleFile 4142 magick/morphology.c               (void) FormatLocaleFile(stderr, "\n"); /* add end-of-line from previous */
FormatLocaleFile 4143 magick/morphology.c             (void) (void) FormatLocaleFile(stderr,
FormatLocaleFile 4166 magick/morphology.c           (void) FormatLocaleFile(stderr, "   Total %.20g",(double) kernel_changed);
FormatLocaleFile 4168 magick/morphology.c           (void) FormatLocaleFile(stderr, "\n"); /* add end-of-line before looping */
FormatLocaleFile 4171 magick/morphology.c     (void) FormatLocaleFile(stderr, "--E-- image=0x%lx\n", (unsigned long)image);
FormatLocaleFile 4172 magick/morphology.c     (void) FormatLocaleFile(stderr, "      curr =0x%lx\n", (unsigned long)curr_image);
FormatLocaleFile 4173 magick/morphology.c     (void) FormatLocaleFile(stderr, "      work =0x%lx\n", (unsigned long)work_image);
FormatLocaleFile 4174 magick/morphology.c     (void) FormatLocaleFile(stderr, "      save =0x%lx\n", (unsigned long)save_image);
FormatLocaleFile 4175 magick/morphology.c     (void) FormatLocaleFile(stderr, "      union=0x%lx\n", (unsigned long)rslt_image);
FormatLocaleFile 4193 magick/morphology.c             (void) FormatLocaleFile(stderr, "\n%s: Difference with original image",
FormatLocaleFile 4201 magick/morphology.c             (void) FormatLocaleFile(stderr, "\n%s: Difference of Dilate and Erode",
FormatLocaleFile 4218 magick/morphology.c               (void) FormatLocaleFile(stderr, " (re-iterate)");
FormatLocaleFile 4220 magick/morphology.c               (void) FormatLocaleFile(stderr, " (done)");
FormatLocaleFile 4226 magick/morphology.c             (void) FormatLocaleFile(stderr, " (save for compose)");
FormatLocaleFile 4239 magick/morphology.c             (void) FormatLocaleFile(stderr, " (compose \"%s\")",
FormatLocaleFile 4248 magick/morphology.c         (void) FormatLocaleFile(stderr, "\n");
FormatLocaleFile 4669 magick/morphology.c   (void) FormatLocaleFile(stderr, "Geometry = 0x%04X : %lg x %lg %+lg %+lg\n",
FormatLocaleFile 4858 magick/morphology.c     (void) FormatLocaleFile(stderr, "Kernel");
FormatLocaleFile 4860 magick/morphology.c       (void) FormatLocaleFile(stderr, " #%lu", (unsigned long) c );
FormatLocaleFile 4861 magick/morphology.c     (void) FormatLocaleFile(stderr, " \"%s",
FormatLocaleFile 4864 magick/morphology.c       (void) FormatLocaleFile(stderr, "@%lg", k->angle);
FormatLocaleFile 4865 magick/morphology.c     (void) FormatLocaleFile(stderr, "\" of size %lux%lu%+ld%+ld",(unsigned long)
FormatLocaleFile 4867 magick/morphology.c     (void) FormatLocaleFile(stderr,
FormatLocaleFile 4871 magick/morphology.c     (void) FormatLocaleFile(stderr, "Forming a output range from %.*lg to %.*lg",
FormatLocaleFile 4875 magick/morphology.c       (void) FormatLocaleFile(stderr, " (Zero-Summing)\n");
FormatLocaleFile 4877 magick/morphology.c       (void) FormatLocaleFile(stderr, " (Normalized)\n");
FormatLocaleFile 4879 magick/morphology.c       (void) FormatLocaleFile(stderr, " (Sum %.*lg)\n",
FormatLocaleFile 4882 magick/morphology.c       (void) FormatLocaleFile(stderr, "%2lu:", (unsigned long) v );
FormatLocaleFile 4885 magick/morphology.c           (void) FormatLocaleFile(stderr," %*s", GetMagickPrecision()+3, "nan");
FormatLocaleFile 4887 magick/morphology.c           (void) FormatLocaleFile(stderr," %*.*lg", GetMagickPrecision()+3,
FormatLocaleFile 4889 magick/morphology.c       (void) FormatLocaleFile(stderr,"\n");
FormatLocaleFile 2397 magick/option.c     (void) FormatLocaleFile(file,"%s\n",option_info[i].mnemonic);
FormatLocaleFile  664 magick/policy.c       (void) FormatLocaleFile(file,"\nPath: %s\n",policy_info[i]->path);
FormatLocaleFile  668 magick/policy.c     (void) FormatLocaleFile(file,"  Policy: %s\n",domain);
FormatLocaleFile  673 magick/policy.c           (void) FormatLocaleFile(file,"    name: %s\n",policy_info[i]->name);
FormatLocaleFile  675 magick/policy.c           (void) FormatLocaleFile(file,"    value: %s\n",policy_info[i]->value);
FormatLocaleFile  679 magick/policy.c         (void) FormatLocaleFile(file,"    rights: ");
FormatLocaleFile  681 magick/policy.c           (void) FormatLocaleFile(file,"None ");
FormatLocaleFile  683 magick/policy.c           (void) FormatLocaleFile(file,"Read ");
FormatLocaleFile  685 magick/policy.c           (void) FormatLocaleFile(file,"Write ");
FormatLocaleFile  687 magick/policy.c           (void) FormatLocaleFile(file,"Execute ");
FormatLocaleFile  688 magick/policy.c         (void) FormatLocaleFile(file,"\n");
FormatLocaleFile  690 magick/policy.c           (void) FormatLocaleFile(file,"    pattern: %s\n",
FormatLocaleFile  346 magick/resample.c   (void) FormatLocaleFile(stderr, "u0=%lf; v0=%lf;\n", u0, v0);
FormatLocaleFile  570 magick/resample.c   (void) FormatLocaleFile(stderr, "v1=%ld; v2=%ld\n", (long)v1, (long)v2);
FormatLocaleFile  571 magick/resample.c   (void) FormatLocaleFile(stderr, "u1=%ld; uw=%ld\n", (long)u1, (long)uw);
FormatLocaleFile  584 magick/resample.c     (void) FormatLocaleFile(stderr, "# scan line from pixel %ld, %ld\n", (long)uu, (long)v);
FormatLocaleFile  635 magick/resample.c         (void) FormatLocaleFile(stderr, "set arrow from %lf,%lf to %lf,%lf nohead ls 3\n",
FormatLocaleFile  637 magick/resample.c         (void) FormatLocaleFile(stderr, "set arrow from %lf,%lf to %lf,%lf nohead ls 3\n",
FormatLocaleFile  640 magick/resample.c         (void) FormatLocaleFile(stderr, "set arrow from %lf,%lf to %lf,%lf nohead ls 1\n",
FormatLocaleFile  642 magick/resample.c         (void) FormatLocaleFile(stderr, "set arrow from %lf,%lf to %lf,%lf nohead ls 1\n",
FormatLocaleFile  656 magick/resample.c   (void) FormatLocaleFile(stderr, "Hit=%ld;  Total=%ld;\n", (long)hit, (long)uw*(v2-v1) );
FormatLocaleFile 1065 magick/resample.c   (void) FormatLocaleFile(stderr, "# -----\n" );
FormatLocaleFile 1066 magick/resample.c   (void) FormatLocaleFile(stderr, "dux=%lf; dvx=%lf;   duy=%lf; dvy=%lf;\n",
FormatLocaleFile 1096 magick/resample.c   (void) FormatLocaleFile(stderr, "major_x=%lf; major_y=%lf;  minor_x=%lf; minor_y=%lf;\n",
FormatLocaleFile 1135 magick/resample.c   (void) FormatLocaleFile(stderr, "A=%lf; B=%lf; C=%lf; F=%lf\n", A,B,C,F);
FormatLocaleFile 1156 magick/resample.c     (void) FormatLocaleFile(stderr, "# Major=%lf; Minor=%lf\n", Major, Minor );
FormatLocaleFile 1163 magick/resample.c     (void) FormatLocaleFile(stderr, "# Angle=%lf   Area=%lf\n",
FormatLocaleFile 1196 magick/resample.c   (void) FormatLocaleFile(stderr, "Ulimit=%lf; Vlimit=%lf; UWidth=%lf; Slope=%lf;\n",
FormatLocaleFile 1178 magick/resize.c         (void) FormatLocaleFile(stdout,"# Resampling Filter (for graphing)\n#\n");
FormatLocaleFile 1179 magick/resize.c         (void) FormatLocaleFile(stdout,"# filter = %s\n",
FormatLocaleFile 1181 magick/resize.c         (void) FormatLocaleFile(stdout,"# window = %s\n",
FormatLocaleFile 1183 magick/resize.c         (void) FormatLocaleFile(stdout,"# support = %.*g\n",
FormatLocaleFile 1185 magick/resize.c         (void) FormatLocaleFile(stdout,"# window-support = %.*g\n",
FormatLocaleFile 1187 magick/resize.c         (void) FormatLocaleFile(stdout,"# scale-blur = %.*g\n",
FormatLocaleFile 1190 magick/resize.c           (void) FormatLocaleFile(stdout,"# gaussian-sigma = %.*g\n",
FormatLocaleFile 1193 magick/resize.c           (void) FormatLocaleFile(stdout,"# kaiser-beta = %.*g\n",
FormatLocaleFile 1196 magick/resize.c         (void) FormatLocaleFile(stdout,"# practical-support = %.*g\n",
FormatLocaleFile 1199 magick/resize.c           (void) FormatLocaleFile(stdout,"# B,C = %.*g,%.*g\n",
FormatLocaleFile 1201 magick/resize.c         (void) FormatLocaleFile(stdout,"\n");
FormatLocaleFile 1207 magick/resize.c           (void) FormatLocaleFile(stdout,"%5.2lf\t%.*g\n",x,GetMagickPrecision(),
FormatLocaleFile 1210 magick/resize.c         (void) FormatLocaleFile(stdout,"%5.2lf\t%.*g\n",support,
FormatLocaleFile  854 magick/resource.c   (void) FormatLocaleFile(file,"Resource limits:\n");
FormatLocaleFile  855 magick/resource.c   (void) FormatLocaleFile(file,"  Width: %s\n",width_limit);
FormatLocaleFile  856 magick/resource.c   (void) FormatLocaleFile(file,"  Height: %s\n",height_limit);
FormatLocaleFile  857 magick/resource.c   (void) FormatLocaleFile(file,"  Area: %s\n",area_limit);
FormatLocaleFile  858 magick/resource.c   (void) FormatLocaleFile(file,"  Memory: %s\n",memory_limit);
FormatLocaleFile  859 magick/resource.c   (void) FormatLocaleFile(file,"  Map: %s\n",map_limit);
FormatLocaleFile  860 magick/resource.c   (void) FormatLocaleFile(file,"  Disk: %s\n",disk_limit);
FormatLocaleFile  861 magick/resource.c   (void) FormatLocaleFile(file,"  File: %.20g\n",(double) ((MagickOffsetType)
FormatLocaleFile  863 magick/resource.c   (void) FormatLocaleFile(file,"  Thread: %.20g\n",(double) ((MagickOffsetType)
FormatLocaleFile  865 magick/resource.c   (void) FormatLocaleFile(file,"  Throttle: %.20g\n",(double)
FormatLocaleFile  867 magick/resource.c   (void) FormatLocaleFile(file,"  Time: %s\n",time_limit);
FormatLocaleFile  451 magick/segment.c       (void) FormatLocaleFile(stdout,"Fuzzy C-means Statistics\n");
FormatLocaleFile  452 magick/segment.c       (void) FormatLocaleFile(stdout,"===================\n\n");
FormatLocaleFile  453 magick/segment.c       (void) FormatLocaleFile(stdout,"\tCluster Threshold = %g\n",(double)
FormatLocaleFile  455 magick/segment.c       (void) FormatLocaleFile(stdout,"\tWeighting Exponent = %g\n",(double)
FormatLocaleFile  457 magick/segment.c       (void) FormatLocaleFile(stdout,"\tTotal Number of Clusters = %.20g\n\n",
FormatLocaleFile  462 magick/segment.c       (void) FormatLocaleFile(stdout,"\n\nNumber of Vectors Per Cluster\n");
FormatLocaleFile  463 magick/segment.c       (void) FormatLocaleFile(stdout,"=============================\n\n");
FormatLocaleFile  465 magick/segment.c         (void) FormatLocaleFile(stdout,"Cluster #%.20g = %.20g\n",(double)
FormatLocaleFile  470 magick/segment.c       (void) FormatLocaleFile(stdout,
FormatLocaleFile  472 magick/segment.c       (void) FormatLocaleFile(stdout,"================");
FormatLocaleFile  475 magick/segment.c         (void) FormatLocaleFile(stdout,"\n\nCluster #%.20g\n\n",(double)
FormatLocaleFile  477 magick/segment.c         (void) FormatLocaleFile(stdout,
FormatLocaleFile  486 magick/segment.c       (void) FormatLocaleFile(stdout,
FormatLocaleFile  488 magick/segment.c       (void) FormatLocaleFile(stdout,"=====================");
FormatLocaleFile  491 magick/segment.c         (void) FormatLocaleFile(stdout,"\n\nCluster #%.20g\n\n",(double)
FormatLocaleFile  493 magick/segment.c         (void) FormatLocaleFile(stdout,"%g  %g  %g\n",(double)
FormatLocaleFile  497 magick/segment.c       (void) FormatLocaleFile(stdout,"\n");
FormatLocaleFile  352 magick/semaphore.c       (void) FormatLocaleFile(stderr,"Warning: unexpected recursive lock!\n");
FormatLocaleFile  457 magick/semaphore.c       (void) FormatLocaleFile(stderr,
FormatLocaleFile 1542 magick/string.c   (void) FormatLocaleFile(file,"%s(%.20g): ",id,(double) string_info->length);
FormatLocaleFile 1556 magick/string.c     (void) FormatLocaleFile(file,"0x%08lx: ",(unsigned long) (0x14*i));
FormatLocaleFile 1559 magick/string.c       (void) FormatLocaleFile(file,"%02lx",(unsigned long) (*(p+j)) & 0xff);
FormatLocaleFile 1212 magick/threshold.c   (void) FormatLocaleFile(file,"%-16s %-12s %s\n","Map","Alias","Description");
FormatLocaleFile 1213 magick/threshold.c   (void) FormatLocaleFile(file,
FormatLocaleFile 1243 magick/threshold.c     (void) FormatLocaleFile(file,"%-16s %-12s %s\n",map,alias ? alias : "",
FormatLocaleFile 1291 magick/threshold.c   (void) FormatLocaleFile(file,
FormatLocaleFile 1296 magick/threshold.c     (void) FormatLocaleFile(file,"\nPath: %s\n\n",GetStringInfoPath(option));
FormatLocaleFile  972 magick/type.c        (void) FormatLocaleFile(file,"\nPath: %s\n",type_info[i]->path);
FormatLocaleFile  987 magick/type.c      (void) FormatLocaleFile(file,"  Font: %s\n",name);
FormatLocaleFile  988 magick/type.c      (void) FormatLocaleFile(file,"    family: %s\n",family);
FormatLocaleFile  989 magick/type.c      (void) FormatLocaleFile(file,"    style: %s\n",style);
FormatLocaleFile  990 magick/type.c      (void) FormatLocaleFile(file,"    stretch: %s\n",stretch);
FormatLocaleFile  991 magick/type.c      (void) FormatLocaleFile(file,"    weight: %s\n",weight);
FormatLocaleFile  992 magick/type.c      (void) FormatLocaleFile(file,"    glyphs: %s\n",glyphs);
FormatLocaleFile  585 magick/version.c   (void) FormatLocaleFile(file,"Version: %s\n",
FormatLocaleFile  587 magick/version.c   (void) FormatLocaleFile(file,"Copyright: %s\n",GetMagickCopyright());
FormatLocaleFile  588 magick/version.c   (void) FormatLocaleFile(file,"License: %s\n",GetMagickLicense());
FormatLocaleFile  590 magick/version.c   (void) FormatLocaleFile(file,"Visual C++: %d\n",_MSC_FULL_VER);
FormatLocaleFile  592 magick/version.c   (void) FormatLocaleFile(file,"Features: %s\n",GetMagickFeatures());
FormatLocaleFile  593 magick/version.c   (void) FormatLocaleFile(file,"Delegates (built-in): %s\n",
FormatLocaleFile 1944 magick/xwindow.c       (void) FormatLocaleFile(file,"Display\n  gamma: %s\n\n",
FormatLocaleFile 1949 magick/xwindow.c   (void) FormatLocaleFile(file,"X\n  visual: %s\n",
FormatLocaleFile 1951 magick/xwindow.c   (void) FormatLocaleFile(file,"  depth: %d\n",windows->image.ximage->depth);
FormatLocaleFile 1953 magick/xwindow.c     (void) FormatLocaleFile(file,"  colormap size: %d\n",
FormatLocaleFile 1956 magick/xwindow.c     (void) FormatLocaleFile(file,"  colormap type: Shared\n");
FormatLocaleFile 1958 magick/xwindow.c     (void) FormatLocaleFile(file,"  colormap type: Private\n");
FormatLocaleFile 1959 magick/xwindow.c   (void) FormatLocaleFile(file,"  geometry: %dx%d\n",
FormatLocaleFile 1962 magick/xwindow.c     (void) FormatLocaleFile(file,"  crop geometry: %s\n",
FormatLocaleFile 1965 magick/xwindow.c     (void) FormatLocaleFile(file,"  type: X Image\n");
FormatLocaleFile 1967 magick/xwindow.c     (void) FormatLocaleFile(file,"  type: Pixmap\n");
FormatLocaleFile 1969 magick/xwindow.c     (void) FormatLocaleFile(file,"  non-rectangular shape: True\n");
FormatLocaleFile 1971 magick/xwindow.c     (void) FormatLocaleFile(file,"  non-rectangular shape: False\n");
FormatLocaleFile 1973 magick/xwindow.c     (void) FormatLocaleFile(file,"  shared memory: True\n");
FormatLocaleFile 1975 magick/xwindow.c     (void) FormatLocaleFile(file,"  shared memory: False\n");
FormatLocaleFile 1976 magick/xwindow.c   (void) FormatLocaleFile(file,"\n");
FormatLocaleFile 1978 magick/xwindow.c     (void) FormatLocaleFile(file,"Font: %s\n\n",resource_info->font);
FormatLocaleFile 1980 magick/xwindow.c     (void) FormatLocaleFile(file,"Text font: %s\n\n",resource_info->text_font);
FormatLocaleFile 1991 magick/xwindow.c   (void) FormatLocaleFile(file,"Undo Edit Cache\n  levels: %u\n",levels);
FormatLocaleFile 1992 magick/xwindow.c   (void) FormatLocaleFile(file,"  bytes: %.20gmb\n",(double)
FormatLocaleFile 1994 magick/xwindow.c   (void) FormatLocaleFile(file,"  limit: %.20gmb\n\n",(double)
FormatLocaleFile   60 tests/drawtest.c   (void) FormatLocaleFile(stderr,"%s %s %lu %s\n",GetMagickModule(), \
FormatLocaleFile  398 tests/validate.c   (void) FormatLocaleFile(stdout,"  HSIToRGB");
FormatLocaleFile  414 tests/validate.c   (void) FormatLocaleFile(stdout,"  RGBToHSI");
FormatLocaleFile  431 tests/validate.c   (void) FormatLocaleFile(stdout,"  HSLToRGB");
FormatLocaleFile  447 tests/validate.c   (void) FormatLocaleFile(stdout,"  RGBToHSL");
FormatLocaleFile  464 tests/validate.c   (void) FormatLocaleFile(stdout,"  HSVToRGB");
FormatLocaleFile  480 tests/validate.c   (void) FormatLocaleFile(stdout,"  RGBToHSV");
FormatLocaleFile  497 tests/validate.c   (void) FormatLocaleFile(stdout,"  RGBToJPEGYCbCr");
FormatLocaleFile  514 tests/validate.c   (void) FormatLocaleFile(stdout,"  JPEGYCbCrToRGB");
FormatLocaleFile  530 tests/validate.c   (void) FormatLocaleFile(stdout,"  LabToRGB");
FormatLocaleFile  547 tests/validate.c   (void) FormatLocaleFile(stdout,"  RGBToLab");
FormatLocaleFile  564 tests/validate.c   (void) FormatLocaleFile(stdout,"  LchToRGB");
FormatLocaleFile  581 tests/validate.c   (void) FormatLocaleFile(stdout,"  RGBToLch");
FormatLocaleFile  598 tests/validate.c   (void) FormatLocaleFile(stdout,"  RGBToLMS");
FormatLocaleFile  615 tests/validate.c   (void) FormatLocaleFile(stdout,"  LMSToRGB");
FormatLocaleFile  631 tests/validate.c   (void) FormatLocaleFile(stdout,"  RGBToLuv");
FormatLocaleFile  648 tests/validate.c   (void) FormatLocaleFile(stdout,"  LuvToRGB");
FormatLocaleFile  665 tests/validate.c   (void) FormatLocaleFile(stdout,"  RGBToXYZ");
FormatLocaleFile  682 tests/validate.c   (void) FormatLocaleFile(stdout,"  XYZToRGB");
FormatLocaleFile  698 tests/validate.c   (void) FormatLocaleFile(stdout,"  YDbDrToRGB");
FormatLocaleFile  714 tests/validate.c   (void) FormatLocaleFile(stdout,"  RGBToYDbDr");
FormatLocaleFile  731 tests/validate.c   (void) FormatLocaleFile(stdout,"  RGBToYIQ");
FormatLocaleFile  748 tests/validate.c   (void) FormatLocaleFile(stdout,"  YIQToRGB");
FormatLocaleFile  764 tests/validate.c   (void) FormatLocaleFile(stdout,"  RGBToYPbPr");
FormatLocaleFile  781 tests/validate.c   (void) FormatLocaleFile(stdout,"  YPbPrToRGB");
FormatLocaleFile  797 tests/validate.c   (void) FormatLocaleFile(stdout,"  RGBToYUV");
FormatLocaleFile  814 tests/validate.c   (void) FormatLocaleFile(stdout,"  YUVToRGB");
FormatLocaleFile  854 tests/validate.c   (void) FormatLocaleFile(stdout,"validate colorspaces:\n");
FormatLocaleFile  858 tests/validate.c     (void) FormatLocaleFile(stdout,"  test %.20g: ",(double) test);
FormatLocaleFile  891 tests/validate.c         (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile  896 tests/validate.c     (void) FormatLocaleFile(stdout,"... pass.\n");
FormatLocaleFile  898 tests/validate.c   (void) FormatLocaleFile(stdout,
FormatLocaleFile  959 tests/validate.c   (void) FormatLocaleFile(stdout,"validate compare command line program:\n");
FormatLocaleFile  963 tests/validate.c     (void) FormatLocaleFile(stdout,"  test %.20g: %s",(double) (test++),
FormatLocaleFile  970 tests/validate.c         (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile  982 tests/validate.c         (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile  987 tests/validate.c     (void) FormatLocaleFile(stdout,"... pass.\n");
FormatLocaleFile  989 tests/validate.c   (void) FormatLocaleFile(stdout,
FormatLocaleFile 1050 tests/validate.c   (void) FormatLocaleFile(stdout,"validate composite command line program:\n");
FormatLocaleFile 1054 tests/validate.c     (void) FormatLocaleFile(stdout,"  test %.20g: %s",(double) (test++),
FormatLocaleFile 1062 tests/validate.c         (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1074 tests/validate.c         (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1079 tests/validate.c     (void) FormatLocaleFile(stdout,"... pass.\n");
FormatLocaleFile 1081 tests/validate.c   (void) FormatLocaleFile(stdout,
FormatLocaleFile 1142 tests/validate.c   (void) FormatLocaleFile(stdout,"validate convert command line program:\n");
FormatLocaleFile 1146 tests/validate.c     (void) FormatLocaleFile(stdout,"  test %.20g: %s",(double) test++,
FormatLocaleFile 1153 tests/validate.c         (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1165 tests/validate.c         (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1170 tests/validate.c     (void) FormatLocaleFile(stdout,"... pass.\n");
FormatLocaleFile 1172 tests/validate.c   (void) FormatLocaleFile(stdout,
FormatLocaleFile 1234 tests/validate.c   (void) FormatLocaleFile(stdout,"validate identify command line program:\n");
FormatLocaleFile 1238 tests/validate.c     (void) FormatLocaleFile(stdout,"  test %.20g: %s",(double) test++,
FormatLocaleFile 1245 tests/validate.c         (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1257 tests/validate.c         (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1262 tests/validate.c     (void) FormatLocaleFile(stdout,"... pass.\n");
FormatLocaleFile 1264 tests/validate.c   (void) FormatLocaleFile(stdout,
FormatLocaleFile 1351 tests/validate.c   (void) FormatLocaleFile(stdout,"validate image formats in memory:\n");
FormatLocaleFile 1357 tests/validate.c   (void) FormatLocaleFile(stdout," tmp path is '%s*'\n",path);
FormatLocaleFile 1373 tests/validate.c       (void) FormatLocaleFile(stdout,"  test %.20g: %s/%s/%s/%.20g-bits",
FormatLocaleFile 1384 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1403 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1414 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1427 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1442 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1458 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1478 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1492 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1510 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1530 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1539 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail (with distortion %g).\n",
FormatLocaleFile 1546 tests/validate.c       (void) FormatLocaleFile(stdout,"... pass, ");
FormatLocaleFile 1555 tests/validate.c       (void) FormatLocaleFile(stdout,"... pass\n");
FormatLocaleFile 1559 tests/validate.c   (void) FormatLocaleFile(stdout,
FormatLocaleFile 1628 tests/validate.c   (void) FormatLocaleFile(stdout,"validate image formats on disk:\n");
FormatLocaleFile 1642 tests/validate.c       (void) FormatLocaleFile(stdout,"  test %.20g: %s/%s/%s/%.20g-bits",
FormatLocaleFile 1653 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1672 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1683 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1696 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1711 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1728 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1744 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1764 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1773 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail (with distortion %g).\n",
FormatLocaleFile 1778 tests/validate.c       (void) FormatLocaleFile(stdout,"... pass.\n");
FormatLocaleFile 1781 tests/validate.c   (void) FormatLocaleFile(stdout,
FormatLocaleFile 1850 tests/validate.c   (void) FormatLocaleFile(stdout,
FormatLocaleFile 1860 tests/validate.c       (void) FormatLocaleFile(stdout,"  test %.20g: %s/%s",(double) (test++),
FormatLocaleFile 1869 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1886 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1899 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1914 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1937 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1954 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 1963 tests/validate.c           (void) FormatLocaleFile(stdout,"... fail (with distortion %g).\n",
FormatLocaleFile 1968 tests/validate.c       (void) FormatLocaleFile(stdout,"... pass.\n");
FormatLocaleFile 1971 tests/validate.c   (void) FormatLocaleFile(stdout,
FormatLocaleFile 2032 tests/validate.c   (void) FormatLocaleFile(stdout,"validate montage command line program:\n");
FormatLocaleFile 2036 tests/validate.c     (void) FormatLocaleFile(stdout,"  test %.20g: %s",(double) (test++),
FormatLocaleFile 2044 tests/validate.c         (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 2056 tests/validate.c         (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 2061 tests/validate.c     (void) FormatLocaleFile(stdout,"... pass.\n");
FormatLocaleFile 2063 tests/validate.c   (void) FormatLocaleFile(stdout,
FormatLocaleFile 2124 tests/validate.c   (void) FormatLocaleFile(stdout,"validate stream command line program:\n");
FormatLocaleFile 2128 tests/validate.c     (void) FormatLocaleFile(stdout,"  test %.20g: %s",(double) (test++),
FormatLocaleFile 2135 tests/validate.c         (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 2147 tests/validate.c         (void) FormatLocaleFile(stdout,"... fail @ %s/%s/%lu.\n",
FormatLocaleFile 2152 tests/validate.c     (void) FormatLocaleFile(stdout,"... pass.\n");
FormatLocaleFile 2154 tests/validate.c   (void) FormatLocaleFile(stdout,
FormatLocaleFile 2358 tests/validate.c             (void) FormatLocaleFile(stdout,"Version: %s\n",
FormatLocaleFile 2360 tests/validate.c             (void) FormatLocaleFile(stdout,"Copyright: %s\n\n",
FormatLocaleFile 2362 tests/validate.c             (void) FormatLocaleFile(stdout,"Features: %s\n\n",
FormatLocaleFile 2396 tests/validate.c           (void) FormatLocaleFile(stdout,"Version: %s\n",
FormatLocaleFile 2398 tests/validate.c           (void) FormatLocaleFile(stdout,"Copyright: %s\n\n",
FormatLocaleFile 2400 tests/validate.c           (void) FormatLocaleFile(stdout,
FormatLocaleFile 2418 tests/validate.c               (void) FormatLocaleFile(stdout,"[pixel-cache: disk] ");
FormatLocaleFile 2421 tests/validate.c               (void) FormatLocaleFile(stdout,"[pixel-cache: disk] ");
FormatLocaleFile 2430 tests/validate.c               (void) FormatLocaleFile(stdout,"[pixel-cache: memory-mapped] ");
FormatLocaleFile 2433 tests/validate.c               (void) FormatLocaleFile(stdout,"[pixel-cache: memory-mapped] ");
FormatLocaleFile 2440 tests/validate.c               (void) FormatLocaleFile(stdout,"[pixel-cache: memory] ");
FormatLocaleFile 2443 tests/validate.c               (void) FormatLocaleFile(stdout,"[pixel-cache: memory] ");
FormatLocaleFile 2459 tests/validate.c           (void) FormatLocaleFile(stdout,
FormatLocaleFile 2472 tests/validate.c       (void) FormatLocaleFile(stderr,
FormatLocaleFile   70 tests/wandtest.c   (void) FormatLocaleFile(stderr,"%s %s %lu %s\n",GetMagickModule(), \
FormatLocaleFile 5219 tests/wandtest.c       (void) FormatLocaleFile(stderr,"Unexpected magick wand size\n");
FormatLocaleFile 5222 tests/wandtest.c   (void) FormatLocaleFile(stdout,"Reading images...\n");
FormatLocaleFile 5242 tests/wandtest.c     (void) FormatLocaleFile(stderr,"read %.20g images; expected 5\n",
FormatLocaleFile 5244 tests/wandtest.c   (void) FormatLocaleFile(stdout,"Iterate forward...\n");
FormatLocaleFile 5247 tests/wandtest.c     (void) FormatLocaleFile(stdout,"index %.20g scene %.20g\n",(double)
FormatLocaleFile 5250 tests/wandtest.c   (void) FormatLocaleFile(stdout,"Iterate reverse...\n");
FormatLocaleFile 5252 tests/wandtest.c     (void) FormatLocaleFile(stdout,"index %.20g scene %.20g\n",(double)
FormatLocaleFile 5255 tests/wandtest.c   (void) FormatLocaleFile(stdout,"Remove scene 1...\n");
FormatLocaleFile 5263 tests/wandtest.c     (void) FormatLocaleFile(stdout,"index %.20g scene %.20g\n",(double)
FormatLocaleFile 5266 tests/wandtest.c   (void) FormatLocaleFile(stdout,"Insert scene 1 back in sequence...\n");
FormatLocaleFile 5273 tests/wandtest.c     (void) FormatLocaleFile(stdout,"index %.20g scene %.20g\n",(double)
FormatLocaleFile 5276 tests/wandtest.c   (void) FormatLocaleFile(stdout,"Set scene 2 to scene 1...\n");
FormatLocaleFile 5284 tests/wandtest.c     (void) FormatLocaleFile(stdout,"index %.20g scene %.20g\n",(double)
FormatLocaleFile 5287 tests/wandtest.c   (void) FormatLocaleFile(stdout,"Apply image processing options...\n");
FormatLocaleFile 5351 tests/wandtest.c           (void) FormatLocaleFile(stderr,
FormatLocaleFile 5368 tests/wandtest.c   (void) FormatLocaleFile(stdout,
FormatLocaleFile 5382 tests/wandtest.c   (void) FormatLocaleFile(stdout,"Write to wandtest_out.miff...\n");
FormatLocaleFile 5386 tests/wandtest.c   (void) FormatLocaleFile(stdout,
FormatLocaleFile 5391 tests/wandtest.c   (void) FormatLocaleFile(stdout,"Set delay between frames to %d seconds...\n",
FormatLocaleFile 5399 tests/wandtest.c       (void) FormatLocaleFile(stderr,"Get delay does not match set delay\n");
FormatLocaleFile 5402 tests/wandtest.c   (void) FormatLocaleFile(stdout,"Write to wandtest_out.gif...\n");
FormatLocaleFile 5406 tests/wandtest.c   (void) FormatLocaleFile(stdout,"Set, list, get, and delete wand option...\n");
FormatLocaleFile 5415 tests/wandtest.c       (void) FormatLocaleFile(stderr,"Option does not match\n");
FormatLocaleFile 5424 tests/wandtest.c         (void) FormatLocaleFile(stdout,"  %s\n",options[i]);
FormatLocaleFile 5432 tests/wandtest.c   (void) FormatLocaleFile(stdout,
FormatLocaleFile 5443 tests/wandtest.c       (void) FormatLocaleFile(stderr,"Property does not match\n");
FormatLocaleFile 5452 tests/wandtest.c         (void) FormatLocaleFile(stdout,"  %s\n",properties[i]);
FormatLocaleFile 5460 tests/wandtest.c   (void) FormatLocaleFile(stdout,
FormatLocaleFile 5470 tests/wandtest.c       (void) FormatLocaleFile(stderr,"Profile does not match\n");
FormatLocaleFile 5479 tests/wandtest.c         (void) FormatLocaleFile(stdout,"  %s\n",profiles[i]);
FormatLocaleFile 5489 tests/wandtest.c       (void) FormatLocaleFile(stderr,"Profile does not match\n");
FormatLocaleFile 5494 tests/wandtest.c   (void) FormatLocaleFile(stdout,"Wand tests pass.\n");
FormatLocaleFile 1064 wand/compare.c               (void) FormatLocaleFile(stderr,"%g (%g)",QuantumRange*distortion,
FormatLocaleFile 1073 wand/compare.c               (void) FormatLocaleFile(stderr,"%g",distortion);
FormatLocaleFile 1078 wand/compare.c               (void) FormatLocaleFile(stderr,"%g (%g, %g)",distortion,
FormatLocaleFile 1087 wand/compare.c             (void) FormatLocaleFile(stderr," @ %.20g,%.20g",(double)
FormatLocaleFile 1097 wand/compare.c           (void) FormatLocaleFile(stderr,"Image: %s\n",image->filename);
FormatLocaleFile 1100 wand/compare.c             (void) FormatLocaleFile(stderr,"Offset: %.20g,%.20g\n",(double)
FormatLocaleFile 1102 wand/compare.c           (void) FormatLocaleFile(stderr,"  Channel distortion: %s\n",
FormatLocaleFile 1117 wand/compare.c                   (void) FormatLocaleFile(stderr,"    red: %g (%g)\n",
FormatLocaleFile 1120 wand/compare.c                   (void) FormatLocaleFile(stderr,"    green: %g (%g)\n",
FormatLocaleFile 1123 wand/compare.c                   (void) FormatLocaleFile(stderr,"    blue: %g (%g)\n",
FormatLocaleFile 1127 wand/compare.c                     (void) FormatLocaleFile(stderr,"    alpha: %g (%g)\n",
FormatLocaleFile 1134 wand/compare.c                   (void) FormatLocaleFile(stderr,"    cyan: %g (%g)\n",
FormatLocaleFile 1137 wand/compare.c                   (void) FormatLocaleFile(stderr,"    magenta: %g (%g)\n",
FormatLocaleFile 1140 wand/compare.c                   (void) FormatLocaleFile(stderr,"    yellow: %g (%g)\n",
FormatLocaleFile 1143 wand/compare.c                   (void) FormatLocaleFile(stderr,"    black: %g (%g)\n",
FormatLocaleFile 1147 wand/compare.c                     (void) FormatLocaleFile(stderr,"    alpha: %g (%g)\n",
FormatLocaleFile 1154 wand/compare.c                   (void) FormatLocaleFile(stderr,"    gray: %g (%g)\n",
FormatLocaleFile 1158 wand/compare.c                     (void) FormatLocaleFile(stderr,"    alpha: %g (%g)\n",
FormatLocaleFile 1164 wand/compare.c               (void) FormatLocaleFile(stderr,"    all: %g (%g)\n",
FormatLocaleFile 1179 wand/compare.c                   (void) FormatLocaleFile(stderr,"    red: %g\n",
FormatLocaleFile 1181 wand/compare.c                   (void) FormatLocaleFile(stderr,"    green: %g\n",
FormatLocaleFile 1183 wand/compare.c                   (void) FormatLocaleFile(stderr,"    blue: %g\n",
FormatLocaleFile 1186 wand/compare.c                     (void) FormatLocaleFile(stderr,"    alpha: %g\n",
FormatLocaleFile 1192 wand/compare.c                   (void) FormatLocaleFile(stderr,"    cyan: %g\n",
FormatLocaleFile 1194 wand/compare.c                   (void) FormatLocaleFile(stderr,"    magenta: %g\n",
FormatLocaleFile 1196 wand/compare.c                   (void) FormatLocaleFile(stderr,"    yellow: %g\n",
FormatLocaleFile 1198 wand/compare.c                   (void) FormatLocaleFile(stderr,"    black: %g\n",
FormatLocaleFile 1201 wand/compare.c                     (void) FormatLocaleFile(stderr,"    alpha: %g\n",
FormatLocaleFile 1207 wand/compare.c                   (void) FormatLocaleFile(stderr,"    gray: %g\n",
FormatLocaleFile 1210 wand/compare.c                     (void) FormatLocaleFile(stderr,"    alpha: %g\n",
FormatLocaleFile 1215 wand/compare.c               (void) FormatLocaleFile(stderr,"    all: %g\n",
FormatLocaleFile 1221 wand/compare.c               (void) FormatLocaleFile(stderr,"    %g (%g, %g)\n",
FormatLocaleFile 1233 wand/compare.c             (void) FormatLocaleFile(stderr,"    Offset: %.20g,%.20g\n",(double)
FormatLocaleFile 1858 wand/display.c                 (void) FormatLocaleFile(stderr,"Overwrite %s? ",
FormatLocaleFile  268 wand/mogrify.c     (void) FormatLocaleFile(stderr,
FormatLocaleFile  409 wand/mogrify.c     (void) FormatLocaleFile(stderr,"%s: %ld of %lu, %02ld%% complete\r",
FormatLocaleFile  413 wand/mogrify.c     (void) FormatLocaleFile(stderr,"%s[%s]: %ld of %lu, %02ld%% complete\r",
FormatLocaleFile  417 wand/mogrify.c     (void) FormatLocaleFile(stderr,"\n");
FormatLocaleFile 8569 wand/mogrify.c             (void) FormatLocaleFile(stdout,"%s",string);
FormatLocaleFile 8830 wand/mogrify.c   (void) FormatLocaleFile(stderr, "mogrify start %s %d (%s)\n",argv[0],argc,
FormatLocaleFile 8846 wand/mogrify.c   (void) FormatLocaleFile(stderr,"mogrify %ld of %ld\n",(long)
FormatLocaleFile 8860 wand/mogrify.c   (void) FormatLocaleFile(stderr,"mogrify end %ld of %ld\n",(long)