Lines Matching refs:format
249 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs )
262 for (i = 0; format[i] != 0; i++) {
263 if (format[i] != '%') {
264 send(format[i]);
270 if (format[i] == 0)
272 if (format[i] == '%') {
281 if (format[i] == '(') {
286 if (format[i] == ',') {
291 if (format[i] == '-') {
296 if (format[i] == '0') {
301 while (format[i] >= '0' && format[i] <= '9') {
303 width += format[i++] - '0';
305 while (format[i] == 'l') {
310 switch (format[i]) {
351 toBool(format[i]=='S'));
399 static UInt vexxx_printf ( const char *format, ... )
403 va_start(vargs,format);
407 ret = vprintf_wrk ( add_to_myprintf_buf, format, vargs );
689 ** Set an internal floating-point-format number to zero.
708 ** Set an internal floating-point-format number to infinity.
728 ** Set an internal floating-point-format number to Nan
749 ** Pass this routine a pointer to an internal floating point format