Searched refs:ZEROPAD (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dstdio.c51 #define ZEROPAD 1 /* pad with zero */ macro
68 type &= ~ZEROPAD;
71 c = (type & ZEROPAD) ? '0' : ' ';
101 if (!(type&(ZEROPAD+LEFT)))
159 case '0': flags |= ZEROPAD; goto repeat;
234 flags |= ZEROPAD;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dprintf.c29 #define ZEROPAD 1 /* pad with zero */ macro
57 type &= ~ZEROPAD;
60 c = (type & ZEROPAD) ? '0' : ' ';
90 if (!(type & (ZEROPAD + LEFT)))
154 flags |= ZEROPAD;
223 flags |= ZEROPAD;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dvsprintf.c378 #define ZEROPAD 1 /* pad with zero */ macro
435 spec.flags &= ~ZEROPAD;
484 if (!(spec.flags & (ZEROPAD+LEFT))) {
510 char c = (spec.flags & ZEROPAD) ? '0' : ' ';
585 spec.flags |= SPECIAL | SMALL | ZEROPAD;
607 .flags = SPECIAL | SMALL | ZEROPAD,
613 .flags = SPECIAL | SMALL | ZEROPAD,
619 .flags = SMALL | ZEROPAD,
987 spec.flags |= ZEROPAD;
1063 case '0': spec->flags |= ZEROPAD; brea
[all...]

Completed in 82 milliseconds