| tag | line | file | source code |
|---|---|---|---|
| ZEROPAD | 49 | kernel/vsprintf.c | if (type&LEFT) type &= ~ZEROPAD; |
| ZEROPAD | 52 | kernel/vsprintf.c | c = (type & ZEROPAD) ? '0' : ' ' ; |
| ZEROPAD | 69 | kernel/vsprintf.c | if (!(type&(ZEROPAD+LEFT))) |
| ZEROPAD | 123 | kernel/vsprintf.c | case '0': flags |= ZEROPAD; goto repeat; |
| ZEROPAD | 195 | kernel/vsprintf.c | flags |= ZEROPAD; |