PRINTF_DEBUG       64 ext/standard/formatted_print.c 		PRINTF_DEBUG(("%s(): ereallocing buffer to %d bytes\n", get_active_function_name(TSRMLS_C), *size));
PRINTF_DEBUG       67 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appending '%c', pos=\n", add, *pos));
PRINTF_DEBUG       90 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appendstring(%x, %d, %d, \"%s\", %d, '%c', %d)\n",
PRINTF_DEBUG      107 ext/standard/formatted_print.c 		PRINTF_DEBUG(("sprintf ereallocing buffer to %d bytes\n", *size));
PRINTF_DEBUG      121 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appending \"%s\"\n", add));
PRINTF_DEBUG      142 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appendint(%x, %x, %x, %d, %d, '%c', %d)\n",
PRINTF_DEBUG      168 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n",
PRINTF_DEBUG      186 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appenduint(%x, %x, %x, %d, %d, '%c', %d)\n",
PRINTF_DEBUG      202 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n", number, &numbuf[i], i));
PRINTF_DEBUG      229 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appenddouble(%x, %x, %x, %f, %d, '%c', %d, %c)\n",
PRINTF_DEBUG      322 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: append2n(%x, %x, %x, %d, %d, '%c', %d, %d, %x)\n",
PRINTF_DEBUG      325 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: append2n 2^%d andbits=%x\n", n, andbits));
PRINTF_DEBUG      353 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf_getnumber: number was %d bytes long\n", i));
PRINTF_DEBUG      444 ext/standard/formatted_print.c 		PRINTF_DEBUG(("sprintf: format[%d]='%c'\n", inpos, format[inpos]));
PRINTF_DEBUG      445 ext/standard/formatted_print.c 		PRINTF_DEBUG(("sprintf: outpos=%d\n", outpos));
PRINTF_DEBUG      459 ext/standard/formatted_print.c 			PRINTF_DEBUG(("sprintf: first looking at '%c', inpos=%d\n",
PRINTF_DEBUG      484 ext/standard/formatted_print.c 				PRINTF_DEBUG(("sprintf: looking for modifiers\n"
PRINTF_DEBUG      498 ext/standard/formatted_print.c 						PRINTF_DEBUG(("sprintf: end of modifiers\n"));
PRINTF_DEBUG      502 ext/standard/formatted_print.c 				PRINTF_DEBUG(("sprintf: padding='%c'\n", padding));
PRINTF_DEBUG      503 ext/standard/formatted_print.c 				PRINTF_DEBUG(("sprintf: alignment=%s\n",
PRINTF_DEBUG      509 ext/standard/formatted_print.c 					PRINTF_DEBUG(("sprintf: getting width\n"));
PRINTF_DEBUG      520 ext/standard/formatted_print.c 				PRINTF_DEBUG(("sprintf: width=%d\n", width));
PRINTF_DEBUG      525 ext/standard/formatted_print.c 					PRINTF_DEBUG(("sprintf: getting precision\n"));
PRINTF_DEBUG      541 ext/standard/formatted_print.c 				PRINTF_DEBUG(("sprintf: precision=%d\n", precision));
PRINTF_DEBUG      557 ext/standard/formatted_print.c 			PRINTF_DEBUG(("sprintf: format character='%c'\n", format[inpos]));