Lines Matching refs:pr_warn
47 pr_warn("vsnprintf(buf, %d, \"%s\", ...) returned %d, expected %d\n", in do_test()
53 pr_warn("vsnprintf(buf, %d, \"%s\", ...) wrote before buffer\n", bufsize, fmt); in do_test()
59 pr_warn("vsnprintf(buf, 0, \"%s\", ...) wrote to buffer\n", in do_test()
68 pr_warn("vsnprintf(buf, %d, \"%s\", ...) did not nul-terminate buffer\n", in do_test()
74 pr_warn("vsnprintf(buf, %d, \"%s\", ...) wrote beyond the nul-terminator\n", in do_test()
80 pr_warn("vsnprintf(buf, %d, \"%s\", ...) wrote '%s', expected '%.*s'\n", in do_test()
119 pr_warn("kvasprintf(..., \"%s\", ...) returned '%s', expected '%s'\n", in __test()
224 pr_warn("crng possibly not yet initialized. plain 'p' buffer contains \"%s\"", in plain_format()
263 pr_warn("crng possibly not yet initialized. plain 'p' buffer contains \"%s\"", in plain_hash()
285 pr_warn("plain 'p' does not appear to be hashed\n"); in plain()
292 pr_warn("hashing plain 'p' has unexpected format\n"); in plain()
556 pr_warn("failed %u out of %u tests\n", failed_tests, total_tests); in test_printf_init()