ZEROS             234 lib/test_printf.c 	if (strncmp(buf, ZEROS, strlen(ZEROS)) != 0)
ZEROS             339 lib/test_printf.c 	test(ZEROS "00000000", "%p", NULL);
ZEROS             340 lib/test_printf.c 	test(ZEROS "00000000", "%px", NULL);
ZEROS             361 lib/test_printf.c 	test(ZEROS "000000ab", "%px", PTR_INVALID);