Lines Matching refs:FormatLocaleString
391 (void) FormatLocaleString(property,MagickPathExtent,"fits:%s",keyword);
702 (void) FormatLocaleString(header,FITSBlocksize,
706 (void) FormatLocaleString(header,FITSBlocksize,"BITPIX = %10ld",
711 (void) FormatLocaleString(header,FITSBlocksize,"NAXIS = %10lu",
715 (void) FormatLocaleString(header,FITSBlocksize,"NAXIS1 = %10lu",
719 (void) FormatLocaleString(header,FITSBlocksize,"NAXIS2 = %10lu",
725 (void) FormatLocaleString(header,FITSBlocksize,
730 (void) FormatLocaleString(header,FITSBlocksize,"BSCALE = %E",1.0);
733 (void) FormatLocaleString(header,FITSBlocksize,"BZERO = %E",
737 (void) FormatLocaleString(header,FITSBlocksize,"DATAMAX = %E",
741 (void) FormatLocaleString(header,FITSBlocksize,"DATAMIN = %E",0.0);
746 (void) FormatLocaleString(header,FITSBlocksize,"XENDIAN = 'SMALL'");
751 (void) FormatLocaleString(header,FITSBlocksize,"HISTORY %.72s",url);