Lines Matching refs:base
113 char *number(char *end, unsigned long long num, int base, char locase)
120 /* we are called with base 8, 10 or 16, only, thus don't need "G..." */
123 switch (base) {
307 int base;
411 base = 8;
422 base = 16;
431 base = 10;
453 s = number(tmp_end, num, base, flags & SMALL);
467 if (base == 8 && precision == len)
474 if (base == 16 && precision > 0)