xbase             145 lib/strutil/xstrtol.c         int xbase = 1024;
xbase             189 lib/strutil/xstrtol.c                     xbase = 1000;
xbase             219 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 6);
xbase             224 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 3);
xbase             229 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 1);
xbase             234 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 2);
xbase             238 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 5);
xbase             242 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 10);
xbase             246 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 9);
xbase             251 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 4);
xbase             259 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 8);
xbase             263 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 7);