Home
last modified time | relevance | path

Searched refs:ZEROPAD (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/arch/x86/boot/
A Dprintf.c27 #define ZEROPAD 1 /* pad with zero */ macro
55 type &= ~ZEROPAD; in number()
58 c = (type & ZEROPAD) ? '0' : ' '; in number()
88 if (!(type & (ZEROPAD + LEFT))) in number()
152 flags |= ZEROPAD; in vsprintf()
221 flags |= ZEROPAD; in vsprintf()
/linux-6.3-rc2/arch/alpha/boot/
A Dstdio.c35 #define ZEROPAD 1 /* pad with zero */ macro
52 type &= ~ZEROPAD; in number()
55 c = (type & ZEROPAD) ? '0' : ' '; in number()
85 if (!(type&(ZEROPAD+LEFT))) in number()
143 case '0': flags |= ZEROPAD; goto repeat; in vsprintf()
218 flags |= ZEROPAD; in vsprintf()
/linux-6.3-rc2/arch/powerpc/boot/
A Dstdio.c71 #define ZEROPAD 1 /* pad with zero */ macro
88 type &= ~ZEROPAD; in number()
91 c = (type & ZEROPAD) ? '0' : ' '; in number()
121 if (!(type&(ZEROPAD+LEFT))) in number()
179 case '0': flags |= ZEROPAD; goto repeat; in vsprintf()
254 flags |= ZEROPAD; in vsprintf()
/linux-6.3-rc2/drivers/firmware/efi/libstub/
A Dvsprintf.c143 #define ZEROPAD 1 /* pad with zero */ macro
172 flags |= ZEROPAD; in get_flags()
354 flags &= ~ZEROPAD; in vsnprintf()
362 flags &= ~ZEROPAD; in vsnprintf()
483 if ((flags & ZEROPAD) && field_width > precision) in vsnprintf()
/linux-6.3-rc2/lib/
A Dvsprintf.c417 static_assert(ZEROPAD == ('0' - ' '));
472 spec.flags &= ~ZEROPAD; in number()
517 if (!(spec.flags & (ZEROPAD | LEFT))) { in number()
545 char c = ' ' + (spec.flags & ZEROPAD); in number()
582 spec.flags = SPECIAL | SMALL | ZEROPAD; in special_hex_number()
737 spec.flags |= ZEROPAD; in pointer_string()
1030 .flags = ZEROPAD,
1037 .flags = ZEROPAD,
1055 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
1061 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
[all …]

Completed in 14 milliseconds