Home
last modified time | relevance | path

Searched refs:ZEROS (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/lib/
Dtest_printf.c231 #define ZEROS "00000000" /* hex 32 zero bits */ macro
251 if (strncmp(buf, ZEROS, strlen(ZEROS)) != 0) in plain_format()
263 #define ZEROS "" macro
362 test(ZEROS "00000000", "%p", NULL); in null_pointer()
363 test(ZEROS "00000000", "%px", NULL); in null_pointer()
384 test(ZEROS "000000ab", "%px", PTR_INVALID); in invalid_pointer()