Searched refs:ZEROS (Results 1 – 1 of 1) sorted by relevance
218 #define ZEROS "00000000" /* hex 32 zero bits */ macro238 if (strncmp(buf, ZEROS, strlen(ZEROS)) != 0) in plain_format()250 #define ZEROS "" macro349 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()