Searched refs:ZEROPAD (Results 1 – 1 of 1) sorted by relevance
/xen/xen/common/ |
A D | vsprintf.c | 138 #define ZEROPAD 1 /* pad with zero */ macro 160 type &= ~ZEROPAD; in number() 161 c = (type & ZEROPAD) ? '0' : ' '; in number() 194 if (!(type&(ZEROPAD+LEFT))) { in number() 343 str = number(str, end, val, 16, DIV_ROUND_UP(chunksz, 4), -1, ZEROPAD); in print_bitmap_string() 465 str = number(str, end, hex_buffer[i], 16, 2, -1, ZEROPAD); in pointer() 529 flags |= ZEROPAD; in pointer() 598 case '0': flags |= ZEROPAD; goto repeat; in vsnprintf()
|
Completed in 3 milliseconds