Searched refs:nul (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_printf.c | 74 pr_warn("vsnprintf(buf, %d, \"%s\", ...) did not nul-terminate buffer\n", in do_test() 80 pr_warn("vsnprintf(buf, %d, \"%s\", ...) wrote beyond the nul-terminator\n", in do_test() 141 char nul = '\0'; in test_basic() local 143 test("", &nul); in test_basic()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_printf.c | 81 pr_warn("vsnprintf(buf, %d, \"%s\", ...) did not nul-terminate buffer\n", in do_test() 87 pr_warn("vsnprintf(buf, %d, \"%s\", ...) wrote beyond the nul-terminator\n", in do_test() 153 char nul = '\0'; in test_basic() local 155 test("", &nul); in test_basic()
|
Completed in 2 milliseconds