Lines Matching refs:ZEROPAD
374 #define ZEROPAD 16 /* pad with zero, must be 16 == '0' - ' ' */ macro
430 spec.flags &= ~ZEROPAD; in number()
475 if (!(spec.flags & (ZEROPAD | LEFT))) { in number()
503 char c = ' ' + (spec.flags & ZEROPAD); in number()
504 BUILD_BUG_ON(' ' + ZEROPAD != '0'); in number()
540 spec.flags = SPECIAL | SMALL | ZEROPAD; in special_hex_number()
737 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
743 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
749 .flags = SMALL | ZEROPAD, in resource_string()
882 spec = (struct printf_spec){ .flags = SMALL | ZEROPAD, .base = 16 }; in bitmap_string()
1368 spec.flags |= ZEROPAD; in pointer_string()
2050 case '0': spec->flags |= ZEROPAD; break; in format_decode()