Lines Matching refs:base
138 int base, len, neg, quoted;200 base = 0;213 base = 10;217 base = 10;233 base = 10;237 base = 10;241 base = 8;246 base = 16;251 base = 16;359 if (base != 0) {363 *--str = hexchars[val % base];364 val = val / base;