PRINTF_DEBUG 59 standard/formatted_print.c PRINTF_DEBUG(("%s(): ereallocing buffer to %d bytes\n", get_active_function_name(TSRMLS_C), *size)); PRINTF_DEBUG 62 standard/formatted_print.c PRINTF_DEBUG(("sprintf: appending '%c', pos=\n", add, *pos)); PRINTF_DEBUG 85 standard/formatted_print.c PRINTF_DEBUG(("sprintf: appendstring(%x, %d, %d, \"%s\", %d, '%c', %d)\n", PRINTF_DEBUG 102 standard/formatted_print.c PRINTF_DEBUG(("sprintf ereallocing buffer to %d bytes\n", *size)); PRINTF_DEBUG 116 standard/formatted_print.c PRINTF_DEBUG(("sprintf: appending \"%s\"\n", add)); PRINTF_DEBUG 137 standard/formatted_print.c PRINTF_DEBUG(("sprintf: appendint(%x, %x, %x, %d, %d, '%c', %d)\n", PRINTF_DEBUG 163 standard/formatted_print.c PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n", PRINTF_DEBUG 181 standard/formatted_print.c PRINTF_DEBUG(("sprintf: appenduint(%x, %x, %x, %d, %d, '%c', %d)\n", PRINTF_DEBUG 197 standard/formatted_print.c PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n", number, &numbuf[i], i)); PRINTF_DEBUG 220 standard/formatted_print.c PRINTF_DEBUG(("sprintf: appenddouble(%x, %x, %x, %f, %d, '%c', %d, %c)\n", PRINTF_DEBUG 305 standard/formatted_print.c PRINTF_DEBUG(("sprintf: append2n(%x, %x, %x, %d, %d, '%c', %d, %d, %x)\n", PRINTF_DEBUG 308 standard/formatted_print.c PRINTF_DEBUG(("sprintf: append2n 2^%d andbits=%x\n", n, andbits)); PRINTF_DEBUG 336 standard/formatted_print.c PRINTF_DEBUG(("sprintf_getnumber: number was %d bytes long\n", i)); PRINTF_DEBUG 425 standard/formatted_print.c PRINTF_DEBUG(("sprintf: format[%d]='%c'\n", inpos, format[inpos])); PRINTF_DEBUG 426 standard/formatted_print.c PRINTF_DEBUG(("sprintf: outpos=%d\n", outpos)); PRINTF_DEBUG 440 standard/formatted_print.c PRINTF_DEBUG(("sprintf: first looking at '%c', inpos=%d\n", PRINTF_DEBUG 465 standard/formatted_print.c PRINTF_DEBUG(("sprintf: looking for modifiers\n" PRINTF_DEBUG 479 standard/formatted_print.c PRINTF_DEBUG(("sprintf: end of modifiers\n")); PRINTF_DEBUG 483 standard/formatted_print.c PRINTF_DEBUG(("sprintf: padding='%c'\n", padding)); PRINTF_DEBUG 484 standard/formatted_print.c PRINTF_DEBUG(("sprintf: alignment=%s\n", PRINTF_DEBUG 490 standard/formatted_print.c PRINTF_DEBUG(("sprintf: getting width\n")); PRINTF_DEBUG 501 standard/formatted_print.c PRINTF_DEBUG(("sprintf: width=%d\n", width)); PRINTF_DEBUG 506 standard/formatted_print.c PRINTF_DEBUG(("sprintf: getting precision\n")); PRINTF_DEBUG 522 standard/formatted_print.c PRINTF_DEBUG(("sprintf: precision=%d\n", precision)); PRINTF_DEBUG 538 standard/formatted_print.c PRINTF_DEBUG(("sprintf: format character='%c'\n", format[inpos]));