Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dtest_printf.c214 #define ZEROS "00000000" /* hex 32 zero bits */ macro
233 if (strncmp(buf, ZEROS, strlen(ZEROS)) != 0) in plain_format()
245 #define ZEROS "" macro
335 test(ZEROS "00000000", "%px", NULL); in null_pointer()
345 test(ZEROS "000000ab", "%px", PTR_INVALID); in invalid_pointer()