Lines Matching defs:base
695 unsigned long base; /* Base of a number to be written. */767 base = 8;773 base = 16;778 base = 10;783 base = 10;801 switch(base) {810 *w-- = digits[num % base];811 num /= base;818 if(is_alt && base == 8 && prec <= 0) {829 if(is_alt && base == 16)846 if(is_alt && base == 16) {917 base = 16;