PRINTF_DEBUG       63 ext/standard/formatted_print.c 		PRINTF_DEBUG(("%s(): ereallocing buffer to %d bytes\n", get_active_function_name(), ZSTR_LEN(*buffer)));
PRINTF_DEBUG       66 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appending '%c', pos=\n", add, *pos));
PRINTF_DEBUG       85 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appendstring(%x, %d, %d, \"%s\", %d, '%c', %d)\n",
PRINTF_DEBUG      103 ext/standard/formatted_print.c 		PRINTF_DEBUG(("sprintf ereallocing buffer to %d bytes\n", size));
PRINTF_DEBUG      117 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appending \"%s\"\n", add));
PRINTF_DEBUG      138 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appendint(%x, %x, %x, %d, %d, '%c', %d)\n",
PRINTF_DEBUG      164 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n",
PRINTF_DEBUG      182 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appenduint(%x, %x, %x, %d, %d, '%c', %d)\n",
PRINTF_DEBUG      198 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n", number, &numbuf[i], i));
PRINTF_DEBUG      226 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: appenddouble(%x, %x, %x, %f, %d, '%c', %d, %c)\n",
PRINTF_DEBUG      319 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: append2n(%x, %x, %x, %d, %d, '%c', %d, %d, %x)\n",
PRINTF_DEBUG      322 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf: append2n 2^%d andbits=%x\n", n, andbits));
PRINTF_DEBUG      350 ext/standard/formatted_print.c 	PRINTF_DEBUG(("sprintf_getnumber: number was %d bytes long\n", i));
PRINTF_DEBUG      448 ext/standard/formatted_print.c 		PRINTF_DEBUG(("sprintf: format[%d]='%c'\n", inpos, format[inpos]));
PRINTF_DEBUG      449 ext/standard/formatted_print.c 		PRINTF_DEBUG(("sprintf: outpos=%d\n", outpos));
PRINTF_DEBUG      463 ext/standard/formatted_print.c 			PRINTF_DEBUG(("sprintf: first looking at '%c', inpos=%d\n",
PRINTF_DEBUG      489 ext/standard/formatted_print.c 				PRINTF_DEBUG(("sprintf: looking for modifiers\n"
PRINTF_DEBUG      503 ext/standard/formatted_print.c 						PRINTF_DEBUG(("sprintf: end of modifiers\n"));
PRINTF_DEBUG      507 ext/standard/formatted_print.c 				PRINTF_DEBUG(("sprintf: padding='%c'\n", padding));
PRINTF_DEBUG      508 ext/standard/formatted_print.c 				PRINTF_DEBUG(("sprintf: alignment=%s\n",
PRINTF_DEBUG      514 ext/standard/formatted_print.c 					PRINTF_DEBUG(("sprintf: getting width\n"));
PRINTF_DEBUG      527 ext/standard/formatted_print.c 				PRINTF_DEBUG(("sprintf: width=%d\n", width));
PRINTF_DEBUG      532 ext/standard/formatted_print.c 					PRINTF_DEBUG(("sprintf: getting precision\n"));
PRINTF_DEBUG      550 ext/standard/formatted_print.c 				PRINTF_DEBUG(("sprintf: precision=%d\n", precision));
PRINTF_DEBUG      568 ext/standard/formatted_print.c 			PRINTF_DEBUG(("sprintf: format character='%c'\n", format[inpos]));