taglinefilesource code
ZEROPAD78lib/vsprintf.ctype &= ~ZEROPAD;
ZEROPAD81lib/vsprintf.cc = (type & ZEROPAD) ? '0' : ' ';
ZEROPAD110lib/vsprintf.cif (!(type&(ZEROPAD+LEFT)))
ZEROPAD164lib/vsprintf.ccase '0': flags |= ZEROPAD; goto repeat;
ZEROPAD238lib/vsprintf.cflags |= ZEROPAD;