Lines Matching refs:ZEROPAD
356 #define ZEROPAD 16 /* pad with zero, must be 16 == '0' - ' ' */ macro
407 spec.flags &= ~ZEROPAD; in number()
452 if (!(spec.flags & (ZEROPAD | LEFT))) { in number()
480 char c = ' ' + (spec.flags & ZEROPAD); in number()
481 BUILD_BUG_ON(' ' + ZEROPAD != '0'); in number()
640 spec.flags |= SPECIAL | SMALL | ZEROPAD; in symbol_string()
662 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
668 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
674 .flags = SMALL | ZEROPAD, in resource_string()
817 spec = (struct printf_spec){ .flags = SMALL | ZEROPAD, .base = 16 }; in bitmap_string()
1308 spec.flags |= SPECIAL | SMALL | ZEROPAD; in netdev_feature_string()
1322 spec.flags |= SPECIAL | SMALL | ZEROPAD; in address_val()
1358 spec.flags |= SPECIAL | SMALL | ZEROPAD; in clock()
1607 spec.flags |= ZEROPAD; in pointer()
1683 case '0': spec->flags |= ZEROPAD; break; in format_decode()