Lines Matching defs:base
62 isc_string_touint64(char *source, char **end, int base) {69 if ((base < 0) || (base == 1) || (base > 36)) {78 if (base == 0) {81 base = 16;83 base = 8;85 base = 10;92 overflow /= base;103 if ((o - digits) >= base) {112 tmp *= base;218 memmove(source->base, target, source->length);