PRINTF_DEBUG       62 ext/standard/formatted_print.c 		PRINTF_DEBUG(("%s(): ereallocing buffer to %d bytes\n", get_active_function_name(TSRMLS_C), *size));
PRINTF_DEBUG       65 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appending '%c', pos=\n", add, *pos));
PRINTF_DEBUG       88 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appendstring(%x, %d, %d, \"%s\", %d, '%c', %d)\n",
PRINTF_DEBUG      105 ext/standard/formatted_print.c 		PRINTF_DEBUG(("sprintf ereallocing buffer to %d bytes\n", *size));
PRINTF_DEBUG      119 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appending \"%s\"\n", add));
PRINTF_DEBUG      140 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appendint(%x, %x, %x, %d, %d, '%c', %d)\n",
PRINTF_DEBUG      166 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n",
PRINTF_DEBUG      184 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appenduint(%x, %x, %x, %d, %d, '%c', %d)\n",
PRINTF_DEBUG      200 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n", number, &numbuf[i], i));
PRINTF_DEBUG      223 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appenddouble(%x, %x, %x, %f, %d, '%c', %d, %c)\n",
PRINTF_DEBUG      307 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: append2n(%x, %x, %x, %d, %d, '%c', %d, %d, %x)\n",
PRINTF_DEBUG      310 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: append2n 2^%d andbits=%x\n", n, andbits));
PRINTF_DEBUG      338 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf_getnumber: number was %d bytes long\n", i));
PRINTF_DEBUG      430 ext/standard/formatted_print.c 		PRINTF_DEBUG(("sprintf: format[%d]='%c'\n", inpos, format[inpos]));
PRINTF_DEBUG      431 ext/standard/formatted_print.c 		PRINTF_DEBUG(("sprintf: outpos=%d\n", outpos));
PRINTF_DEBUG      445 ext/standard/formatted_print.c 			PRINTF_DEBUG(("sprintf: first looking at '%c', inpos=%d\n",
PRINTF_DEBUG      470 ext/standard/formatted_print.c 				PRINTF_DEBUG(("sprintf: looking for modifiers\n"
PRINTF_DEBUG      484 ext/standard/formatted_print.c 						PRINTF_DEBUG(("sprintf: end of modifiers\n"));
PRINTF_DEBUG      488 ext/standard/formatted_print.c 				PRINTF_DEBUG(("sprintf: padding='%c'\n", padding));
PRINTF_DEBUG      489 ext/standard/formatted_print.c 				PRINTF_DEBUG(("sprintf: alignment=%s\n",
PRINTF_DEBUG      495 ext/standard/formatted_print.c 					PRINTF_DEBUG(("sprintf: getting width\n"));
PRINTF_DEBUG      506 ext/standard/formatted_print.c 				PRINTF_DEBUG(("sprintf: width=%d\n", width));
PRINTF_DEBUG      511 ext/standard/formatted_print.c 					PRINTF_DEBUG(("sprintf: getting precision\n"));
PRINTF_DEBUG      527 ext/standard/formatted_print.c 				PRINTF_DEBUG(("sprintf: precision=%d\n", precision));
PRINTF_DEBUG      543 ext/standard/formatted_print.c 			PRINTF_DEBUG(("sprintf: format character='%c'\n", format[inpos]));