FILL_CHAR 133 lib/test_hexdump.c memset(real, FILL_CHAR, sizeof(real)); FILL_CHAR 137 lib/test_hexdump.c memset(test, FILL_CHAR, sizeof(test)); FILL_CHAR 172 lib/test_hexdump.c memset(buf, FILL_CHAR, sizeof(buf)); FILL_CHAR 193 lib/test_hexdump.c memset(test + f, FILL_CHAR, sizeof(test) - f); FILL_CHAR 45 lib/test_printf.c memset(alloced_buffer, FILL_CHAR, BUF_SIZE + 2*PAD_SIZE); FILL_CHAR 56 lib/test_printf.c if (memchr_inv(alloced_buffer, FILL_CHAR, PAD_SIZE)) { FILL_CHAR 62 lib/test_printf.c if (memchr_inv(test_buffer, FILL_CHAR, BUF_SIZE + PAD_SIZE)) { FILL_CHAR 77 lib/test_printf.c if (memchr_inv(test_buffer + written + 1, FILL_CHAR, BUF_SIZE + PAD_SIZE - (written + 1))) {