Lines Matching defs:base
53 isc_string_touint64(char *source, char **end, int base) {60 if ((base < 0) || (base == 1) || (base > 36)) {69 if (base == 0) {72 base = 16;74 base = 8;76 base = 10;83 overflow /= base;94 if ((o - digits) >= base) {103 tmp *= base;209 memmove(source->base, target, source->length);