Searched refs:ZEROS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_printf.c | 216 #define ZEROS "00000000" /* hex 32 zero bits */ macro 236 if (strncmp(buf, ZEROS, strlen(ZEROS)) != 0) in plain_format() 248 #define ZEROS "" macro 341 test(ZEROS "00000000", "%p", NULL); in null_pointer() 342 test(ZEROS "00000000", "%px", NULL); in null_pointer() 363 test(ZEROS "000000ab", "%px", PTR_INVALID); in invalid_pointer()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_printf.c | 218 #define ZEROS "00000000" /* hex 32 zero bits */ macro 238 if (strncmp(buf, ZEROS, strlen(ZEROS)) != 0) in plain_format() 250 #define ZEROS "" macro 349 test(ZEROS "00000000", "%p", NULL); in null_pointer() 350 test(ZEROS "00000000", "%px", NULL); in null_pointer() 371 test(ZEROS "000000ab", "%px", PTR_INVALID); in invalid_pointer()
|
Completed in 3 milliseconds