integer_to_uintmax  465 src/bignum.c     if (! (integer_to_uintmax (x, &i) && i <= hi))
integer_to_uintmax 2918 src/data.c           valid = INTEGERP (hi) && integer_to_uintmax (hi, &val);
integer_to_uintmax  605 src/dbusbind.c       if (integer_to_uintmax (x, &i) && i <= hi)
integer_to_uintmax 3891 src/editfns.c  			      else if (integer_to_uintmax (arg, &uarg))