Home
last modified time | relevance | path

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

/linux-2.4.37.9/lib/
Dvsprintf.c123 #define ZEROPAD 1 /* pad with zero */ macro
141 type &= ~ZEROPAD; in number()
144 c = (type & ZEROPAD) ? '0' : ' '; in number()
173 if (!(type&(ZEROPAD+LEFT))) { in number()
288 case '0': flags |= ZEROPAD; goto repeat; in vsnprintf()
384 flags |= ZEROPAD; in vsnprintf()
/linux-2.4.37.9/arch/ppc64/boot/
Dprom.c346 #define ZEROPAD 1 /* pad with zero */ macro
363 type &= ~ZEROPAD; in number()
366 c = (type & ZEROPAD) ? '0' : ' '; in number()
395 if (!(type&(ZEROPAD+LEFT))) in number()
456 case '0': flags |= ZEROPAD; goto repeat; in vsprintf()
527 flags |= ZEROPAD; in vsprintf()