tag | line | file | source code |
---|---|---|---|
ZEROPAD | 78 | lib/vsprintf.c | type &= ~ZEROPAD; |
ZEROPAD | 81 | lib/vsprintf.c | c = (type & ZEROPAD) ? '0' : ' '; |
ZEROPAD | 110 | lib/vsprintf.c | if (!(type&(ZEROPAD+LEFT))) |
ZEROPAD | 164 | lib/vsprintf.c | case '0': flags |= ZEROPAD; goto repeat; |
ZEROPAD | 235 | lib/vsprintf.c | flags |= ZEROPAD; |