Searched refs:ZEROPAD (Results 1 – 1 of 1) sorted by relevance
377 #define ZEROPAD 16 /* pad with zero, must be 16 == '0' - ' ' */ macro433 spec.flags &= ~ZEROPAD; in number()478 if (!(spec.flags & (ZEROPAD | LEFT))) { in number()506 char c = ' ' + (spec.flags & ZEROPAD); in number()507 BUILD_BUG_ON(' ' + ZEROPAD != '0'); in number()543 spec.flags = SPECIAL | SMALL | ZEROPAD; in special_hex_number()679 spec.flags |= ZEROPAD; in pointer_string()970 .flags = ZEROPAD,977 .flags = ZEROPAD,995 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()[all …]