Searched refs:ZEROPAD (Results 1 – 4 of 4) sorted by relevance
29 #define ZEROPAD 1 /* pad with zero */ macro57 type &= ~ZEROPAD; in number()60 c = (type & ZEROPAD) ? '0' : ' '; in number()90 if (!(type & (ZEROPAD + LEFT))) in number()154 flags |= ZEROPAD; in vsprintf()223 flags |= ZEROPAD; in vsprintf()
39 #define ZEROPAD 1 /* pad with zero */ macro56 type &= ~ZEROPAD; in number()59 c = (type & ZEROPAD) ? '0' : ' '; in number()89 if (!(type&(ZEROPAD+LEFT))) in number()147 case '0': flags |= ZEROPAD; goto repeat; in vsprintf()222 flags |= ZEROPAD; in vsprintf()
75 #define ZEROPAD 1 /* pad with zero */ macro92 type &= ~ZEROPAD; in number()95 c = (type & ZEROPAD) ? '0' : ' '; in number()125 if (!(type&(ZEROPAD+LEFT))) in number()183 case '0': flags |= ZEROPAD; goto repeat; in vsprintf()258 flags |= ZEROPAD; in vsprintf()
374 #define ZEROPAD 16 /* pad with zero, must be 16 == '0' - ' ' */ macro430 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()[all …]