SCM_UINTP        1156 ext/net/netlib.c   if (!SCM_UINTP(x_scm)) Scm_Error("C integer required, but got %S", x_scm);
SCM_UINTP        1196 ext/net/netlib.c   if (!SCM_UINTP(x_scm)) Scm_Error("C integer required, but got %S", x_scm);
SCM_UINTP        1985 src/gauche.h       (SCM_UINTP(obj) || (SCM_BIGNUMP(obj)&&SCM_BIGNUM_SIGN(obj)>=0))
SCM_UINTP         717 src/intlib.c     if (!SCM_UINTP(reqargs_scm)) Scm_Error("C integer required, but got %S", reqargs_scm);
SCM_UINTP         720 src/intlib.c     if (!SCM_UINTP(optargs_scm)) Scm_Error("C integer required, but got %S", optargs_scm);