Scm_Error          69 examples/spigot/spigot.c     if (digits <= 0) Scm_Error("digits must be a positive integer");
Scm_Error         113 examples/spigot/spigot.c     if (digits <= 0) Scm_Error("digits must be a positive integer");
Scm_Error          56 ext/auxsys/auxsyslib.c   if (!SCM_STRINGP(path_scm)) Scm_Error("const C string required, but got %S", path_scm);
Scm_Error          84 ext/auxsys/auxsyslib.c   if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
Scm_Error          87 ext/auxsys/auxsyslib.c   if (!SCM_REALP(y_scm)) Scm_Error("real number required, but got %S", y_scm);
Scm_Error         107 ext/auxsys/auxsyslib.c   if (!SCM_REALP(d_scm)) Scm_Error("real number required, but got %S", d_scm);
Scm_Error         128 ext/auxsys/auxsyslib.c   if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
Scm_Error         151 ext/auxsys/auxsyslib.c   if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
Scm_Error         154 ext/auxsys/auxsyslib.c   if (!SCM_EXACTP(exp_scm)) Scm_Error("C integer required, but got %S", exp_scm);
Scm_Error         174 ext/auxsys/auxsyslib.c   if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
Scm_Error         196 ext/auxsys/auxsyslib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         202 ext/auxsys/auxsyslib.c   if (!SCM_EXACTP(nsamples_scm)) Scm_Error("C integer required, but got %S", nsamples_scm);
Scm_Error         210 ext/auxsys/auxsyslib.c        Scm_Error("sys-getloadavg: argument out of range: %d", samples);
Scm_Error         257 ext/auxsys/auxsyslib.c   if (!SCM_STRINGP(path_scm)) Scm_Error("const C string required, but got %S", path_scm);
Scm_Error         260 ext/auxsys/auxsyslib.c   if (!SCM_EXACTP(mode_scm)) Scm_Error("C integer required, but got %S", mode_scm);
Scm_Error         287 ext/auxsys/auxsyslib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         289 ext/auxsys/auxsyslib.c   if (!SCM_STRINGP(path_scm)) Scm_Error("const C string required, but got %S", path_scm);
Scm_Error         327 ext/auxsys/auxsyslib.c   if (!SCM_EXACTP(gid_scm)) Scm_Error("C integer required, but got %S", gid_scm);
Scm_Error         352 ext/auxsys/auxsyslib.c   if (!SCM_EXACTP(pid_scm)) Scm_Error("C integer required, but got %S", pid_scm);
Scm_Error         355 ext/auxsys/auxsyslib.c   if (!SCM_EXACTP(pgid_scm)) Scm_Error("C integer required, but got %S", pgid_scm);
Scm_Error         378 ext/auxsys/auxsyslib.c   if (!SCM_EXACTP(pid_scm)) Scm_Error("C integer required, but got %S", pid_scm);
Scm_Error         437 ext/auxsys/auxsyslib.c   if (!SCM_EXACTP(uid_scm)) Scm_Error("C integer required, but got %S", uid_scm);
Scm_Error         604 ext/auxsys/auxsyslib.c   if (!SCM_STRINGP(name_scm)) Scm_Error("string required, but got %S", name_scm);
Scm_Error         607 ext/auxsys/auxsyslib.c   if (!SCM_STRINGP(value_scm)) Scm_Error("string required, but got %S", value_scm);
Scm_Error         640 ext/auxsys/auxsyslib.c   if (!SCM_STRINGP(name_scm)) Scm_Error("const C string required, but got %S", name_scm);
Scm_Error         643 ext/auxsys/auxsyslib.c   if (!SCM_STRINGP(value_scm)) Scm_Error("const C string required, but got %S", value_scm);
Scm_Error         646 ext/auxsys/auxsyslib.c   if (!SCM_BOOLP(overwrite_scm)) Scm_Error("boolean required, but got %S", overwrite_scm);
Scm_Error         665 ext/auxsys/auxsyslib.c   if (!SCM_STRINGP(name_scm)) Scm_Error("const C string required, but got %S", name_scm);
Scm_Error         705 ext/auxsys/auxsyslib.c   if (!SCM_STRINGP(path_scm)) Scm_Error("const C string required, but got %S", path_scm);
Scm_Error         708 ext/auxsys/auxsyslib.c   if (!SCM_EXACTP(owner_scm)) Scm_Error("C integer required, but got %S", owner_scm);
Scm_Error         711 ext/auxsys/auxsyslib.c   if (!SCM_EXACTP(group_scm)) Scm_Error("C integer required, but got %S", group_scm);
Scm_Error         738 ext/auxsys/auxsyslib.c   if (!SCM_STRINGP(path_scm)) Scm_Error("const C string required, but got %S", path_scm);
Scm_Error         741 ext/auxsys/auxsyslib.c   if (!SCM_EXACTP(owner_scm)) Scm_Error("C integer required, but got %S", owner_scm);
Scm_Error         744 ext/auxsys/auxsyslib.c   if (!SCM_EXACTP(group_scm)) Scm_Error("C integer required, but got %S", group_scm);
Scm_Error          47 ext/binary/binary.c       Scm_Error("input port or #f is expected, but got: %S", x);        \
Scm_Error          59 ext/binary/binary.c       Scm_Error("output port or #f is expected, but got: %S", x);       \
Scm_Error          94 ext/binary/binary.c         Scm_Error("argument out of range (uint8): %S", sval);
Scm_Error         107 ext/binary/binary.c         Scm_Error("argument out of range (sint8): %S", sval);
Scm_Error         263 ext/binary/binary.c         Scm_Error("argument out of range (uint16): %S", sval);
Scm_Error         279 ext/binary/binary.c         Scm_Error("argument out of range (sint16): %S", sval);
Scm_Error          20 ext/binary/binarylib.c   Scm_Error("endian must be big-endian or little-endian, but got %S", sym);
Scm_Error          48 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error          82 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         116 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         150 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         184 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         218 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         252 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         286 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         322 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         324 ext/binary/binarylib.c   if (!SCM_EXACTP(intval_scm)) Scm_Error("exact integer required, but got %S", intval_scm);
Scm_Error         358 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         360 ext/binary/binarylib.c   if (!SCM_EXACTP(intval_scm)) Scm_Error("exact integer required, but got %S", intval_scm);
Scm_Error         394 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         396 ext/binary/binarylib.c   if (!SCM_EXACTP(intval_scm)) Scm_Error("exact integer required, but got %S", intval_scm);
Scm_Error         430 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         432 ext/binary/binarylib.c   if (!SCM_EXACTP(intval_scm)) Scm_Error("exact integer required, but got %S", intval_scm);
Scm_Error         466 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         468 ext/binary/binarylib.c   if (!SCM_EXACTP(intval_scm)) Scm_Error("exact integer required, but got %S", intval_scm);
Scm_Error         502 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         504 ext/binary/binarylib.c   if (!SCM_EXACTP(intval_scm)) Scm_Error("exact integer required, but got %S", intval_scm);
Scm_Error         538 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         540 ext/binary/binarylib.c   if (!SCM_EXACTP(intval_scm)) Scm_Error("exact integer required, but got %S", intval_scm);
Scm_Error         574 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         576 ext/binary/binarylib.c   if (!SCM_EXACTP(intval_scm)) Scm_Error("exact integer required, but got %S", intval_scm);
Scm_Error         608 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         642 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         678 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         680 ext/binary/binarylib.c   if (!SCM_NUMBERP(val_scm)) Scm_Error("number required, but got %S", val_scm);
Scm_Error         714 ext/binary/binarylib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         716 ext/binary/binarylib.c   if (!SCM_NUMBERP(val_scm)) Scm_Error("number required, but got %S", val_scm);
Scm_Error          82 ext/charconv/charconv.c         Scm_Error("string, symbol or #f is required for %s, but got %S",
Scm_Error         175 ext/charconv/charconv.c                 Scm_Error("couldn't flush the ending escape sequence in the character encoding conversion port (%s -> %s).  possibly an implementation error",
Scm_Error         218 ext/charconv/charconv.c         Scm_Error("invalid character sequence in the input stream: %S ...", s);
Scm_Error         255 ext/charconv/charconv.c         Scm_Error("input port required, but got %S", fromPort);
Scm_Error         275 ext/charconv/charconv.c             Scm_Error("%s: failed to guess input encoding", fromCode);
Scm_Error         281 ext/charconv/charconv.c         Scm_Error("conversion from code %s to code %s is not supported",
Scm_Error         362 ext/charconv/charconv.c         Scm_Error("something wrong in resetting output character encoding conversion (%s -> %s).  possibly an implementation error.",
Scm_Error         424 ext/charconv/charconv.c             Scm_Error("invalid character sequence in the input stream");
Scm_Error         452 ext/charconv/charconv.c         Scm_Error("output port required, but got %S", toPort);
Scm_Error         461 ext/charconv/charconv.c         Scm_Error("conversion from code %s to code %s is not supported",
Scm_Error         493 ext/charconv/charconv.c         Scm_Error("unknown code guessing scheme: %s", code);
Scm_Error         526 ext/charconv/charconv.c         Scm_Error("can't convert UCS4 code %d to a character: implementation problem?", ucs4);
Scm_Error         558 ext/charconv/charconv.c         Scm_Error("can't convert character %u to UCS4 code: implementation problem?", ch);
Scm_Error          59 ext/charconv/convlib.c   if (!SCM_IPORTP(source_scm)) Scm_Error("input port required, but got %S", source_scm);
Scm_Error          66 ext/charconv/convlib.c   if (!SCM_INTP(buffer_size_scm)) Scm_Error("small integer required, but got %S", buffer_size_scm);
Scm_Error         105 ext/charconv/convlib.c   if (!SCM_OPORTP(sink_scm)) Scm_Error("output port required, but got %S", sink_scm);
Scm_Error         112 ext/charconv/convlib.c   if (!SCM_INTP(buffer_size_scm)) Scm_Error("small integer required, but got %S", buffer_size_scm);
Scm_Error         140 ext/charconv/convlib.c   if (!SCM_STRINGP(string_scm)) Scm_Error("string required, but got %S", string_scm);
Scm_Error         143 ext/charconv/convlib.c   if (!SCM_STRINGP(scheme_scm)) Scm_Error("string required, but got %S", scheme_scm);
Scm_Error         978 ext/charconv/jconv.c             Scm_Error("internal state of ISO2022-JP -> EUC_JP got messed up (%d).  Implementation error?", cinfo->istate);
Scm_Error        1013 ext/charconv/jconv.c         Scm_Error("something wrong in jis_ensure_state: implementation error?");
Scm_Error          70 ext/dbm/bdbm.c         Scm_Error("string required, but got %S", obj);
Scm_Error          83 ext/dbm/bdbm.c         Scm_Error("small integer required, but got %S", obj);
Scm_Error          91 ext/dbm/bdbm.c         Scm_Error("invalid BSD DB type: %S", obj);
Scm_Error         106 ext/dbm/bdbm.c         Scm_Error("small integer required, but got %S", obj);   \
Scm_Error          48 ext/dbm/gdbm.c  #define CHECK_GDBM(g)    if (!g->dbf) Scm_Error("gdbm file already closed: %S", g)
Scm_Error          98 ext/dbm/gdbm.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         100 ext/dbm/gdbm.c   if (!SCM_STRINGP(name_scm)) Scm_Error("string required, but got %S", name_scm);
Scm_Error         107 ext/dbm/gdbm.c   if (!SCM_INTP(size_scm)) Scm_Error("small integer required, but got %S", size_scm);
Scm_Error         114 ext/dbm/gdbm.c   if (!SCM_INTP(rwmode_scm)) Scm_Error("small integer required, but got %S", rwmode_scm);
Scm_Error         121 ext/dbm/gdbm.c   if (!SCM_INTP(fmode_scm)) Scm_Error("small integer required, but got %S", fmode_scm);
Scm_Error         143 ext/dbm/gdbm.c   if (!SCM_GDBMP(gdbm_scm)) Scm_Error("<gdbm> required, but got %S", gdbm_scm);
Scm_Error         164 ext/dbm/gdbm.c   if (!SCM_GDBMP(gdbm_scm)) Scm_Error("<gdbm> required, but got %S", gdbm_scm);
Scm_Error         191 ext/dbm/gdbm.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         193 ext/dbm/gdbm.c   if (!SCM_GDBMP(gdbm_scm)) Scm_Error("<gdbm> required, but got %S", gdbm_scm);
Scm_Error         196 ext/dbm/gdbm.c   if (!SCM_STRINGP(key_scm)) Scm_Error("string required, but got %S", key_scm);
Scm_Error         199 ext/dbm/gdbm.c   if (!SCM_STRINGP(val_scm)) Scm_Error("string required, but got %S", val_scm);
Scm_Error         206 ext/dbm/gdbm.c   if (!SCM_INTP(flags_scm)) Scm_Error("small integer required, but got %S", flags_scm);
Scm_Error         232 ext/dbm/gdbm.c   if (!SCM_GDBMP(gdbm_scm)) Scm_Error("<gdbm> required, but got %S", gdbm_scm);
Scm_Error         235 ext/dbm/gdbm.c   if (!SCM_STRINGP(key_scm)) Scm_Error("string required, but got %S", key_scm);
Scm_Error         261 ext/dbm/gdbm.c   if (!SCM_GDBMP(gdbm_scm)) Scm_Error("<gdbm> required, but got %S", gdbm_scm);
Scm_Error         264 ext/dbm/gdbm.c   if (!SCM_STRINGP(key_scm)) Scm_Error("string required, but got %S", key_scm);
Scm_Error         287 ext/dbm/gdbm.c   if (!SCM_GDBMP(gdbm_scm)) Scm_Error("<gdbm> required, but got %S", gdbm_scm);
Scm_Error         310 ext/dbm/gdbm.c   if (!SCM_GDBMP(gdbm_scm)) Scm_Error("<gdbm> required, but got %S", gdbm_scm);
Scm_Error         313 ext/dbm/gdbm.c   if (!SCM_STRINGP(key_scm)) Scm_Error("string required, but got %S", key_scm);
Scm_Error         337 ext/dbm/gdbm.c   if (!SCM_GDBMP(gdbm_scm)) Scm_Error("<gdbm> required, but got %S", gdbm_scm);
Scm_Error         358 ext/dbm/gdbm.c   if (!SCM_GDBMP(gdbm_scm)) Scm_Error("<gdbm> required, but got %S", gdbm_scm);
Scm_Error         378 ext/dbm/gdbm.c   if (!SCM_GDBMP(gdbm_scm)) Scm_Error("<gdbm> required, but got %S", gdbm_scm);
Scm_Error         381 ext/dbm/gdbm.c   if (!SCM_STRINGP(key_scm)) Scm_Error("string required, but got %S", key_scm);
Scm_Error         404 ext/dbm/gdbm.c   if (!SCM_INTP(errno_scm)) Scm_Error("small integer required, but got %S", errno_scm);
Scm_Error         428 ext/dbm/gdbm.c   if (!SCM_GDBMP(gdbm_scm)) Scm_Error("<gdbm> required, but got %S", gdbm_scm);
Scm_Error         431 ext/dbm/gdbm.c   if (!SCM_INTP(option_scm)) Scm_Error("small integer required, but got %S", option_scm);
Scm_Error          53 ext/dbm/ndbm.c  #define CHECK_NDBM(g)    if (!g->dbf) Scm_Error("ndbm file already closed: %S", g)
Scm_Error          83 ext/dbm/ndbm.c   if (!SCM_STRINGP(name_scm)) Scm_Error("string required, but got %S", name_scm);
Scm_Error          86 ext/dbm/ndbm.c   if (!SCM_INTP(flags_scm)) Scm_Error("small integer required, but got %S", flags_scm);
Scm_Error          89 ext/dbm/ndbm.c   if (!SCM_INTP(mode_scm)) Scm_Error("small integer required, but got %S", mode_scm);
Scm_Error         111 ext/dbm/ndbm.c   if (!SCM_NDBMP(ndbm_scm)) Scm_Error("<ndbm> required, but got %S", ndbm_scm);
Scm_Error         131 ext/dbm/ndbm.c   if (!SCM_NDBMP(ndbm_scm)) Scm_Error("<ndbm> required, but got %S", ndbm_scm);
Scm_Error         158 ext/dbm/ndbm.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         160 ext/dbm/ndbm.c   if (!SCM_NDBMP(ndbm_scm)) Scm_Error("<ndbm> required, but got %S", ndbm_scm);
Scm_Error         163 ext/dbm/ndbm.c   if (!SCM_STRINGP(key_scm)) Scm_Error("string required, but got %S", key_scm);
Scm_Error         166 ext/dbm/ndbm.c   if (!SCM_STRINGP(val_scm)) Scm_Error("string required, but got %S", val_scm);
Scm_Error         173 ext/dbm/ndbm.c   if (!SCM_INTP(flags_scm)) Scm_Error("small integer required, but got %S", flags_scm);
Scm_Error         199 ext/dbm/ndbm.c   if (!SCM_NDBMP(ndbm_scm)) Scm_Error("<ndbm> required, but got %S", ndbm_scm);
Scm_Error         202 ext/dbm/ndbm.c   if (!SCM_STRINGP(key_scm)) Scm_Error("string required, but got %S", key_scm);
Scm_Error         228 ext/dbm/ndbm.c   if (!SCM_NDBMP(ndbm_scm)) Scm_Error("<ndbm> required, but got %S", ndbm_scm);
Scm_Error         231 ext/dbm/ndbm.c   if (!SCM_STRINGP(key_scm)) Scm_Error("string required, but got %S", key_scm);
Scm_Error         257 ext/dbm/ndbm.c   if (!SCM_NDBMP(ndbm_scm)) Scm_Error("<ndbm> required, but got %S", ndbm_scm);
Scm_Error         260 ext/dbm/ndbm.c   if (!SCM_STRINGP(key_scm)) Scm_Error("string required, but got %S", key_scm);
Scm_Error         283 ext/dbm/ndbm.c   if (!SCM_NDBMP(ndbm_scm)) Scm_Error("<ndbm> required, but got %S", ndbm_scm);
Scm_Error         306 ext/dbm/ndbm.c   if (!SCM_NDBMP(ndbm_scm)) Scm_Error("<ndbm> required, but got %S", ndbm_scm);
Scm_Error         329 ext/dbm/ndbm.c   if (!SCM_NDBMP(ndbm_scm)) Scm_Error("<ndbm> required, but got %S", ndbm_scm);
Scm_Error         350 ext/dbm/ndbm.c   if (!SCM_NDBMP(ndbm_scm)) Scm_Error("<ndbm> required, but got %S", ndbm_scm);
Scm_Error          18 ext/dbm/odbm.c  #define CHECK_ODBM() if (!odbm_opened) Scm_Error("odbm file already closed")
Scm_Error          51 ext/dbm/odbm.c   if (!SCM_STRINGP(name_scm)) Scm_Error("string required, but got %S", name_scm);
Scm_Error          56 ext/dbm/odbm.c if (odbm_opened) Scm_Error("dbm file is already opened.");
Scm_Error         108 ext/dbm/odbm.c   if (!SCM_STRINGP(key_scm)) Scm_Error("string required, but got %S", key_scm);
Scm_Error         111 ext/dbm/odbm.c   if (!SCM_STRINGP(val_scm)) Scm_Error("string required, but got %S", val_scm);
Scm_Error         135 ext/dbm/odbm.c   if (!SCM_STRINGP(key_scm)) Scm_Error("string required, but got %S", key_scm);
Scm_Error         159 ext/dbm/odbm.c   if (!SCM_STRINGP(key_scm)) Scm_Error("string required, but got %S", key_scm);
Scm_Error         200 ext/dbm/odbm.c   if (!SCM_STRINGP(key_scm)) Scm_Error("string required, but got %S", key_scm);
Scm_Error          57 ext/digest/md5.c   if (!SCM_MD5P(md5_scm)) Scm_Error("<md5> required, but got %S", md5_scm);
Scm_Error          71 ext/digest/md5.c     Scm_Error("u8vector or string required, but got: %S", data);
Scm_Error          86 ext/digest/md5.c   if (!SCM_MD5P(md5_scm)) Scm_Error("<md5> required, but got %S", md5_scm);
Scm_Error          57 ext/digest/sha1.c   if (!SCM_SHA1P(sha1_scm)) Scm_Error("<sha1> required, but got %S", sha1_scm);
Scm_Error          71 ext/digest/sha1.c     Scm_Error("u8vector or string required, but got: %S", data);
Scm_Error          86 ext/digest/sha1.c   if (!SCM_SHA1P(sha1_scm)) Scm_Error("<sha1> required, but got %S", sha1_scm);
Scm_Error          70 ext/fcntl/fcntl.c       if (!SCM_INTEGERP(v)) Scm_Error("integer required, but got %S", v); \
Scm_Error         171 ext/fcntl/fcntl.c             Scm_Error("exact integer required for fcntl(%s), but got %S",
Scm_Error         181 ext/fcntl/fcntl.c             Scm_Error("flock object required for fcntl(%s), but got %S",
Scm_Error         193 ext/fcntl/fcntl.c         Scm_Error("unknown operation code (%d) for fcntl", op);
Scm_Error         197 ext/fcntl/fcntl.c     Scm_Error("fcntl not supported on MinGW port");
Scm_Error         130 ext/fcntl/fcntlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         134 ext/fcntl/fcntlib.c   if (!SCM_INTP(op_scm)) Scm_Error("small integer required, but got %S", op_scm);
Scm_Error          19 ext/mt-random/mt-lib.c   if (!SCM_MERSENNE_TWISTER_P(mt_scm)) Scm_Error("<mersenne-twister> required, but got %S", mt_scm);
Scm_Error          35 ext/mt-random/mt-lib.c     Scm_Error("bad random seed: must be an exact integer or u32vector, but got %S", init);
Scm_Error          50 ext/mt-random/mt-lib.c   if (!SCM_MERSENNE_TWISTER_P(mt_scm)) Scm_Error("<mersenne-twister> required, but got %S", mt_scm);
Scm_Error          74 ext/mt-random/mt-lib.c   if (!SCM_MERSENNE_TWISTER_P(mt_scm)) Scm_Error("<mersenne-twister> required, but got %S", mt_scm);
Scm_Error          77 ext/mt-random/mt-lib.c   if (!SCM_U32VECTORP(state_scm)) Scm_Error("<u32vector> required, but got %S", state_scm);
Scm_Error          82 ext/mt-random/mt-lib.c     Scm_Error("u32vector of length %d is required, but got length %d", N+1, SCM_U32VECTOR_SIZE(state));
Scm_Error          99 ext/mt-random/mt-lib.c   if (!SCM_MERSENNE_TWISTER_P(mt_scm)) Scm_Error("<mersenne-twister> required, but got %S", mt_scm);
Scm_Error         119 ext/mt-random/mt-lib.c   if (!SCM_MERSENNE_TWISTER_P(mt_scm)) Scm_Error("<mersenne-twister> required, but got %S", mt_scm);
Scm_Error         141 ext/mt-random/mt-lib.c   if (!SCM_MERSENNE_TWISTER_P(mt_scm)) Scm_Error("<mersenne-twister> required, but got %S", mt_scm);
Scm_Error         163 ext/mt-random/mt-lib.c   if (!SCM_MERSENNE_TWISTER_P(mt_scm)) Scm_Error("<mersenne-twister> required, but got %S", mt_scm);
Scm_Error         185 ext/mt-random/mt-lib.c   if (!SCM_MERSENNE_TWISTER_P(mt_scm)) Scm_Error("<mersenne-twister> required, but got %S", mt_scm);
Scm_Error         188 ext/mt-random/mt-lib.c   if (!SCM_U32VECTORP(v_scm)) Scm_Error("<u32vector> required, but got %S", v_scm);
Scm_Error         209 ext/mt-random/mt-lib.c   if (!SCM_MERSENNE_TWISTER_P(mt_scm)) Scm_Error("<mersenne-twister> required, but got %S", mt_scm);
Scm_Error         212 ext/mt-random/mt-lib.c   if (!SCM_F32VECTORP(v_scm)) Scm_Error("<f32vector> required, but got %S", v_scm);
Scm_Error         233 ext/mt-random/mt-lib.c   if (!SCM_MERSENNE_TWISTER_P(mt_scm)) Scm_Error("<mersenne-twister> required, but got %S", mt_scm);
Scm_Error         236 ext/mt-random/mt-lib.c   if (!SCM_F64VECTORP(v_scm)) Scm_Error("<f64vector> required, but got %S", v_scm);
Scm_Error         262 ext/mt-random/mt-random.c     Scm_Error("bad type of argument for n: positive integer up to 2^32 is required, but got %S", n);
Scm_Error         281 ext/mt-random/mt-random.c         Scm_Error("seed needs to be an exact integer or a u32vector, but got: %S", seed);
Scm_Error          73 ext/net/addr.c     Scm_Error("you can't directly instantiate the abstract class <sockaddr>");
Scm_Error          97 ext/net/addr.c             Scm_Error("unknown address type (%d)", saddr->sa_family);
Scm_Error         124 ext/net/addr.c         Scm_Error(":path parameter must be a string, but got %S", path);
Scm_Error         135 ext/net/addr.c             Scm_Error("path too long: %S", path);
Scm_Error         160 ext/net/addr.c         Scm_Error(":port parameter must be a small exact integer, but got %S",
Scm_Error         179 ext/net/addr.c                 Scm_Error("unknown host: %S", host);
Scm_Error         183 ext/net/addr.c                 Scm_Error("host have unknown address type: %S", host);
Scm_Error         187 ext/net/addr.c                 Scm_Error("host name lookup failure: %S", host);
Scm_Error         197 ext/net/addr.c         Scm_Error("bad :host parameter: %S", host);
Scm_Error         221 ext/net/addr.c         Scm_Error(":port parameter must be a small exact integer, but got %S",
Scm_Error         240 ext/net/addr.c         if (r) Scm_Error("getaddrinfo: %s", gai_strerror(r));
Scm_Error         247 ext/net/addr.c         Scm_Error("bad :host parameter: %S", host);
Scm_Error         148 ext/net/net.c              Scm_Error("attempt to obtain an input port from unconnected socket: %S",
Scm_Error         174 ext/net/net.c              Scm_Error("attempt to obtain an output port from an unconnected socket: %S",
Scm_Error         203 ext/net/net.c          Scm_Error("attempt to bind a closed socket: %S", sock);
Scm_Error         227 ext/net/net.c          Scm_Error("attempt to listen a closed socket: %S", sock);
Scm_Error         246 ext/net/net.c          Scm_Error("attempt to accept a closed socket: %S", sock);
Scm_Error         269 ext/net/net.c          Scm_Error("attempt to connect a closed socket: %S", sock);
Scm_Error         287 ext/net/net.c          Scm_Error("attempt to get the name of a closed socket: %S", sock);
Scm_Error         303 ext/net/net.c          Scm_Error("attempt to get the name of a closed socket: %S", sock);
Scm_Error         317 ext/net/net.c          Scm_Error("attempt to send to a closed socket: %S", sock);
Scm_Error         333 ext/net/net.c          Scm_Error("attempt to send to a closed socket: %S", sock);
Scm_Error         349 ext/net/net.c          Scm_Error("attempt to recv from a closed socket: %S", sock);
Scm_Error         366 ext/net/net.c          Scm_Error("attempt to recv from a closed socket: %S", sock);
Scm_Error         387 ext/net/net.c          Scm_Error("attempt to set a socket option of a closed socket: %S", s);
Scm_Error         398 ext/net/net.c          Scm_Error("socket option must be a string or an integer: %S", value);
Scm_Error         409 ext/net/net.c          Scm_Error("attempt to get a socket option of a closed socket: %S", s);
Scm_Error          91 ext/net/netdb.c         Scm_Error("unknown address type (%d)", he->h_addrtype);
Scm_Error         143 ext/net/netdb.c         Scm_Error("unsupported address type: %d", type);
Scm_Error         146 ext/net/netdb.c         Scm_Error("bad inet address format: %s", addr);
Scm_Error         520 ext/net/netdb.c     if (r) Scm_Error("getaddrinfo failed: %s", gai_strerror(r));
Scm_Error         536 ext/net/netdb.c     if (r) Scm_Error("getnameinfo failed: %s", gai_strerror(r));
Scm_Error         293 ext/net/netlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         295 ext/net/netlib.c   if (!SCM_INTP(domain_scm)) Scm_Error("small integer required, but got %S", domain_scm);
Scm_Error         298 ext/net/netlib.c   if (!SCM_INTP(type_scm)) Scm_Error("small integer required, but got %S", type_scm);
Scm_Error         305 ext/net/netlib.c   if (!SCM_INTP(protocol_scm)) Scm_Error("small integer required, but got %S", protocol_scm);
Scm_Error         387 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         416 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         426 ext/net/netlib.c   default: Scm_Error("invalid state of socket %S: implementation bugs?",
Scm_Error         442 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         471 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         502 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         531 ext/net/netlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         533 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         540 ext/net/netlib.c   if (!SCM_INTP(how_scm)) Scm_Error("small integer required, but got %S", how_scm);
Scm_Error         560 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         582 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         585 ext/net/netlib.c   if (!Scm_SockAddrP(addr_scm)) Scm_Error("socket address required, but got %S", addr_scm);
Scm_Error         607 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         610 ext/net/netlib.c   if (!SCM_INTP(backlog_scm)) Scm_Error("small integer required, but got %S", backlog_scm);
Scm_Error         630 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         652 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         655 ext/net/netlib.c   if (!Scm_SockAddrP(addr_scm)) Scm_Error("socket address required, but got %S", addr_scm);
Scm_Error         675 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         695 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         720 ext/net/netlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         722 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         725 ext/net/netlib.c   if (!SCM_STRINGP(msg_scm)) Scm_Error("string required, but got %S", msg_scm);
Scm_Error         732 ext/net/netlib.c   if (!SCM_INTP(flags_scm)) Scm_Error("small integer required, but got %S", flags_scm);
Scm_Error         759 ext/net/netlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         761 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         764 ext/net/netlib.c   if (!SCM_STRINGP(msg_scm)) Scm_Error("string required, but got %S", msg_scm);
Scm_Error         767 ext/net/netlib.c   if (!Scm_SockAddrP(to_scm)) Scm_Error("socket address required, but got %S", to_scm);
Scm_Error         774 ext/net/netlib.c   if (!SCM_INTP(flags_scm)) Scm_Error("small integer required, but got %S", flags_scm);
Scm_Error         799 ext/net/netlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         801 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         804 ext/net/netlib.c   if (!SCM_INTP(bytes_scm)) Scm_Error("small integer required, but got %S", bytes_scm);
Scm_Error         811 ext/net/netlib.c   if (!SCM_INTP(flags_scm)) Scm_Error("small integer required, but got %S", flags_scm);
Scm_Error         836 ext/net/netlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         838 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         841 ext/net/netlib.c   if (!SCM_INTP(bytes_scm)) Scm_Error("small integer required, but got %S", bytes_scm);
Scm_Error         848 ext/net/netlib.c   if (!SCM_INTP(flags_scm)) Scm_Error("small integer required, but got %S", flags_scm);
Scm_Error         874 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         877 ext/net/netlib.c   if (!SCM_INTP(level_scm)) Scm_Error("small integer required, but got %S", level_scm);
Scm_Error         880 ext/net/netlib.c   if (!SCM_INTP(option_scm)) Scm_Error("small integer required, but got %S", option_scm);
Scm_Error         908 ext/net/netlib.c   if (!SCM_SOCKETP(sock_scm)) Scm_Error("<socket> required, but got %S", sock_scm);
Scm_Error         911 ext/net/netlib.c   if (!SCM_INTP(level_scm)) Scm_Error("small integer required, but got %S", level_scm);
Scm_Error         914 ext/net/netlib.c   if (!SCM_INTP(option_scm)) Scm_Error("small integer required, but got %S", option_scm);
Scm_Error         917 ext/net/netlib.c   if (!SCM_INTP(rsize_scm)) Scm_Error("small integer required, but got %S", rsize_scm);
Scm_Error        1001 ext/net/netlib.c   if (!SCM_STRINGP(name_scm)) Scm_Error("const C string required, but got %S", name_scm);
Scm_Error        1023 ext/net/netlib.c   if (!SCM_STRINGP(addr_scm)) Scm_Error("const C string required, but got %S", addr_scm);
Scm_Error        1026 ext/net/netlib.c   if (!SCM_INTP(type_scm)) Scm_Error("small integer required, but got %S", type_scm);
Scm_Error        1046 ext/net/netlib.c   if (!SCM_STRINGP(name_scm)) Scm_Error("const C string required, but got %S", name_scm);
Scm_Error        1066 ext/net/netlib.c   if (!SCM_INTP(number_scm)) Scm_Error("small integer required, but got %S", number_scm);
Scm_Error        1088 ext/net/netlib.c   if (!SCM_STRINGP(name_scm)) Scm_Error("const C string required, but got %S", name_scm);
Scm_Error        1091 ext/net/netlib.c   if (!SCM_STRINGP(proto_scm)) Scm_Error("const C string required, but got %S", proto_scm);
Scm_Error        1113 ext/net/netlib.c   if (!SCM_INTP(port_scm)) Scm_Error("small integer required, but got %S", port_scm);
Scm_Error        1116 ext/net/netlib.c   if (!SCM_STRINGP(proto_scm)) Scm_Error("const C string required, but got %S", proto_scm);
Scm_Error        1136 ext/net/netlib.c   if (!SCM_UINTEGERP(x_scm)) Scm_Error("C integer required, but got %S", x_scm);
Scm_Error        1156 ext/net/netlib.c   if (!SCM_UINTP(x_scm)) Scm_Error("C integer required, but got %S", x_scm);
Scm_Error        1176 ext/net/netlib.c   if (!SCM_UINTEGERP(x_scm)) Scm_Error("C integer required, but got %S", x_scm);
Scm_Error        1196 ext/net/netlib.c   if (!SCM_UINTP(x_scm)) Scm_Error("C integer required, but got %S", x_scm);
Scm_Error        1223 ext/net/netlib.c   if (!SCM_EXACTP(value)) Scm_Error("int required, but got %S", value);
Scm_Error        1236 ext/net/netlib.c   if (!SCM_EXACTP(value)) Scm_Error("int required, but got %S", value);
Scm_Error        1249 ext/net/netlib.c   if (!SCM_EXACTP(value)) Scm_Error("int required, but got %S", value);
Scm_Error        1262 ext/net/netlib.c   if (!SCM_EXACTP(value)) Scm_Error("int required, but got %S", value);
Scm_Error        1275 ext/net/netlib.c   if (!SCM_UINTEGERP(value)) Scm_Error("u_int required, but got %S", value);
Scm_Error        1288 ext/net/netlib.c   if (!SCM_STRINGP(value)) Scm_Error("ScmString* required, but got %S", value);
Scm_Error        1301 ext/net/netlib.c   if (!SCM_SOCKADDRP(value)) Scm_Error("ScmSockAddr* required, but got %S", value);
Scm_Error        1328 ext/net/netlib.c   if (!SCM_MAYBE_P(SCM_STRINGP, nodename_scm)) Scm_Error("const C string or #f required, but got %S", nodename_scm);
Scm_Error        1331 ext/net/netlib.c   if (!SCM_MAYBE_P(SCM_STRINGP, servname_scm)) Scm_Error("const C string or #f required, but got %S", servname_scm);
Scm_Error        1338 ext/net/netlib.c     Scm_Error("<sys-addrinfo> or #f required, but got %S", hints);
Scm_Error        1365 ext/net/netlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1367 ext/net/netlib.c   if (!Scm_SockAddrP(addr_scm)) Scm_Error("socket address required, but got %S", addr_scm);
Scm_Error        1374 ext/net/netlib.c   if (!SCM_INTP(flags_scm)) Scm_Error("small integer required, but got %S", flags_scm);
Scm_Error          36 ext/syslog/syslog.c   if (!SCM_STRINGP(ident_scm)) Scm_Error("const C string required, but got %S", ident_scm);
Scm_Error          39 ext/syslog/syslog.c   if (!SCM_INTP(option_scm)) Scm_Error("small integer required, but got %S", option_scm);
Scm_Error          42 ext/syslog/syslog.c   if (!SCM_INTP(facility_scm)) Scm_Error("small integer required, but got %S", facility_scm);
Scm_Error          63 ext/syslog/syslog.c   if (!SCM_INTP(prio_scm)) Scm_Error("small integer required, but got %S", prio_scm);
Scm_Error          66 ext/syslog/syslog.c   if (!SCM_STRINGP(message_scm)) Scm_Error("const C string required, but got %S", message_scm);
Scm_Error          99 ext/syslog/syslog.c   if (!SCM_INTP(prio_scm)) Scm_Error("small integer required, but got %S", prio_scm);
Scm_Error         121 ext/syslog/syslog.c   if (!SCM_INTP(mask_scm)) Scm_Error("small integer required, but got %S", mask_scm);
Scm_Error         148 ext/termios/termiolib.c   if (!SCM_INTP(option_scm)) Scm_Error("small integer required, but got %S", option_scm);
Scm_Error         151 ext/termios/termiolib.c   if (!SCM_SYS_TERMIOS_P(term_scm)) Scm_Error("<sys-termios> required, but got %S", term_scm);
Scm_Error         177 ext/termios/termiolib.c   if (!SCM_INTP(duration_scm)) Scm_Error("small integer required, but got %S", duration_scm);
Scm_Error         219 ext/termios/termiolib.c   if (!SCM_EXACTP(queue_scm)) Scm_Error("C integer required, but got %S", queue_scm);
Scm_Error         243 ext/termios/termiolib.c   if (!SCM_EXACTP(action_scm)) Scm_Error("C integer required, but got %S", action_scm);
Scm_Error         287 ext/termios/termiolib.c   if (!SCM_EXACTP(pgrp_scm)) Scm_Error("C integer required, but got %S", pgrp_scm);
Scm_Error         307 ext/termios/termiolib.c   if (!SCM_SYS_TERMIOS_P(term_scm)) Scm_Error("<sys-termios> required, but got %S", term_scm);
Scm_Error         329 ext/termios/termiolib.c   if (!SCM_SYS_TERMIOS_P(term_scm)) Scm_Error("<sys-termios> required, but got %S", term_scm);
Scm_Error         332 ext/termios/termiolib.c   if (!SCM_EXACTP(speed_scm)) Scm_Error("C integer required, but got %S", speed_scm);
Scm_Error         351 ext/termios/termiolib.c   if (!SCM_SYS_TERMIOS_P(term_scm)) Scm_Error("<sys-termios> required, but got %S", term_scm);
Scm_Error         373 ext/termios/termiolib.c   if (!SCM_SYS_TERMIOS_P(term_scm)) Scm_Error("<sys-termios> required, but got %S", term_scm);
Scm_Error         376 ext/termios/termiolib.c   if (!SCM_EXACTP(speed_scm)) Scm_Error("C integer required, but got %S", speed_scm);
Scm_Error         396 ext/termios/termiolib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         424 ext/termios/termiolib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error          67 ext/termios/termios.c       if (!SCM_INTEGERP(v)) Scm_Error("integer required, but got %S", v);    \
Scm_Error          84 ext/termios/termios.c         Scm_Error("cc type must be a u8vector, but got %S", val);
Scm_Error          87 ext/termios/termios.c         Scm_Error("size of cc must be %u, but got %u",
Scm_Error         194 ext/threads/mutex.c         Scm_Error("mutex-lock!: failed to lock");
Scm_Error         239 ext/threads/mutex.c         Scm_Error("mutex-unlock!: failed to lock");
Scm_Error          70 ext/threads/threads.c         Scm_Error("thunk required, but got %S", thunk);
Scm_Error         178 ext/threads/threads.c     if (err_state) Scm_Error("attempt to start an already-started thread: %S", vm);
Scm_Error         179 ext/threads/threads.c     if (err_create) Scm_Error("couldn't start a new thread: %S", vm);
Scm_Error         181 ext/threads/threads.c     Scm_Error("not implemented!\n");
Scm_Error         220 ext/threads/threads.c     Scm_Error("not implemented!\n");
Scm_Error         235 ext/threads/threads.c     Scm_Error("not implemented!\n");
Scm_Error         249 ext/threads/threads.c     if (pts == NULL) Scm_Error("thread-sleep! can't take #f as a timeout value");
Scm_Error         257 ext/threads/threads.c     Scm_Error("not implemented!\n");
Scm_Error         288 ext/threads/threads.c     Scm_Error("not implemented!\n");
Scm_Error          58 ext/threads/thrlib.c   if (!SCM_VMP(vm_scm)) Scm_Error("thread required, but got %S", vm_scm);
Scm_Error          78 ext/threads/thrlib.c   if (!SCM_VMP(vm_scm)) Scm_Error("thread required, but got %S", vm_scm);
Scm_Error         100 ext/threads/thrlib.c   if (!SCM_VMP(vm_scm)) Scm_Error("thread required, but got %S", vm_scm);
Scm_Error         122 ext/threads/thrlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         124 ext/threads/thrlib.c   if (!SCM_PROCEDUREP(thunk_scm)) Scm_Error("procedure required, but got %S", thunk_scm);
Scm_Error         150 ext/threads/thrlib.c   if (!SCM_VMP(vm_scm)) Scm_Error("thread required, but got %S", vm_scm);
Scm_Error         209 ext/threads/thrlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         211 ext/threads/thrlib.c   if (!SCM_VMP(vm_scm)) Scm_Error("thread required, but got %S", vm_scm);
Scm_Error         243 ext/threads/thrlib.c   if (!SCM_VMP(vm_scm)) Scm_Error("thread required, but got %S", vm_scm);
Scm_Error         264 ext/threads/thrlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         314 ext/threads/thrlib.c   if (!SCM_MUTEXP(mutex_scm)) Scm_Error("mutex required, but got %S", mutex_scm);
Scm_Error         348 ext/threads/thrlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         350 ext/threads/thrlib.c   if (!SCM_MUTEXP(mutex_scm)) Scm_Error("mutex required, but got %S", mutex_scm);
Scm_Error         368 ext/threads/thrlib.c   else if (!SCM_FALSEP(thread)) Scm_Error("thread or #f required, but got %S", thread);
Scm_Error         387 ext/threads/thrlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         389 ext/threads/thrlib.c   if (!SCM_MUTEXP(mutex_scm)) Scm_Error("mutex required, but got %S", mutex_scm);
Scm_Error         406 ext/threads/thrlib.c   else if (!SCM_FALSEP(cv)) Scm_Error("condition variable or #f required, but got %S", cv);
Scm_Error         420 ext/threads/thrlib.c   if (!SCM_MUTEXP(mutex_scm)) Scm_Error("mutex required, but got %S", mutex_scm);
Scm_Error         442 ext/threads/thrlib.c   if (!SCM_MUTEXP(mutex_scm)) Scm_Error("mutex required, but got %S", mutex_scm);
Scm_Error         461 ext/threads/thrlib.c   if (!SCM_MUTEXP(mutex_scm)) Scm_Error("mutex required, but got %S", mutex_scm);
Scm_Error         482 ext/threads/thrlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         526 ext/threads/thrlib.c   if (!SCM_CONDITION_VARIABLE_P(cv_scm)) Scm_Error("condition variable required, but got %S", cv_scm);
Scm_Error         546 ext/threads/thrlib.c   if (!SCM_CONDITION_VARIABLE_P(cv_scm)) Scm_Error("condition variable required, but got %S", cv_scm);
Scm_Error         568 ext/threads/thrlib.c   if (!SCM_CONDITION_VARIABLE_P(cv_scm)) Scm_Error("condition variable required, but got %S", cv_scm);
Scm_Error         587 ext/threads/thrlib.c   if (!SCM_CONDITION_VARIABLE_P(cv_scm)) Scm_Error("condition variable required, but got %S", cv_scm);
Scm_Error         607 ext/threads/thrlib.c   if (!SCM_CONDITION_VARIABLE_P(cv_scm)) Scm_Error("condition variable required, but got %S", cv_scm);
Scm_Error         671 ext/threads/thrlib.c   if (!SCM_VMP(value)) Scm_Error("ScmVM* required, but got %S", value);
Scm_Error          69 ext/uvector/gauche/uvector.h     Scm_Error("uniform vector is immutable: %S", obj); \
Scm_Error         120 ext/uvector/uvector.c         Scm_Error("uvector-alias requires uniform vector class, but got %S",
Scm_Error         124 ext/uvector/uvector.c         Scm_Error("aliasing %S of range (%d, %d) to %S doesn't satisfy alignemnt requirement.",
Scm_Error         142 ext/uvector/uvector.c     Scm_Error("%s: argument object sizes do not match: %S vs %S", name, x, y);
Scm_Error         168 ext/uvector/uvector.c         Scm_Error("%s: second operand must be either a matching uvector, a vector, or a list, but got %S", y);
Scm_Error         170 ext/uvector/uvector.c         Scm_Error("%s: second operand must be either a matching uvector, a vector, a list or a number, but got %S", y);
Scm_Error         567 ext/uvector/uvector.c     Scm_Error("integer required, but got %S", x);
Scm_Error         594 ext/uvector/uvector.c     Scm_Error("integer required, but got %S", x);
Scm_Error         829 ext/uvector/uvector.c     if (length < 0) Scm_Error("improper list not allowed: %S", list);
Scm_Error         874 ext/uvector/uvector.c             Scm_Error("index out of range: %d", index);
Scm_Error         886 ext/uvector/uvector.c         Scm_Error("index out of range: %d", index);
Scm_Error        1033 ext/uvector/uvector.c     if (length < 0) Scm_Error("improper list not allowed: %S", list);
Scm_Error        1078 ext/uvector/uvector.c             Scm_Error("index out of range: %d", index);
Scm_Error        1090 ext/uvector/uvector.c         Scm_Error("index out of range: %d", index);
Scm_Error        1237 ext/uvector/uvector.c     if (length < 0) Scm_Error("improper list not allowed: %S", list);
Scm_Error        1282 ext/uvector/uvector.c             Scm_Error("index out of range: %d", index);
Scm_Error        1294 ext/uvector/uvector.c         Scm_Error("index out of range: %d", index);
Scm_Error        1441 ext/uvector/uvector.c     if (length < 0) Scm_Error("improper list not allowed: %S", list);
Scm_Error        1486 ext/uvector/uvector.c             Scm_Error("index out of range: %d", index);
Scm_Error        1498 ext/uvector/uvector.c         Scm_Error("index out of range: %d", index);
Scm_Error        1645 ext/uvector/uvector.c     if (length < 0) Scm_Error("improper list not allowed: %S", list);
Scm_Error        1690 ext/uvector/uvector.c             Scm_Error("index out of range: %d", index);
Scm_Error        1702 ext/uvector/uvector.c         Scm_Error("index out of range: %d", index);
Scm_Error        1849 ext/uvector/uvector.c     if (length < 0) Scm_Error("improper list not allowed: %S", list);
Scm_Error        1894 ext/uvector/uvector.c             Scm_Error("index out of range: %d", index);
Scm_Error        1906 ext/uvector/uvector.c         Scm_Error("index out of range: %d", index);
Scm_Error        2053 ext/uvector/uvector.c     if (length < 0) Scm_Error("improper list not allowed: %S", list);
Scm_Error        2098 ext/uvector/uvector.c             Scm_Error("index out of range: %d", index);
Scm_Error        2110 ext/uvector/uvector.c         Scm_Error("index out of range: %d", index);
Scm_Error        2257 ext/uvector/uvector.c     if (length < 0) Scm_Error("improper list not allowed: %S", list);
Scm_Error        2302 ext/uvector/uvector.c             Scm_Error("index out of range: %d", index);
Scm_Error        2314 ext/uvector/uvector.c         Scm_Error("index out of range: %d", index);
Scm_Error        2461 ext/uvector/uvector.c     if (length < 0) Scm_Error("improper list not allowed: %S", list);
Scm_Error        2506 ext/uvector/uvector.c             Scm_Error("index out of range: %d", index);
Scm_Error        2518 ext/uvector/uvector.c         Scm_Error("index out of range: %d", index);
Scm_Error        2665 ext/uvector/uvector.c     if (length < 0) Scm_Error("improper list not allowed: %S", list);
Scm_Error        2710 ext/uvector/uvector.c             Scm_Error("index out of range: %d", index);
Scm_Error        2722 ext/uvector/uvector.c         Scm_Error("index out of range: %d", index);
Scm_Error        9624 ext/uvector/uvector.c     default: Scm_Error("uniform vector required, but got %S", v);
Scm_Error        9645 ext/uvector/uvector.c     default: Scm_Error("uniform vector required, but got %S", v);
Scm_Error        9663 ext/uvector/uvector.c     default: Scm_Error("uniform vector required, but got %S", v);
Scm_Error        9676 ext/uvector/uvector.c         Scm_Error("endian argument must be either #f, big-endian or little-endian, but got: %S", endian);
Scm_Error          49 ext/uvector/uvectorP.h         Scm_Error("value out of domain for %svector", type);
Scm_Error          51 ext/uvector/uvectorP.h         Scm_Error("value out of domain for %svector: %S", type, obj);
Scm_Error          51 ext/uvector/uvinit.c     if (c != '(') Scm_Error("bad uniform vector syntax for %s", tag);
Scm_Error          63 ext/uvector/uvinit.c     else Scm_Error("invalid unform vector tag: %s", tag);
Scm_Error          25 ext/uvector/uvlib.c      Scm_Error("clamp argument must be either 'both, 'high, 'low or #f, but got %S", clamp);
Scm_Error          57 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error          59 ext/uvector/uvlib.c   if (!SCM_INTP(length_scm)) Scm_Error("small integer required, but got %S", length_scm);
Scm_Error          99 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v_scm)) Scm_Error("<s8vector> required, but got %S", v_scm);
Scm_Error         120 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         122 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v_scm)) Scm_Error("<s8vector> required, but got %S", v_scm);
Scm_Error         125 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error         154 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         156 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v_scm)) Scm_Error("<s8vector> required, but got %S", v_scm);
Scm_Error         159 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error         188 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         190 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v_scm)) Scm_Error("<s8vector> required, but got %S", v_scm);
Scm_Error         197 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error         204 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error         233 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         235 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(dst_scm)) Scm_Error("<s8vector> required, but got %S", dst_scm);
Scm_Error         250 ext/uvector/uvlib.c   if (!SCM_EXACTP(sstart_scm)) Scm_Error("C integer required, but got %S", sstart_scm);
Scm_Error         257 ext/uvector/uvlib.c   if (!SCM_EXACTP(send_scm)) Scm_Error("C integer required, but got %S", send_scm);
Scm_Error         263 ext/uvector/uvlib.c        Scm_Error("s8vector-copy!: argument is not a matching uvector: %S",
Scm_Error         272 ext/uvector/uvlib.c     Scm_Error("integer required, but got %S", dstart);
Scm_Error         292 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         294 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v_scm)) Scm_Error("<s8vector> required, but got %S", v_scm);
Scm_Error         301 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error         308 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error         331 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         333 ext/uvector/uvlib.c   if (!SCM_LISTP(l_scm)) Scm_Error("list required, but got %S", l_scm);
Scm_Error         362 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         364 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v_scm)) Scm_Error("<s8vector> required, but got %S", v_scm);
Scm_Error         373 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error         380 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error         403 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         405 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v_scm)) Scm_Error("<s8vector> required, but got %S", v_scm);
Scm_Error         412 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error         419 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error         446 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         448 ext/uvector/uvlib.c   if (!SCM_VECTORP(v_scm)) Scm_Error("vector required, but got %S", v_scm);
Scm_Error         455 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error         462 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error         506 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         508 ext/uvector/uvlib.c   if (!SCM_INTP(length_scm)) Scm_Error("small integer required, but got %S", length_scm);
Scm_Error         548 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v_scm)) Scm_Error("<u8vector> required, but got %S", v_scm);
Scm_Error         569 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         571 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v_scm)) Scm_Error("<u8vector> required, but got %S", v_scm);
Scm_Error         574 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error         603 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         605 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v_scm)) Scm_Error("<u8vector> required, but got %S", v_scm);
Scm_Error         608 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error         637 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         639 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v_scm)) Scm_Error("<u8vector> required, but got %S", v_scm);
Scm_Error         646 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error         653 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error         682 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         684 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(dst_scm)) Scm_Error("<u8vector> required, but got %S", dst_scm);
Scm_Error         699 ext/uvector/uvlib.c   if (!SCM_EXACTP(sstart_scm)) Scm_Error("C integer required, but got %S", sstart_scm);
Scm_Error         706 ext/uvector/uvlib.c   if (!SCM_EXACTP(send_scm)) Scm_Error("C integer required, but got %S", send_scm);
Scm_Error         712 ext/uvector/uvlib.c        Scm_Error("u8vector-copy!: argument is not a matching uvector: %S",
Scm_Error         721 ext/uvector/uvlib.c     Scm_Error("integer required, but got %S", dstart);
Scm_Error         741 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         743 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v_scm)) Scm_Error("<u8vector> required, but got %S", v_scm);
Scm_Error         750 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error         757 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error         780 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         782 ext/uvector/uvlib.c   if (!SCM_LISTP(l_scm)) Scm_Error("list required, but got %S", l_scm);
Scm_Error         811 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         813 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v_scm)) Scm_Error("<u8vector> required, but got %S", v_scm);
Scm_Error         822 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error         829 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error         852 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         854 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v_scm)) Scm_Error("<u8vector> required, but got %S", v_scm);
Scm_Error         861 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error         868 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error         895 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         897 ext/uvector/uvlib.c   if (!SCM_VECTORP(v_scm)) Scm_Error("vector required, but got %S", v_scm);
Scm_Error         904 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error         911 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error         955 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         957 ext/uvector/uvlib.c   if (!SCM_INTP(length_scm)) Scm_Error("small integer required, but got %S", length_scm);
Scm_Error         997 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v_scm)) Scm_Error("<s16vector> required, but got %S", v_scm);
Scm_Error        1018 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1020 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v_scm)) Scm_Error("<s16vector> required, but got %S", v_scm);
Scm_Error        1023 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        1052 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1054 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v_scm)) Scm_Error("<s16vector> required, but got %S", v_scm);
Scm_Error        1057 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        1086 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1088 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v_scm)) Scm_Error("<s16vector> required, but got %S", v_scm);
Scm_Error        1095 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        1102 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        1131 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1133 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(dst_scm)) Scm_Error("<s16vector> required, but got %S", dst_scm);
Scm_Error        1148 ext/uvector/uvlib.c   if (!SCM_EXACTP(sstart_scm)) Scm_Error("C integer required, but got %S", sstart_scm);
Scm_Error        1155 ext/uvector/uvlib.c   if (!SCM_EXACTP(send_scm)) Scm_Error("C integer required, but got %S", send_scm);
Scm_Error        1161 ext/uvector/uvlib.c        Scm_Error("s16vector-copy!: argument is not a matching uvector: %S",
Scm_Error        1170 ext/uvector/uvlib.c     Scm_Error("integer required, but got %S", dstart);
Scm_Error        1190 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1192 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v_scm)) Scm_Error("<s16vector> required, but got %S", v_scm);
Scm_Error        1199 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        1206 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        1229 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1231 ext/uvector/uvlib.c   if (!SCM_LISTP(l_scm)) Scm_Error("list required, but got %S", l_scm);
Scm_Error        1260 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1262 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v_scm)) Scm_Error("<s16vector> required, but got %S", v_scm);
Scm_Error        1271 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        1278 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        1301 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1303 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v_scm)) Scm_Error("<s16vector> required, but got %S", v_scm);
Scm_Error        1310 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        1317 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        1344 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1346 ext/uvector/uvlib.c   if (!SCM_VECTORP(v_scm)) Scm_Error("vector required, but got %S", v_scm);
Scm_Error        1353 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        1360 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        1404 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1406 ext/uvector/uvlib.c   if (!SCM_INTP(length_scm)) Scm_Error("small integer required, but got %S", length_scm);
Scm_Error        1446 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v_scm)) Scm_Error("<u16vector> required, but got %S", v_scm);
Scm_Error        1467 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1469 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v_scm)) Scm_Error("<u16vector> required, but got %S", v_scm);
Scm_Error        1472 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        1501 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1503 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v_scm)) Scm_Error("<u16vector> required, but got %S", v_scm);
Scm_Error        1506 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        1535 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1537 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v_scm)) Scm_Error("<u16vector> required, but got %S", v_scm);
Scm_Error        1544 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        1551 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        1580 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1582 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(dst_scm)) Scm_Error("<u16vector> required, but got %S", dst_scm);
Scm_Error        1597 ext/uvector/uvlib.c   if (!SCM_EXACTP(sstart_scm)) Scm_Error("C integer required, but got %S", sstart_scm);
Scm_Error        1604 ext/uvector/uvlib.c   if (!SCM_EXACTP(send_scm)) Scm_Error("C integer required, but got %S", send_scm);
Scm_Error        1610 ext/uvector/uvlib.c        Scm_Error("u16vector-copy!: argument is not a matching uvector: %S",
Scm_Error        1619 ext/uvector/uvlib.c     Scm_Error("integer required, but got %S", dstart);
Scm_Error        1639 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1641 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v_scm)) Scm_Error("<u16vector> required, but got %S", v_scm);
Scm_Error        1648 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        1655 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        1678 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1680 ext/uvector/uvlib.c   if (!SCM_LISTP(l_scm)) Scm_Error("list required, but got %S", l_scm);
Scm_Error        1709 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1711 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v_scm)) Scm_Error("<u16vector> required, but got %S", v_scm);
Scm_Error        1720 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        1727 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        1750 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1752 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v_scm)) Scm_Error("<u16vector> required, but got %S", v_scm);
Scm_Error        1759 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        1766 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        1793 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1795 ext/uvector/uvlib.c   if (!SCM_VECTORP(v_scm)) Scm_Error("vector required, but got %S", v_scm);
Scm_Error        1802 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        1809 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        1853 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1855 ext/uvector/uvlib.c   if (!SCM_INTP(length_scm)) Scm_Error("small integer required, but got %S", length_scm);
Scm_Error        1895 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v_scm)) Scm_Error("<s32vector> required, but got %S", v_scm);
Scm_Error        1916 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1918 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v_scm)) Scm_Error("<s32vector> required, but got %S", v_scm);
Scm_Error        1921 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        1950 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1952 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v_scm)) Scm_Error("<s32vector> required, but got %S", v_scm);
Scm_Error        1955 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        1984 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1986 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v_scm)) Scm_Error("<s32vector> required, but got %S", v_scm);
Scm_Error        1993 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        2000 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        2029 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2031 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(dst_scm)) Scm_Error("<s32vector> required, but got %S", dst_scm);
Scm_Error        2046 ext/uvector/uvlib.c   if (!SCM_EXACTP(sstart_scm)) Scm_Error("C integer required, but got %S", sstart_scm);
Scm_Error        2053 ext/uvector/uvlib.c   if (!SCM_EXACTP(send_scm)) Scm_Error("C integer required, but got %S", send_scm);
Scm_Error        2059 ext/uvector/uvlib.c        Scm_Error("s32vector-copy!: argument is not a matching uvector: %S",
Scm_Error        2068 ext/uvector/uvlib.c     Scm_Error("integer required, but got %S", dstart);
Scm_Error        2088 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2090 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v_scm)) Scm_Error("<s32vector> required, but got %S", v_scm);
Scm_Error        2097 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        2104 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        2127 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2129 ext/uvector/uvlib.c   if (!SCM_LISTP(l_scm)) Scm_Error("list required, but got %S", l_scm);
Scm_Error        2158 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2160 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v_scm)) Scm_Error("<s32vector> required, but got %S", v_scm);
Scm_Error        2169 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        2176 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        2199 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2201 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v_scm)) Scm_Error("<s32vector> required, but got %S", v_scm);
Scm_Error        2208 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        2215 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        2242 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2244 ext/uvector/uvlib.c   if (!SCM_VECTORP(v_scm)) Scm_Error("vector required, but got %S", v_scm);
Scm_Error        2251 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        2258 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        2302 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2304 ext/uvector/uvlib.c   if (!SCM_INTP(length_scm)) Scm_Error("small integer required, but got %S", length_scm);
Scm_Error        2344 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v_scm)) Scm_Error("<u32vector> required, but got %S", v_scm);
Scm_Error        2365 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2367 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v_scm)) Scm_Error("<u32vector> required, but got %S", v_scm);
Scm_Error        2370 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        2399 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2401 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v_scm)) Scm_Error("<u32vector> required, but got %S", v_scm);
Scm_Error        2404 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        2433 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2435 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v_scm)) Scm_Error("<u32vector> required, but got %S", v_scm);
Scm_Error        2442 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        2449 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        2478 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2480 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(dst_scm)) Scm_Error("<u32vector> required, but got %S", dst_scm);
Scm_Error        2495 ext/uvector/uvlib.c   if (!SCM_EXACTP(sstart_scm)) Scm_Error("C integer required, but got %S", sstart_scm);
Scm_Error        2502 ext/uvector/uvlib.c   if (!SCM_EXACTP(send_scm)) Scm_Error("C integer required, but got %S", send_scm);
Scm_Error        2508 ext/uvector/uvlib.c        Scm_Error("u32vector-copy!: argument is not a matching uvector: %S",
Scm_Error        2517 ext/uvector/uvlib.c     Scm_Error("integer required, but got %S", dstart);
Scm_Error        2537 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2539 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v_scm)) Scm_Error("<u32vector> required, but got %S", v_scm);
Scm_Error        2546 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        2553 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        2576 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2578 ext/uvector/uvlib.c   if (!SCM_LISTP(l_scm)) Scm_Error("list required, but got %S", l_scm);
Scm_Error        2607 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2609 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v_scm)) Scm_Error("<u32vector> required, but got %S", v_scm);
Scm_Error        2618 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        2625 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        2648 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2650 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v_scm)) Scm_Error("<u32vector> required, but got %S", v_scm);
Scm_Error        2657 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        2664 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        2691 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2693 ext/uvector/uvlib.c   if (!SCM_VECTORP(v_scm)) Scm_Error("vector required, but got %S", v_scm);
Scm_Error        2700 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        2707 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        2751 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2753 ext/uvector/uvlib.c   if (!SCM_INTP(length_scm)) Scm_Error("small integer required, but got %S", length_scm);
Scm_Error        2793 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v_scm)) Scm_Error("<s64vector> required, but got %S", v_scm);
Scm_Error        2814 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2816 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v_scm)) Scm_Error("<s64vector> required, but got %S", v_scm);
Scm_Error        2819 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        2848 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2850 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v_scm)) Scm_Error("<s64vector> required, but got %S", v_scm);
Scm_Error        2853 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        2882 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2884 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v_scm)) Scm_Error("<s64vector> required, but got %S", v_scm);
Scm_Error        2891 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        2898 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        2927 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2929 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(dst_scm)) Scm_Error("<s64vector> required, but got %S", dst_scm);
Scm_Error        2944 ext/uvector/uvlib.c   if (!SCM_EXACTP(sstart_scm)) Scm_Error("C integer required, but got %S", sstart_scm);
Scm_Error        2951 ext/uvector/uvlib.c   if (!SCM_EXACTP(send_scm)) Scm_Error("C integer required, but got %S", send_scm);
Scm_Error        2957 ext/uvector/uvlib.c        Scm_Error("s64vector-copy!: argument is not a matching uvector: %S",
Scm_Error        2966 ext/uvector/uvlib.c     Scm_Error("integer required, but got %S", dstart);
Scm_Error        2986 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2988 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v_scm)) Scm_Error("<s64vector> required, but got %S", v_scm);
Scm_Error        2995 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        3002 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        3025 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3027 ext/uvector/uvlib.c   if (!SCM_LISTP(l_scm)) Scm_Error("list required, but got %S", l_scm);
Scm_Error        3056 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3058 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v_scm)) Scm_Error("<s64vector> required, but got %S", v_scm);
Scm_Error        3067 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        3074 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        3097 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3099 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v_scm)) Scm_Error("<s64vector> required, but got %S", v_scm);
Scm_Error        3106 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        3113 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        3140 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3142 ext/uvector/uvlib.c   if (!SCM_VECTORP(v_scm)) Scm_Error("vector required, but got %S", v_scm);
Scm_Error        3149 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        3156 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        3200 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3202 ext/uvector/uvlib.c   if (!SCM_INTP(length_scm)) Scm_Error("small integer required, but got %S", length_scm);
Scm_Error        3242 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v_scm)) Scm_Error("<u64vector> required, but got %S", v_scm);
Scm_Error        3263 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3265 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v_scm)) Scm_Error("<u64vector> required, but got %S", v_scm);
Scm_Error        3268 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        3297 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3299 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v_scm)) Scm_Error("<u64vector> required, but got %S", v_scm);
Scm_Error        3302 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        3331 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3333 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v_scm)) Scm_Error("<u64vector> required, but got %S", v_scm);
Scm_Error        3340 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        3347 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        3376 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3378 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(dst_scm)) Scm_Error("<u64vector> required, but got %S", dst_scm);
Scm_Error        3393 ext/uvector/uvlib.c   if (!SCM_EXACTP(sstart_scm)) Scm_Error("C integer required, but got %S", sstart_scm);
Scm_Error        3400 ext/uvector/uvlib.c   if (!SCM_EXACTP(send_scm)) Scm_Error("C integer required, but got %S", send_scm);
Scm_Error        3406 ext/uvector/uvlib.c        Scm_Error("u64vector-copy!: argument is not a matching uvector: %S",
Scm_Error        3415 ext/uvector/uvlib.c     Scm_Error("integer required, but got %S", dstart);
Scm_Error        3435 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3437 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v_scm)) Scm_Error("<u64vector> required, but got %S", v_scm);
Scm_Error        3444 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        3451 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        3474 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3476 ext/uvector/uvlib.c   if (!SCM_LISTP(l_scm)) Scm_Error("list required, but got %S", l_scm);
Scm_Error        3505 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3507 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v_scm)) Scm_Error("<u64vector> required, but got %S", v_scm);
Scm_Error        3516 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        3523 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        3546 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3548 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v_scm)) Scm_Error("<u64vector> required, but got %S", v_scm);
Scm_Error        3555 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        3562 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        3589 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3591 ext/uvector/uvlib.c   if (!SCM_VECTORP(v_scm)) Scm_Error("vector required, but got %S", v_scm);
Scm_Error        3598 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        3605 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        3649 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3651 ext/uvector/uvlib.c   if (!SCM_INTP(length_scm)) Scm_Error("small integer required, but got %S", length_scm);
Scm_Error        3691 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v_scm)) Scm_Error("<f32vector> required, but got %S", v_scm);
Scm_Error        3712 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3714 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v_scm)) Scm_Error("<f32vector> required, but got %S", v_scm);
Scm_Error        3717 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        3746 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3748 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v_scm)) Scm_Error("<f32vector> required, but got %S", v_scm);
Scm_Error        3751 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        3780 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3782 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v_scm)) Scm_Error("<f32vector> required, but got %S", v_scm);
Scm_Error        3789 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        3796 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        3825 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3827 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(dst_scm)) Scm_Error("<f32vector> required, but got %S", dst_scm);
Scm_Error        3842 ext/uvector/uvlib.c   if (!SCM_EXACTP(sstart_scm)) Scm_Error("C integer required, but got %S", sstart_scm);
Scm_Error        3849 ext/uvector/uvlib.c   if (!SCM_EXACTP(send_scm)) Scm_Error("C integer required, but got %S", send_scm);
Scm_Error        3855 ext/uvector/uvlib.c        Scm_Error("f32vector-copy!: argument is not a matching uvector: %S",
Scm_Error        3864 ext/uvector/uvlib.c     Scm_Error("integer required, but got %S", dstart);
Scm_Error        3884 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3886 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v_scm)) Scm_Error("<f32vector> required, but got %S", v_scm);
Scm_Error        3893 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        3900 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        3923 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3925 ext/uvector/uvlib.c   if (!SCM_LISTP(l_scm)) Scm_Error("list required, but got %S", l_scm);
Scm_Error        3954 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3956 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v_scm)) Scm_Error("<f32vector> required, but got %S", v_scm);
Scm_Error        3965 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        3972 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        3995 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3997 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v_scm)) Scm_Error("<f32vector> required, but got %S", v_scm);
Scm_Error        4004 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        4011 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        4038 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4040 ext/uvector/uvlib.c   if (!SCM_VECTORP(v_scm)) Scm_Error("vector required, but got %S", v_scm);
Scm_Error        4047 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        4054 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        4098 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4100 ext/uvector/uvlib.c   if (!SCM_INTP(length_scm)) Scm_Error("small integer required, but got %S", length_scm);
Scm_Error        4140 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v_scm)) Scm_Error("<f64vector> required, but got %S", v_scm);
Scm_Error        4161 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4163 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v_scm)) Scm_Error("<f64vector> required, but got %S", v_scm);
Scm_Error        4166 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        4195 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4197 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v_scm)) Scm_Error("<f64vector> required, but got %S", v_scm);
Scm_Error        4200 ext/uvector/uvlib.c   if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        4229 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4231 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v_scm)) Scm_Error("<f64vector> required, but got %S", v_scm);
Scm_Error        4238 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        4245 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        4274 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4276 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(dst_scm)) Scm_Error("<f64vector> required, but got %S", dst_scm);
Scm_Error        4291 ext/uvector/uvlib.c   if (!SCM_EXACTP(sstart_scm)) Scm_Error("C integer required, but got %S", sstart_scm);
Scm_Error        4298 ext/uvector/uvlib.c   if (!SCM_EXACTP(send_scm)) Scm_Error("C integer required, but got %S", send_scm);
Scm_Error        4304 ext/uvector/uvlib.c        Scm_Error("f64vector-copy!: argument is not a matching uvector: %S",
Scm_Error        4313 ext/uvector/uvlib.c     Scm_Error("integer required, but got %S", dstart);
Scm_Error        4333 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4335 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v_scm)) Scm_Error("<f64vector> required, but got %S", v_scm);
Scm_Error        4342 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        4349 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        4372 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4374 ext/uvector/uvlib.c   if (!SCM_LISTP(l_scm)) Scm_Error("list required, but got %S", l_scm);
Scm_Error        4403 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4405 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v_scm)) Scm_Error("<f64vector> required, but got %S", v_scm);
Scm_Error        4414 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        4421 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        4444 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4446 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v_scm)) Scm_Error("<f64vector> required, but got %S", v_scm);
Scm_Error        4453 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        4460 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        4487 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4489 ext/uvector/uvlib.c   if (!SCM_VECTORP(v_scm)) Scm_Error("vector required, but got %S", v_scm);
Scm_Error        4496 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        4503 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        4530 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4532 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v0_scm)) Scm_Error("<s8vector> required, but got %S", v0_scm);
Scm_Error        4561 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4563 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v0_scm)) Scm_Error("<s8vector> required, but got %S", v0_scm);
Scm_Error        4592 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4594 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v0_scm)) Scm_Error("<u8vector> required, but got %S", v0_scm);
Scm_Error        4623 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4625 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v0_scm)) Scm_Error("<u8vector> required, but got %S", v0_scm);
Scm_Error        4654 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4656 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        4685 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4687 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        4716 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4718 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        4747 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4749 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        4778 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4780 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        4809 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4811 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        4840 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4842 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        4871 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4873 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        4902 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4904 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        4933 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4935 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        4964 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4966 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        4995 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4997 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        5026 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5028 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v0_scm)) Scm_Error("<f32vector> required, but got %S", v0_scm);
Scm_Error        5057 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5059 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v0_scm)) Scm_Error("<f32vector> required, but got %S", v0_scm);
Scm_Error        5088 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5090 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v0_scm)) Scm_Error("<f64vector> required, but got %S", v0_scm);
Scm_Error        5119 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5121 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v0_scm)) Scm_Error("<f64vector> required, but got %S", v0_scm);
Scm_Error        5150 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5152 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v0_scm)) Scm_Error("<s8vector> required, but got %S", v0_scm);
Scm_Error        5181 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5183 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v0_scm)) Scm_Error("<s8vector> required, but got %S", v0_scm);
Scm_Error        5212 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5214 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v0_scm)) Scm_Error("<u8vector> required, but got %S", v0_scm);
Scm_Error        5243 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5245 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v0_scm)) Scm_Error("<u8vector> required, but got %S", v0_scm);
Scm_Error        5274 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5276 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        5305 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5307 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        5336 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5338 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        5367 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5369 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        5398 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5400 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        5429 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5431 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        5460 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5462 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        5491 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5493 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        5522 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5524 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        5553 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5555 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        5584 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5586 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        5615 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5617 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        5646 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5648 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v0_scm)) Scm_Error("<f32vector> required, but got %S", v0_scm);
Scm_Error        5677 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5679 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v0_scm)) Scm_Error("<f32vector> required, but got %S", v0_scm);
Scm_Error        5708 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5710 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v0_scm)) Scm_Error("<f64vector> required, but got %S", v0_scm);
Scm_Error        5739 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5741 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v0_scm)) Scm_Error("<f64vector> required, but got %S", v0_scm);
Scm_Error        5770 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5772 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v0_scm)) Scm_Error("<s8vector> required, but got %S", v0_scm);
Scm_Error        5801 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5803 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v0_scm)) Scm_Error("<s8vector> required, but got %S", v0_scm);
Scm_Error        5832 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5834 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v0_scm)) Scm_Error("<u8vector> required, but got %S", v0_scm);
Scm_Error        5863 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5865 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v0_scm)) Scm_Error("<u8vector> required, but got %S", v0_scm);
Scm_Error        5894 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5896 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        5925 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5927 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        5956 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5958 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        5987 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5989 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        6018 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        6020 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        6049 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        6051 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        6080 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        6082 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        6111 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        6113 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        6142 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        6144 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        6173 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        6175 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        6204 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        6206 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        6235 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        6237 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        6266 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        6268 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v0_scm)) Scm_Error("<f32vector> required, but got %S", v0_scm);
Scm_Error        6297 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        6299 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v0_scm)) Scm_Error("<f32vector> required, but got %S", v0_scm);
Scm_Error        6328 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        6330 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v0_scm)) Scm_Error("<f64vector> required, but got %S", v0_scm);
Scm_Error        6359 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        6361 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v0_scm)) Scm_Error("<f64vector> required, but got %S", v0_scm);
Scm_Error        6390 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        6392 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v0_scm)) Scm_Error("<f32vector> required, but got %S", v0_scm);
Scm_Error        6421 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        6423 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v0_scm)) Scm_Error("<f32vector> required, but got %S", v0_scm);
Scm_Error        6452 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        6454 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v0_scm)) Scm_Error("<f64vector> required, but got %S", v0_scm);
Scm_Error        6483 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        6485 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v0_scm)) Scm_Error("<f64vector> required, but got %S", v0_scm);
Scm_Error        6511 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v0_scm)) Scm_Error("<s8vector> required, but got %S", v0_scm);
Scm_Error        6531 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v0_scm)) Scm_Error("<s8vector> required, but got %S", v0_scm);
Scm_Error        6551 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v0_scm)) Scm_Error("<s8vector> required, but got %S", v0_scm);
Scm_Error        6571 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v0_scm)) Scm_Error("<s8vector> required, but got %S", v0_scm);
Scm_Error        6591 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v0_scm)) Scm_Error("<s8vector> required, but got %S", v0_scm);
Scm_Error        6611 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v0_scm)) Scm_Error("<s8vector> required, but got %S", v0_scm);
Scm_Error        6631 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v0_scm)) Scm_Error("<u8vector> required, but got %S", v0_scm);
Scm_Error        6651 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v0_scm)) Scm_Error("<u8vector> required, but got %S", v0_scm);
Scm_Error        6671 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v0_scm)) Scm_Error("<u8vector> required, but got %S", v0_scm);
Scm_Error        6691 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v0_scm)) Scm_Error("<u8vector> required, but got %S", v0_scm);
Scm_Error        6711 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v0_scm)) Scm_Error("<u8vector> required, but got %S", v0_scm);
Scm_Error        6731 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v0_scm)) Scm_Error("<u8vector> required, but got %S", v0_scm);
Scm_Error        6751 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        6771 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        6791 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        6811 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        6831 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        6851 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        6871 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        6891 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        6911 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        6931 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        6951 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        6971 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        6991 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        7011 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        7031 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        7051 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        7071 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        7091 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        7111 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        7131 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        7151 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        7171 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        7191 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        7211 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        7231 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        7251 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        7271 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        7291 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        7311 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        7331 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        7351 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        7371 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        7391 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        7411 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        7431 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        7451 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        7471 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v0_scm)) Scm_Error("<s8vector> required, but got %S", v0_scm);
Scm_Error        7495 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v0_scm)) Scm_Error("<u8vector> required, but got %S", v0_scm);
Scm_Error        7519 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        7543 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        7567 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        7591 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        7615 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        7639 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        7663 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v0_scm)) Scm_Error("<f32vector> required, but got %S", v0_scm);
Scm_Error        7687 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v0_scm)) Scm_Error("<f64vector> required, but got %S", v0_scm);
Scm_Error        7713 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v0_scm)) Scm_Error("<s8vector> required, but got %S", v0_scm);
Scm_Error        7741 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v0_scm)) Scm_Error("<s8vector> required, but got %S", v0_scm);
Scm_Error        7769 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v0_scm)) Scm_Error("<s8vector> required, but got %S", v0_scm);
Scm_Error        7797 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v0_scm)) Scm_Error("<u8vector> required, but got %S", v0_scm);
Scm_Error        7825 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v0_scm)) Scm_Error("<u8vector> required, but got %S", v0_scm);
Scm_Error        7853 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v0_scm)) Scm_Error("<u8vector> required, but got %S", v0_scm);
Scm_Error        7881 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        7909 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        7937 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        7965 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        7993 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        8021 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        8049 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        8077 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        8105 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        8133 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        8161 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        8189 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        8217 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        8245 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        8273 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        8301 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        8329 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        8357 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        8385 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v0_scm)) Scm_Error("<f32vector> required, but got %S", v0_scm);
Scm_Error        8413 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v0_scm)) Scm_Error("<f32vector> required, but got %S", v0_scm);
Scm_Error        8441 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v0_scm)) Scm_Error("<f32vector> required, but got %S", v0_scm);
Scm_Error        8469 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v0_scm)) Scm_Error("<f64vector> required, but got %S", v0_scm);
Scm_Error        8497 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v0_scm)) Scm_Error("<f64vector> required, but got %S", v0_scm);
Scm_Error        8525 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v0_scm)) Scm_Error("<f64vector> required, but got %S", v0_scm);
Scm_Error        8549 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        8569 ext/uvector/uvlib.c   if (!SCM_S16VECTORP(v0_scm)) Scm_Error("<s16vector> required, but got %S", v0_scm);
Scm_Error        8589 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        8609 ext/uvector/uvlib.c   if (!SCM_U16VECTORP(v0_scm)) Scm_Error("<u16vector> required, but got %S", v0_scm);
Scm_Error        8629 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        8649 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v0_scm)) Scm_Error("<s32vector> required, but got %S", v0_scm);
Scm_Error        8669 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        8689 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v0_scm)) Scm_Error("<u32vector> required, but got %S", v0_scm);
Scm_Error        8709 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        8729 ext/uvector/uvlib.c   if (!SCM_S64VECTORP(v0_scm)) Scm_Error("<s64vector> required, but got %S", v0_scm);
Scm_Error        8749 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        8769 ext/uvector/uvlib.c   if (!SCM_U64VECTORP(v0_scm)) Scm_Error("<u64vector> required, but got %S", v0_scm);
Scm_Error        8789 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v0_scm)) Scm_Error("<f32vector> required, but got %S", v0_scm);
Scm_Error        8809 ext/uvector/uvlib.c   if (!SCM_F32VECTORP(v0_scm)) Scm_Error("<f32vector> required, but got %S", v0_scm);
Scm_Error        8829 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v0_scm)) Scm_Error("<f64vector> required, but got %S", v0_scm);
Scm_Error        8849 ext/uvector/uvlib.c   if (!SCM_F64VECTORP(v0_scm)) Scm_Error("<f64vector> required, but got %S", v0_scm);
Scm_Error        8876 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        8878 ext/uvector/uvlib.c   if (!SCM_CLASSP(klass_scm)) Scm_Error("class required, but got %S", klass_scm);
Scm_Error        8881 ext/uvector/uvlib.c   if (!SCM_UVECTORP(v_scm)) Scm_Error("<uvector> required, but got %S", v_scm);
Scm_Error        8888 ext/uvector/uvlib.c   if (!SCM_EXACTP(start_scm)) Scm_Error("C integer required, but got %S", start_scm);
Scm_Error        8895 ext/uvector/uvlib.c   if (!SCM_EXACTP(end_scm)) Scm_Error("C integer required, but got %S", end_scm);
Scm_Error        8915 ext/uvector/uvlib.c   if (!SCM_UVECTORP(v_scm)) Scm_Error("<uvector> required, but got %S", v_scm);
Scm_Error        8935 ext/uvector/uvlib.c   if (!SCM_UVECTORP(v_scm)) Scm_Error("<uvector> required, but got %S", v_scm);
Scm_Error        8964 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 4 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        8966 ext/uvector/uvlib.c   if (!SCM_UVECTORP(v_scm)) Scm_Error("<uvector> required, but got %S", v_scm);
Scm_Error        8973 ext/uvector/uvlib.c   if (!SCM_IPORTP(port_scm)) Scm_Error("input port required, but got %S", port_scm);
Scm_Error        8980 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        8987 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        9022 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 4 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        9024 ext/uvector/uvlib.c   if (!SCM_UVECTORP(v_scm)) Scm_Error("<uvector> required, but got %S", v_scm);
Scm_Error        9031 ext/uvector/uvlib.c   if (!SCM_OPORTP(port_scm)) Scm_Error("output port required, but got %S", port_scm);
Scm_Error        9038 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        9045 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        9089 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        9091 ext/uvector/uvlib.c   if (!SCM_STRINGP(s_scm)) Scm_Error("string required, but got %S", s_scm);
Scm_Error        9098 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        9105 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        9126 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        9128 ext/uvector/uvlib.c   if (!SCM_STRINGP(s_scm)) Scm_Error("string required, but got %S", s_scm);
Scm_Error        9135 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        9142 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        9189 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        9191 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v_scm)) Scm_Error("<s8vector> required, but got %S", v_scm);
Scm_Error        9194 ext/uvector/uvlib.c   if (!SCM_EXACTP(tstart_scm)) Scm_Error("C integer required, but got %S", tstart_scm);
Scm_Error        9197 ext/uvector/uvlib.c   if (!SCM_STRINGP(s_scm)) Scm_Error("string required, but got %S", s_scm);
Scm_Error        9204 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        9211 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        9236 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        9238 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v_scm)) Scm_Error("<u8vector> required, but got %S", v_scm);
Scm_Error        9241 ext/uvector/uvlib.c   if (!SCM_EXACTP(tstart_scm)) Scm_Error("C integer required, but got %S", tstart_scm);
Scm_Error        9244 ext/uvector/uvlib.c   if (!SCM_STRINGP(s_scm)) Scm_Error("string required, but got %S", s_scm);
Scm_Error        9251 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        9258 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        9286 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        9288 ext/uvector/uvlib.c   if (!SCM_S8VECTORP(v_scm)) Scm_Error("<s8vector> required, but got %S", v_scm);
Scm_Error        9295 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        9302 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        9323 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        9325 ext/uvector/uvlib.c   if (!SCM_U8VECTORP(v_scm)) Scm_Error("<u8vector> required, but got %S", v_scm);
Scm_Error        9332 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        9339 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        9380 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        9382 ext/uvector/uvlib.c   if (!SCM_STRINGP(s_scm)) Scm_Error("string required, but got %S", s_scm);
Scm_Error        9389 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        9396 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        9417 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        9419 ext/uvector/uvlib.c   if (!SCM_STRINGP(s_scm)) Scm_Error("string required, but got %S", s_scm);
Scm_Error        9426 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        9433 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        9467 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        9469 ext/uvector/uvlib.c   if (!SCM_S32VECTORP(v_scm)) Scm_Error("<s32vector> required, but got %S", v_scm);
Scm_Error        9476 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        9483 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        9504 ext/uvector/uvlib.c     Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        9506 ext/uvector/uvlib.c   if (!SCM_U32VECTORP(v_scm)) Scm_Error("<u32vector> required, but got %S", v_scm);
Scm_Error        9513 ext/uvector/uvlib.c   if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        9520 ext/uvector/uvlib.c   if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error         113 src/bignum.c       if (size < 0) Scm_Error("invalid bignum size (internal error): %d", size);
Scm_Error         115 src/bignum.c           Scm_Error("too large bignum (> 2^%d-1)",
Scm_Error         201 src/bignum.c           Scm_Error("can't convert %lf to an integer", val);
Scm_Error         271 src/bignum.c           Scm_Error("argument out of range: %S", SCM_OBJ(b));
Scm_Error         295 src/bignum.c           Scm_Error("argument out of range: %S", SCM_OBJ(b));
Scm_Error         355 src/bignum.c           Scm_Error("argument out of range: %S", SCM_OBJ(b));
Scm_Error         398 src/bignum.c           Scm_Error("argument out of range: %S", SCM_OBJ(b));
Scm_Error         742 src/bignum.c           Scm_Error("number expected, but got %S", v);
Scm_Error         913 src/bignum.c           Scm_Error("number expected, but got %S", v);
Scm_Error        1262 src/bignum.c           Scm_Error("radix out of range: %d", radix);
Scm_Error         119 src/char.c         if (n < 0) Scm_Error("bad character code: %d", n);
Scm_Error         129 src/char.c                 Scm_Error("couldn't autoload gauche.charconv");
Scm_Error         141 src/char.c         if (ch == SCM_CHAR_INVALID) Scm_Error("bad character");
Scm_Error         151 src/char.c                 Scm_Error("couldn't autoload gauche.charconv");
Scm_Error         354 src/char.c             Scm_Error("cannot compare char-sets: %S vs %S", x, y);
Scm_Error         625 src/char.c             Scm_Error("Bad '\\%c' escape sequence in a char-set literal: %s",
Scm_Error         780 src/char.c             Scm_Error("Unclosed bracket in charset syntax [%A",
Scm_Error         830 src/char.c         Scm_Error("invalid or unsupported POSIX charset '[%s]'", name);
Scm_Error         882 src/char.c             Scm_Error("bad id for predefined charset index: %d", id);
Scm_Error         199 src/class.c                Scm_Error("list of classes required, but found non-class object"
Scm_Error         412 src/class.c            Scm_Error("built-in class can't be allocated via allocate-instance: %S",
Scm_Error         561 src/class.c                        Scm_Error("class precedence list has more than one C-defined base class (except <object>): %S", val);
Scm_Error         574 src/class.c            Scm_Error("class precedence list doesn't have a base class: %S", val);
Scm_Error         585 src/class.c        Scm_Error("class precedence list must be a proper list of class "
Scm_Error         600 src/class.c                Scm_Error("non-class object found in direct superclass list: %S",
Scm_Error         616 src/class.c                Scm_Error("bad slot spec found in direct slot list: %S",
Scm_Error         632 src/class.c                Scm_Error("bad slot spec found in slot list: %S",
Scm_Error         649 src/class.c                Scm_Error("slot accessor list must be an assoc-list of slot name and slot accessor object, but found: %S",
Scm_Error         664 src/class.c            Scm_Error("invalid argument: %S", snf);
Scm_Error         689 src/class.c            Scm_Error("class-initargs must be a list of even number of elements, but got %S", val);
Scm_Error         709 src/class.c        Scm_Error("list of modules required, bot got %S", val);
Scm_Error         842 src/class.c                Scm_Error("non-class found in direct superclass list: %S",
Scm_Error         855 src/class.c            Scm_Error("discrepancy found in class precedence lists of the superclasses: %S",
Scm_Error         907 src/class.c            Scm_Error("cannot redefine class %S, which is not a Scheme-defined class", klass);
Scm_Error         924 src/class.c            Scm_Error("class %S seems abandoned during class redefinition", klass);
Scm_Error         935 src/class.c            Scm_Error("class or #f required, but got %S", newklass);
Scm_Error        1058 src/class.c            Scm_Error("%%transplant-instance: classes are incompatible between %S and %S",
Scm_Error        1062 src/class.c            Scm_Error("%%transplant-instance: baseclass is too small (implementation error?)");
Scm_Error        1153 src/class.c            Scm_Error("instance slot index %d out of bounds for %S", number, obj);
Scm_Error        1161 src/class.c            Scm_Error("instance slot index %d out of bounds for %S", number, obj);
Scm_Error        1244 src/class.c            Scm_Error("slot accessor information of class %S, slot %S is screwed up.",
Scm_Error        1302 src/class.c            Scm_Error("don't know how to retrieve value of slot %S of object %S (MOP error?)",
Scm_Error        1370 src/class.c            Scm_Error("attempt to use a slot accessor %S on the object of different class: %S",
Scm_Error        1409 src/class.c            Scm_Error("slot-ref-using-class: class %S is not the class of object %S", klass, obj);
Scm_Error        1442 src/class.c            Scm_Error("slot %S of class %S is read-only", sa->name,
Scm_Error        1501 src/class.c            Scm_Error("attempt to use a slot accessor %S on the object of different class: %S",
Scm_Error        1541 src/class.c            Scm_Error("slot-ref-using-class: class %S is not the class of object %S", klass, obj);
Scm_Error        1609 src/class.c            Scm_Error("slot-bound-using-class?: class %S is not the class of object %S", klass, obj);
Scm_Error        1641 src/class.c            Scm_Error("initializer list is not even: %S", initargs);
Scm_Error        1705 src/class.c            Scm_Error(":class argument must be a class metaobject, but got %S", v);
Scm_Error        1759 src/class.c            Scm_Error("small positive integer required, but got %S", val);
Scm_Error        1878 src/class.c            Scm_Error("object %S and %S can't be ordered", x, y);
Scm_Error        1967 src/class.c        Scm_Error("no applicable method for %S with arguments %S",
Scm_Error        1981 src/class.c        Scm_Error("invalid application: %S", Scm_ArrayToList(args, nargs));
Scm_Error        2018 src/class.c        if (n < 0) Scm_Error("bad argument list: %S", arglist);
Scm_Error        2068 src/class.c        if (ntargs < 0) Scm_Error("bad targ list: %S", targlist);
Scm_Error        2073 src/class.c                Scm_Error("bad class object in type list: %S", SCM_CAR(tp));
Scm_Error        2110 src/class.c                Scm_Error("bad method in applicable method list: %S", SCM_CAR(mp));
Scm_Error        2175 src/class.c            Scm_Error("generic function required for :generic argument: %S",
Scm_Error        2179 src/class.c            Scm_Error("closure required for :body argument: %S", body);
Scm_Error        2181 src/class.c            Scm_Error("invalid specializers list: %S", specs);
Scm_Error        2189 src/class.c            Scm_Error("body doesn't match with lambda list: %S", body);
Scm_Error        2191 src/class.c            Scm_Error("specializer list doesn't match with lambda list: %S",specs);
Scm_Error        2255 src/class.c            Scm_Error("generic function required, but got %S", val);
Scm_Error        2271 src/class.c            Scm_Error("specializer list doesn't match body's lambda list:", val);
Scm_Error        2333 src/class.c            Scm_Error("method %S already added to a generic function %S",
Scm_Error        2336 src/class.c            Scm_Error("method %S already appears in a method list of generic %S"
Scm_Error        2509 src/class.c            Scm_Error("slot accessor required for :slot-accessor argument: %S",
Scm_Error        2522 src/class.c            Scm_Error("bad initialization parameter for accessor method %S", m);
Scm_Error        2546 src/class.c            Scm_Error("slot accessor required, but got %S", v);
Scm_Error        2618 src/class.c            Scm_Error("NULL pointer passed to Scm_MakeForeignPointer");
Scm_Error        2621 src/class.c            Scm_Error("attempt to instantiate non-foreign-pointer class %S via Scm_MakeForeignPointer", klass);
Scm_Error        2658 src/class.c            Scm_Error("No value associated with key %S in a foreign pointer %S",
Scm_Error         277 src/code.c                 Scm_Error("[internal error] CompiledCode is already frozen"); \
Scm_Error         389 src/code.c         Scm_Error("[internal error] bad operand: %S", b->currentOperand);
Scm_Error         526 src/code.c                 Scm_Error("[internal error] undefined label in compiled code: %S",
Scm_Error         989 src/code.c                 Scm_Error("invalid VM instruction code: %d", code); \
Scm_Error        1019 src/code.c             Scm_Error("vm-insn-name->code: requires a symbol or a string, but got %S", name);
Scm_Error        1028 src/code.c         Scm_Error("vm-insn-name->code: no such instruction: %A", name);
Scm_Error        1043 src/code.c                 Scm_Error("VM instruction %S takes no parameters, but got %S",
Scm_Error        1049 src/code.c                 Scm_Error("VM instruction %S takes one parameter, but got %S",
Scm_Error        1057 src/code.c                 Scm_Error("VM instruction %S takes two parameters, but got %S",
Scm_Error        1068 src/code.c         Scm_Error("Bad VM insn spec: %S", obj);
Scm_Error          64 src/compare.c      Scm_Error("can't compare %S and %S", x, y);
Scm_Error         204 src/compaux.c          Scm_Error("symbol required, but got %S", val);
Scm_Error         217 src/compaux.c          Scm_Error("module required, but got %S", val);
Scm_Error         230 src/compaux.c          Scm_Error("list required, but got %S", val);
Scm_Error         356 src/core.c             Scm_GetLibraryDirectory(buf, PATH_MAX, Scm_Error);
Scm_Error         368 src/core.c             Scm_GetArchitectureDirectory(buf, PATH_MAX, Scm_Error);
Scm_Error         380 src/core.c             Scm_GetSiteLibraryDirectory(buf, PATH_MAX, Scm_Error);
Scm_Error         392 src/core.c             Scm_GetSiteArchitectureDirectory(buf, PATH_MAX, Scm_Error);
Scm_Error         199 src/error.c            Scm_Error("small integer required, but got %S", val);
Scm_Error         219 src/error.c            Scm_Error("input port or #f required, but got %S", val);
Scm_Error         231 src/error.c            Scm_Error("small integer required, but got %S", val);
Scm_Error         255 src/error.c            Scm_Error("port or #f required, but got %S", val);
Scm_Error         313 src/error.c            Scm_Error("Scm_MakeCompoundCondition: list required, but got %S",
Scm_Error         321 src/error.c                Scm_Error("make-compound-condition: given non-condition object: %S", SCM_CAR(conditions));
Scm_Error         330 src/error.c                Scm_Error("make-compound-condition: given non-condition object: %S", SCM_CAR(cp));
Scm_Error         364 src/error.c            Scm_Error("conditions slot of a compound condition must be a list of conditions, but got %S", conds);
Scm_Error          26 src/exclib.c     Scm_Error("error handler must take at least 1 argument, but got %S",
Scm_Error          30 src/exclib.c     Scm_Error("thunk required, but got %S", thunk);
Scm_Error          71 src/exclib.c      Scm_Error("exception handler must take at least 1 argument, but got %S",
Scm_Error          75 src/exclib.c     Scm_Error("thunk required, but got %S", thunk);
Scm_Error          65 src/extlib.c      Scm_Error("unrecognized compare mode: %S", opt);
Scm_Error         100 src/extlib.c     if (!SCM_INTP(cnt_scm)) Scm_Error("small integer required, but got %S", cnt_scm);
Scm_Error         285 src/extlib.c       Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         304 src/extlib.c       Scm_Error("real number required for x, but got %S", x);
Scm_Error         312 src/extlib.c       Scm_Error("real number or #f required for min, but got %S", min);
Scm_Error         320 src/extlib.c       Scm_Error("real number or #f required for max, but got %S", max);
Scm_Error         353 src/extlib.c        Scm_Error("real number required, but got %S", num);
Scm_Error         489 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         491 src/extlib.c     if (!SCM_INTP(len_scm)) Scm_Error("small integer required, but got %S", len_scm);
Scm_Error         614 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         618 src/extlib.c     if (!SCM_LISTP(list_scm)) Scm_Error("list required, but got %S", list_scm);
Scm_Error         649 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         653 src/extlib.c     if (!SCM_LISTP(list_scm)) Scm_Error("list required, but got %S", list_scm);
Scm_Error         682 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         684 src/extlib.c     if (!SCM_LISTP(list_scm)) Scm_Error("list required, but got %S", list_scm);
Scm_Error         713 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         715 src/extlib.c     if (!SCM_LISTP(list_scm)) Scm_Error("list required, but got %S", list_scm);
Scm_Error         746 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         750 src/extlib.c     if (!SCM_LISTP(list_scm)) Scm_Error("list required, but got %S", list_scm);
Scm_Error         781 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         785 src/extlib.c     if (!SCM_LISTP(list_scm)) Scm_Error("list required, but got %S", list_scm);
Scm_Error         864 src/extlib.c       Scm_Error("proper list or vector required, but got %S", seq);
Scm_Error         887 src/extlib.c       Scm_Error("proper list or vector required, but got %S", seq);
Scm_Error         906 src/extlib.c     if (!SCM_LISTP(sequences_scm)) Scm_Error("list required, but got %S", sequences_scm);
Scm_Error         927 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         938 src/extlib.c         Scm_Error("string expected, but got %S", prefix);
Scm_Error         978 src/extlib.c     else Scm_Error("string or symbol required, but got %S", name);
Scm_Error         997 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1072 src/extlib.c     if (!SCM_KEYWORDP(key_scm)) Scm_Error("keyword required, but got %S", key_scm);
Scm_Error        1111 src/extlib.c     if (!SCM_IDENTIFIERP(obj_scm)) Scm_Error("identifier required, but got %S", obj_scm);
Scm_Error        1134 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1136 src/extlib.c     if (!SCM_CHARP(ch_scm)) Scm_Error("character required, but got %S", ch_scm);
Scm_Error        1143 src/extlib.c     if (!SCM_INTP(radix_scm)) Scm_Error("small integer required, but got %S", radix_scm);
Scm_Error        1150 src/extlib.c     Scm_Error("radix must be between 2 and 36, but got %d", radix);
Scm_Error        1170 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1172 src/extlib.c     if (!SCM_INTP(n_scm)) Scm_Error("small integer required, but got %S", n_scm);
Scm_Error        1179 src/extlib.c     if (!SCM_INTP(radix_scm)) Scm_Error("small integer required, but got %S", radix_scm);
Scm_Error        1186 src/extlib.c     Scm_Error("radix must be between 2 and 36, but got %d", radix);
Scm_Error        1203 src/extlib.c     if (!SCM_EXACTP(n_scm)) Scm_Error("C integer required, but got %S", n_scm);
Scm_Error        1221 src/extlib.c     if (!SCM_CHARP(c_scm)) Scm_Error("character required, but got %S", c_scm);
Scm_Error        1269 src/extlib.c     if (!SCM_STRINGP(encoding_scm)) Scm_Error("const C string required, but got %S", encoding_scm);
Scm_Error        1308 src/extlib.c         Scm_Error("character required, but got %S", SCM_CAR(cp));
Scm_Error        1321 src/extlib.c     if (!SCM_CHARSETP(x_scm)) Scm_Error("char-set required, but got %S", x_scm);
Scm_Error        1324 src/extlib.c     if (!SCM_CHARSETP(y_scm)) Scm_Error("char-set required, but got %S", y_scm);
Scm_Error        1346 src/extlib.c     if (!SCM_CHARSETP(x_scm)) Scm_Error("char-set required, but got %S", x_scm);
Scm_Error        1349 src/extlib.c     if (!SCM_CHARSETP(y_scm)) Scm_Error("char-set required, but got %S", y_scm);
Scm_Error        1387 src/extlib.c     if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm);
Scm_Error        1409 src/extlib.c     if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm);
Scm_Error        1412 src/extlib.c     if (!SCM_LISTP(chars_scm)) Scm_Error("list required, but got %S", chars_scm);
Scm_Error        1432 src/extlib.c     if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm);
Scm_Error        1442 src/extlib.c     if (fromc < 0) Scm_Error("character or positive integer required, but got %S", from);
Scm_Error        1443 src/extlib.c     if (fromc > SCM_CHAR_MAX) Scm_Error("argument out of range: %S", from);
Scm_Error        1446 src/extlib.c     if (toc < 0) Scm_Error("character or positive integer required, but got %S", to);
Scm_Error        1447 src/extlib.c     if (toc > SCM_CHAR_MAX) Scm_Error("argument out of range: %S", to);
Scm_Error        1463 src/extlib.c     if (!SCM_CHARSETP(dst_scm)) Scm_Error("char-set required, but got %S", dst_scm);
Scm_Error        1466 src/extlib.c     if (!SCM_CHARSETP(src_scm)) Scm_Error("char-set required, but got %S", src_scm);
Scm_Error        1488 src/extlib.c     if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm);
Scm_Error        1491 src/extlib.c     if (!SCM_CHARP(ch_scm)) Scm_Error("character required, but got %S", ch_scm);
Scm_Error        1511 src/extlib.c     if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm);
Scm_Error        1531 src/extlib.c     if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm);
Scm_Error        1551 src/extlib.c     if (!SCM_INTP(num_scm)) Scm_Error("small integer required, but got %S", num_scm);
Scm_Error        1572 src/extlib.c     if (!SCM_CHARSETP(cs_scm)) Scm_Error("char-set required, but got %S", cs_scm);
Scm_Error        1628 src/extlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        1648 src/extlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        1668 src/extlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        1688 src/extlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        1708 src/extlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        1731 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1733 src/extlib.c     if (!SCM_INTP(size_scm)) Scm_Error("small integer required, but got %S", size_scm);
Scm_Error        1740 src/extlib.c     if (!SCM_INTP(byte_scm)) Scm_Error("small integer required, but got %S", byte_scm);
Scm_Error        1744 src/extlib.c     if (size < 0) Scm_Error("size out of bound: %d", size);
Scm_Error        1765 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1767 src/extlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        1770 src/extlib.c     if (!SCM_INTP(k_scm)) Scm_Error("small integer required, but got %S", k_scm);
Scm_Error        1801 src/extlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        1804 src/extlib.c     if (!SCM_INTP(k_scm)) Scm_Error("small integer required, but got %S", k_scm);
Scm_Error        1807 src/extlib.c     if (!SCM_INTP(b_scm)) Scm_Error("small integer required, but got %S", b_scm);
Scm_Error        1831 src/extlib.c     if (!SCM_STRINGP(target_scm)) Scm_Error("string required, but got %S", target_scm);
Scm_Error        1834 src/extlib.c     if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        1837 src/extlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        1841 src/extlib.c     if (!SCM_STRINGP(r)) Scm_Error("argument out of range: (%d %S)", start, str);
Scm_Error        1860 src/extlib.c       Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1862 src/extlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        1907 src/extlib.c       Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1909 src/extlib.c     if (!SCM_LISTP(strs_scm)) Scm_Error("list required, but got %S", strs_scm);
Scm_Error        1916 src/extlib.c     if (!SCM_STRINGP(delim_scm)) Scm_Error("string required, but got %S", delim_scm);
Scm_Error        1934 src/extlib.c     else Scm_Error("invalid grammer specification: %S", grammer);
Scm_Error        1950 src/extlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        1959 src/extlib.c     if (modulo == 0) Scm_Error("argument out of domain: %S", bound);
Scm_Error        1975 src/extlib.c     if (!SCM_STRINGP(s_scm)) Scm_Error("string required, but got %S", s_scm);
Scm_Error        1978 src/extlib.c     if (!SCM_CHARP(ch_scm)) Scm_Error("character required, but got %S", ch_scm);
Scm_Error        2015 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2017 src/extlib.c     if (!SCM_STRINGP(s1_scm)) Scm_Error("string required, but got %S", s1_scm);
Scm_Error        2036 src/extlib.c       Scm_Error("bad value in mode argumet: %S, must be one of 'index, 'before, 'after, 'before*, 'after* or 'both.", mode);
Scm_Error        2043 src/extlib.c        Scm_Error("bad type of argument for s2: %S, must be either string or character", s2);
Scm_Error        2065 src/extlib.c       Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2067 src/extlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        2074 src/extlib.c     if (!SCM_INTP(index_scm)) Scm_Error("small integer required, but got %S", index_scm);
Scm_Error        2081 src/extlib.c     if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        2088 src/extlib.c     if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        2127 src/extlib.c     if (!SCM_STRING_POINTERP(sp_scm)) Scm_Error("string pointer required, but got %S", sp_scm);
Scm_Error        2147 src/extlib.c     if (!SCM_STRING_POINTERP(sp_scm)) Scm_Error("string pointer required, but got %S", sp_scm);
Scm_Error        2167 src/extlib.c     if (!SCM_STRING_POINTERP(sp_scm)) Scm_Error("string pointer required, but got %S", sp_scm);
Scm_Error        2189 src/extlib.c     if (!SCM_STRING_POINTERP(sp_scm)) Scm_Error("string pointer required, but got %S", sp_scm);
Scm_Error        2192 src/extlib.c     if (!SCM_INTP(index_scm)) Scm_Error("small integer required, but got %S", index_scm);
Scm_Error        2217 src/extlib.c     if (!SCM_STRING_POINTERP(sp_scm)) Scm_Error("string pointer required, but got %S", sp_scm);
Scm_Error        2239 src/extlib.c     if (!SCM_STRING_POINTERP(sp_scm)) Scm_Error("string pointer required, but got %S", sp_scm);
Scm_Error        2259 src/extlib.c     if (!SCM_STRING_POINTERP(sp_scm)) Scm_Error("string pointer required, but got %S", sp_scm);
Scm_Error        2279 src/extlib.c     if (!SCM_STRING_POINTERP(sp_scm)) Scm_Error("string pointer required, but got %S", sp_scm);
Scm_Error        2300 src/extlib.c     if (!SCM_STRING_POINTERP(sp_scm)) Scm_Error("string pointer required, but got %S", sp_scm);
Scm_Error        2361 src/extlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        2384 src/extlib.c     if (!SCM_REGEXPP(regexp_scm)) Scm_Error("regexp required, but got %S", regexp_scm);
Scm_Error        2404 src/extlib.c     if (!SCM_REGEXPP(regexp_scm)) Scm_Error("regexp required, but got %S", regexp_scm);
Scm_Error        2427 src/extlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        2492 src/extlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        2498 src/extlib.c     else Scm_Error("regexp required, but got %S", regexp);
Scm_Error        2515 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2523 src/extlib.c     if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        2528 src/extlib.c       Scm_Error("regexp match object required, but got %S", match);
Scm_Error        2545 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2553 src/extlib.c     if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        2558 src/extlib.c       Scm_Error("regexp match object required, but got %S", match);
Scm_Error        2575 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2583 src/extlib.c     if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        2588 src/extlib.c       Scm_Error("regexp match object required, but got %S", match);
Scm_Error        2605 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2613 src/extlib.c     if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        2618 src/extlib.c       Scm_Error("regexp match object required, but got %S", match);
Scm_Error        2635 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2643 src/extlib.c     if (!SCM_INTP(i_scm)) Scm_Error("small integer required, but got %S", i_scm);
Scm_Error        2648 src/extlib.c       Scm_Error("regexp match object required, but got %S", match);
Scm_Error        2666 src/extlib.c       Scm_Error("regexp match object required, but got %S", match);
Scm_Error        2681 src/extlib.c     if (!SCM_REGEXPP(rx_scm)) Scm_Error("regexp required, but got %S", rx_scm);
Scm_Error        2700 src/extlib.c     if (!SCM_REGMATCHP(rm_scm)) Scm_Error("regmatch required, but got %S", rm_scm);
Scm_Error        2725 src/extlib.c       Scm_Error("too many arguments: up to 3 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2727 src/extlib.c     if (!SCM_VECTORP(v_scm)) Scm_Error("vector required, but got %S", v_scm);
Scm_Error        2734 src/extlib.c     if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        2741 src/extlib.c     if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        2767 src/extlib.c     if (!SCM_INTP(size_scm)) Scm_Error("small integer required, but got %S", size_scm);
Scm_Error        2787 src/extlib.c     if (!SCM_WEAK_VECTOR_P(wv_scm)) Scm_Error("weak vector required, but got %S", wv_scm);
Scm_Error        2812 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2814 src/extlib.c     if (!SCM_WEAK_VECTOR_P(wv_scm)) Scm_Error("weak vector required, but got %S", wv_scm);
Scm_Error        2817 src/extlib.c     if (!SCM_INTP(index_scm)) Scm_Error("small integer required, but got %S", index_scm);
Scm_Error        2847 src/extlib.c     if (!SCM_WEAK_VECTOR_P(wv_scm)) Scm_Error("weak vector required, but got %S", wv_scm);
Scm_Error        2850 src/extlib.c     if (!SCM_INTP(index_scm)) Scm_Error("small integer required, but got %S", index_scm);
Scm_Error        2874 src/extlib.c     if (!SCM_PROCEDUREP(proc_scm)) Scm_Error("procedure required, but got %S", proc_scm);
Scm_Error        2877 src/extlib.c     if (!SCM_PROCEDUREP(setter_scm)) Scm_Error("procedure required, but got %S", setter_scm);
Scm_Error        2991 src/extlib.c     if (!SCM_PROMISEP(p_scm)) Scm_Error("promise required, but got %S", p_scm);
Scm_Error        3010 src/extlib.c     if (!SCM_PROMISEP(p_scm)) Scm_Error("promise required, but got %S", p_scm);
Scm_Error        3057 src/extlib.c     if (!SCM_STRINGP(path_scm)) Scm_Error("string required, but got %S", path_scm);
Scm_Error        3069 src/extlib.c       Scm_Error("argument for :if-does-not-exist must be either :error or #f, but got %S", if_does_not_exist);
Scm_Error        3074 src/extlib.c        Scm_Error("couldn't open input file: %S", path_scm);
Scm_Error        3104 src/extlib.c     if (!SCM_STRINGP(path_scm)) Scm_Error("string required, but got %S", path_scm);
Scm_Error        3111 src/extlib.c     if (!SCM_INTP(mode_scm)) Scm_Error("small integer required, but got %S", mode_scm);
Scm_Error        3125 src/extlib.c         Scm_Error("bad flag combination: :if-exists and :if-does-not-exist can't be :error the same time.");
Scm_Error        3132 src/extlib.c       Scm_Error("argument for :if-exists must be either :supersede, :overwrite, :append, :error or #f, but got %S", if_exists);
Scm_Error        3138 src/extlib.c       Scm_Error("argument for :if-does-not-exist must be either :error, :create or #f, but got %S", if_does_not_exist);
Scm_Error        3144 src/extlib.c        Scm_Error("couldn't open output file: %S", path_scm);
Scm_Error        3164 src/extlib.c     if (!SCM_STRINGP(string_scm)) Scm_Error("string required, but got %S", string_scm);
Scm_Error        3167 src/extlib.c     if (!SCM_BOOLP(privateP_scm)) Scm_Error("boolean required, but got %S", privateP_scm);
Scm_Error        3188 src/extlib.c     if (!SCM_BOOLP(privateP_scm)) Scm_Error("boolean required, but got %S", privateP_scm);
Scm_Error        3208 src/extlib.c     if (!SCM_OPORTP(oport_scm)) Scm_Error("output port required, but got %S", oport_scm);
Scm_Error        3228 src/extlib.c     if (!SCM_IPORTP(iport_scm)) Scm_Error("input port required, but got %S", iport_scm);
Scm_Error        3248 src/extlib.c     if (!SCM_IPORTP(iport_scm)) Scm_Error("input port required, but got %S", iport_scm);
Scm_Error        3281 src/extlib.c          Scm_Error("buffered port callback procedure returned non-string: %S", r);
Scm_Error        3297 src/extlib.c     if (!SCM_PROCEDUREP(filler_scm)) Scm_Error("procedure required, but got %S", filler_scm);
Scm_Error        3300 src/extlib.c     if (!SCM_INTP(buffer_size_scm)) Scm_Error("small integer required, but got %S", buffer_size_scm);
Scm_Error        3337 src/extlib.c     if (!SCM_PROCEDUREP(flusher_scm)) Scm_Error("procedure required, but got %S", flusher_scm);
Scm_Error        3340 src/extlib.c     if (!SCM_INTP(buffer_size_scm)) Scm_Error("small integer required, but got %S", buffer_size_scm);
Scm_Error        3368 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3374 src/extlib.c     if (!SCM_OPORTP(oport_scm)) Scm_Error("output port required, but got %S", oport_scm);
Scm_Error        3403 src/extlib.c     if (!SCM_PORTP(obj_scm)) Scm_Error("port required, but got %S", obj_scm);
Scm_Error        3485 src/extlib.c     if (!SCM_IPORTP(port_scm)) Scm_Error("input port required, but got %S", port_scm);
Scm_Error        3509 src/extlib.c     if (!SCM_OPORTP(port_scm)) Scm_Error("output port required, but got %S", port_scm);
Scm_Error        3533 src/extlib.c     if (!SCM_OPORTP(port_scm)) Scm_Error("output port required, but got %S", port_scm);
Scm_Error        3555 src/extlib.c     if (!SCM_PORTP(port_scm)) Scm_Error("port required, but got %S", port_scm);
Scm_Error        3575 src/extlib.c     if (!SCM_PORTP(port_scm)) Scm_Error("port required, but got %S", port_scm);
Scm_Error        3595 src/extlib.c     if (!SCM_PORTP(port_scm)) Scm_Error("port required, but got %S", port_scm);
Scm_Error        3623 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3625 src/extlib.c     if (!SCM_PORTP(port_scm)) Scm_Error("port required, but got %S", port_scm);
Scm_Error        3628 src/extlib.c     if (!SCM_EXACTP(offset_scm)) Scm_Error("exact integer required, but got %S", offset_scm);
Scm_Error        3635 src/extlib.c     if (!SCM_INTP(whence_scm)) Scm_Error("small integer required, but got %S", whence_scm);
Scm_Error        3661 src/extlib.c     if (!SCM_PORTP(port_scm)) Scm_Error("port required, but got %S", port_scm);
Scm_Error        3686 src/extlib.c     if (!SCM_PORTP(port_scm)) Scm_Error("port required, but got %S", port_scm);
Scm_Error        3692 src/extlib.c          Scm_Error("can't set buffering mode to non-buffered port: %S", port);
Scm_Error        3708 src/extlib.c     if (!SCM_PORTP(port_scm)) Scm_Error("port required, but got %S", port_scm);
Scm_Error        3739 src/extlib.c     if (!SCM_INTP(fd_scm)) Scm_Error("small integer required, but got %S", fd_scm);
Scm_Error        3744 src/extlib.c     if (!SCM_BOOLP(ownerP_scm)) Scm_Error("boolean required, but got %S", ownerP_scm);
Scm_Error        3750 src/extlib.c      if (fd < 0) Scm_Error("bad file descriptor: %d", fd);
Scm_Error        3771 src/extlib.c     if (!SCM_INTP(fd_scm)) Scm_Error("small integer required, but got %S", fd_scm);
Scm_Error        3776 src/extlib.c     if (!SCM_BOOLP(ownerP_scm)) Scm_Error("boolean required, but got %S", ownerP_scm);
Scm_Error        3782 src/extlib.c      if (fd < 0) Scm_Error("bad file descriptor: %d", fd);
Scm_Error        3798 src/extlib.c     if (!SCM_PORTP(port_scm)) Scm_Error("port required, but got %S", port_scm);
Scm_Error        3820 src/extlib.c     if (!SCM_IPORTP(port_scm)) Scm_Error("input port required, but got %S", port_scm);
Scm_Error        3842 src/extlib.c     if (!SCM_IPORTP(port_scm)) Scm_Error("input port required, but got %S", port_scm);
Scm_Error        3863 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3869 src/extlib.c     if (!SCM_IPORTP(port_scm)) Scm_Error("input port required, but got %S", port_scm);
Scm_Error        3887 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3893 src/extlib.c     if (!SCM_IPORTP(port_scm)) Scm_Error("input port required, but got %S", port_scm);
Scm_Error        3913 src/extlib.c       Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3919 src/extlib.c     if (!SCM_IPORTP(port_scm)) Scm_Error("input port required, but got %S", port_scm);
Scm_Error        3948 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3950 src/extlib.c     if (!SCM_INTP(bytes_scm)) Scm_Error("small integer required, but got %S", bytes_scm);
Scm_Error        3957 src/extlib.c     if (!SCM_IPORTP(port_scm)) Scm_Error("input port required, but got %S", port_scm);
Scm_Error        3961 src/extlib.c     if (bytes < 0) Scm_Error("bytes must be non-negative integer: %d", bytes);
Scm_Error        3985 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3987 src/extlib.c     if (!SCM_CHARP(closer_scm)) Scm_Error("character required, but got %S", closer_scm);
Scm_Error        4014 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4062 src/extlib.c     if (!SCM_READ_REFERENCE_P(ref_scm)) Scm_Error("read reference required, but got %S", ref_scm);
Scm_Error        4082 src/extlib.c     if (!SCM_READ_REFERENCE_P(ref_scm)) Scm_Error("read reference required, but got %S", ref_scm);
Scm_Error        4086 src/extlib.c       Scm_Error("read reference hasn't been resolved");
Scm_Error        4103 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4105 src/extlib.c     if (!SCM_INTP(byte_scm)) Scm_Error("small integer required, but got %S", byte_scm);
Scm_Error        4112 src/extlib.c     if (!SCM_OPORTP(port_scm)) Scm_Error("output port required, but got %S", port_scm);
Scm_Error        4115 src/extlib.c     if (byte < 0 || byte > 255) Scm_Error("argument out of range: %d", byte);
Scm_Error        4135 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4139 src/extlib.c     if (!SCM_INTP(limit_scm)) Scm_Error("small integer required, but got %S", limit_scm);
Scm_Error        4165 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4192 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4194 src/extlib.c     if (!SCM_STRINGP(path_scm)) Scm_Error("string required, but got %S", path_scm);
Scm_Error        4226 src/extlib.c     if (!SCM_STRINGP(file_scm)) Scm_Error("string required, but got %S", file_scm);
Scm_Error        4311 src/extlib.c     if (!SCM_MODULEP(mod_scm)) Scm_Error("module required, but got %S", mod_scm);
Scm_Error        4365 src/extlib.c     if (!SCM_STRINGP(fmt_scm)) Scm_Error("string required, but got %S", fmt_scm);
Scm_Error        4441 src/extlib.c       Scm_Error("unsupported hash type: %S", type);
Scm_Error        4452 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4458 src/extlib.c     if (!SCM_SYMBOLP(type_scm)) Scm_Error("symbol required, but got %S", type_scm);
Scm_Error        4493 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
Scm_Error        4515 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
Scm_Error        4540 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4542 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
Scm_Error        4556 src/extlib.c       else Scm_Error("hash table doesn't have an entry for key %S", key);
Scm_Error        4575 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
Scm_Error        4598 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
Scm_Error        4622 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
Scm_Error        4657 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4659 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
Scm_Error        4679 src/extlib.c     if (!e) Scm_Error("hash table doesn't have an entry for key %S", key);
Scm_Error        4704 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
Scm_Error        4732 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        4734 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
Scm_Error        4748 src/extlib.c         Scm_Error("hash table doesn't have an entry for key %S", key);
Scm_Error        4753 src/extlib.c         Scm_Error("hash table value for key %S is not a pair: %S", key, e->value);
Scm_Error        4780 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
Scm_Error        4798 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
Scm_Error        4818 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
Scm_Error        4838 src/extlib.c     if (!SCM_HASH_TABLE_P(hash_scm)) Scm_Error("hash table required, but got %S", hash_scm);
Scm_Error        4877 src/extlib.c     if (!SCM_MODULEP(mod_scm)) Scm_Error("module required, but got %S", mod_scm);
Scm_Error        4897 src/extlib.c     if (!SCM_MODULEP(mod_scm)) Scm_Error("module required, but got %S", mod_scm);
Scm_Error        4917 src/extlib.c     if (!SCM_MODULEP(mod_scm)) Scm_Error("module required, but got %S", mod_scm);
Scm_Error        4937 src/extlib.c     if (!SCM_MODULEP(mod_scm)) Scm_Error("module required, but got %S", mod_scm);
Scm_Error        4957 src/extlib.c     if (!SCM_MODULEP(mod_scm)) Scm_Error("module required, but got %S", mod_scm);
Scm_Error        4977 src/extlib.c     if (!SCM_MODULEP(mod_scm)) Scm_Error("module required, but got %S", mod_scm);
Scm_Error        4997 src/extlib.c     if (!SCM_SYMBOLP(name_scm)) Scm_Error("symbol required, but got %S", name_scm);
Scm_Error        5045 src/extlib.c       Scm_Error("argument for :if-exists must be either :error or #f, but got %S", if_exists);
Scm_Error        5048 src/extlib.c       Scm_Error("module name must be a symbol or #f, but got %S", name);
Scm_Error        5071 src/extlib.c   else Scm_Error("symbol or identifier required, but got %S", name);
Scm_Error        5087 src/extlib.c     if (!SCM_STRINGP(path_scm)) Scm_Error("string required, but got %S", path_scm);
Scm_Error        5107 src/extlib.c     if (!SCM_MODULEP(module_scm)) Scm_Error("module required, but got %S", module_scm);
Scm_Error        5129 src/extlib.c     if (!SCM_MODULEP(module_scm)) Scm_Error("module required, but got %S", module_scm);
Scm_Error        5132 src/extlib.c     if (!SCM_LISTP(supers_scm)) Scm_Error("list required, but got %S", supers_scm);
Scm_Error        5154 src/extlib.c        Scm_Error("module or symbol required, but got: %S", mod_or_name);
Scm_Error        5169 src/extlib.c     if (!SCM_SYMBOLP(name_scm)) Scm_Error("symbol required, but got %S", name_scm);
Scm_Error        5195 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5199 src/extlib.c     if (!SCM_SYMBOLP(name_scm)) Scm_Error("symbol required, but got %S", name_scm);
Scm_Error        5215 src/extlib.c     Scm_Error("global variable %S is not bound in module %S", name, module);
Scm_Error        5237 src/extlib.c     if (!SCM_OPORTP(port_scm)) Scm_Error("output port required, but got %S", port_scm);
Scm_Error        5240 src/extlib.c     if (!SCM_STRINGP(fmt_scm)) Scm_Error("string required, but got %S", fmt_scm);
Scm_Error        5245 src/extlib.c     if (!SCM_BOOLP(shared_scm)) Scm_Error("boolean required, but got %S", shared_scm);
Scm_Error        5263 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5269 src/extlib.c     if (!SCM_INTP(code_scm)) Scm_Error("small integer required, but got %S", code_scm);
Scm_Error        5333 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5342 src/extlib.c     else if (!SCM_VMP(vm)) Scm_Error("VM object required, got %S", vm);
Scm_Error        5358 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5367 src/extlib.c     else if (!SCM_VMP(vm)) Scm_Error("VM object required, got %S", vm);
Scm_Error        5382 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5391 src/extlib.c     else if (!SCM_VMP(vm)) Scm_Error("VM object required, got %S", vm);
Scm_Error        5411 src/extlib.c     if (!SCM_VMP(vm)) Scm_Error("VM object required, got %S", vm);
Scm_Error        5413 src/extlib.c       Scm_Error("a procedure or #f required, but got %S", handler);
Scm_Error        5489 src/extlib.c     if (!SCM_EXACTP(index_scm)) Scm_Error("C integer required, but got %S", index_scm);
Scm_Error        5492 src/extlib.c     if (!SCM_EXACTP(id_scm)) Scm_Error("C integer required, but got %S", id_scm);
Scm_Error        5516 src/extlib.c     if (!SCM_EXACTP(index_scm)) Scm_Error("C integer required, but got %S", index_scm);
Scm_Error        5519 src/extlib.c     if (!SCM_EXACTP(id_scm)) Scm_Error("C integer required, but got %S", id_scm);
Scm_Error        5680 src/extlib.c     if (!SCM_FOREIGN_POINTER_P(fp_scm)) Scm_Error("foreign pointer required, but got %S", fp_scm);
Scm_Error        5705 src/extlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        5707 src/extlib.c     if (!SCM_FOREIGN_POINTER_P(fp_scm)) Scm_Error("foreign pointer required, but got %S", fp_scm);
Scm_Error        5739 src/extlib.c     if (!SCM_FOREIGN_POINTER_P(fp_scm)) Scm_Error("foreign pointer required, but got %S", fp_scm);
Scm_Error        5899 src/extlib.c     if (!SCM_CLOSUREP(clo_scm)) Scm_Error("closure required, but got %S", clo_scm);
Scm_Error        5919 src/extlib.c     if (!SCM_PROCEDUREP(proc_scm)) Scm_Error("procedure required, but got %S", proc_scm);
Scm_Error        1240 src/gauche.h               Scm_Error("start argument out of range: %d\n", (start));    \
Scm_Error        1244 src/gauche.h               Scm_Error("end argument out of range: %d\n", (end));        \
Scm_Error        1246 src/gauche.h               Scm_Error("end argument (%d) must be greater than or "      \
Scm_Error        2463 src/gauche.h   SCM_EXTERN void Scm_Error(const char *msg, ...);
Scm_Error         109 src/hash.c             Scm_Error("you can't access the raw hash table %S from Scheme",
Scm_Error         199 src/hash.c             Scm_Error("object-hash returned non-integer: %S", r);
Scm_Error         393 src/hash.c             Scm_Error("Got non-string key %S to the string hashtable %S",
Scm_Error         569 src/hash.c             Scm_Error("[internal error]: wrong TYPE argument passed to Scm_MakeHashTableSimple: %d", type);
Scm_Error         586 src/hash.c                 Scm_Error("[internal error]: non-hash-table class is given to Scm_MakeHashTableFull: %S", klass);
Scm_Error         596 src/hash.c             Scm_Error("[internal error]: wrong TYPE argument passed to Scm_MakeHashTableFull: %d", type);
Scm_Error          23 src/intlib.c     if (!SCM_PAIRP(pair_scm)) Scm_Error("pair required, but got %S", pair_scm);
Scm_Error          48 src/intlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error          50 src/intlib.c     if (!SCM_PAIRP(pair_scm)) Scm_Error("pair required, but got %S", pair_scm);
Scm_Error          82 src/intlib.c     if (!SCM_PAIRP(pair_scm)) Scm_Error("pair required, but got %S", pair_scm);
Scm_Error         203 src/intlib.c     if (!SCM_SYMBOLP(name_scm)) Scm_Error("symbol required, but got %S", name_scm);
Scm_Error         206 src/intlib.c     if (!SCM_MODULEP(mod_scm)) Scm_Error("module required, but got %S", mod_scm);
Scm_Error         209 src/intlib.c     if (!SCM_LISTP(env_scm)) Scm_Error("list required, but got %S", env_scm);
Scm_Error         233 src/intlib.c     if (!SCM_MODULEP(mod_scm)) Scm_Error("module required, but got %S", mod_scm);
Scm_Error         236 src/intlib.c     if (!SCM_SYMBOLP(name_scm)) Scm_Error("symbol required, but got %S", name_scm);
Scm_Error         239 src/intlib.c     if (!SCM_BOOLP(stay_in_module_scm)) Scm_Error("boolean required, but got %S", stay_in_module_scm);
Scm_Error         259 src/intlib.c     if (!SCM_IDENTIFIERP(id_scm)) Scm_Error("identifier required, but got %S", id_scm);
Scm_Error         284 src/intlib.c     if (!SCM_MODULEP(mod_scm)) Scm_Error("module required, but got %S", mod_scm);
Scm_Error         287 src/intlib.c     if (!SCM_SYMBOLP(name_scm)) Scm_Error("symbol required, but got %S", name_scm);
Scm_Error         311 src/intlib.c     if (!SCM_MODULEP(mod_scm)) Scm_Error("module required, but got %S", mod_scm);
Scm_Error         335 src/intlib.c     if (!SCM_MODULEP(mod_scm)) Scm_Error("module required, but got %S", mod_scm);
Scm_Error         357 src/intlib.c     if (!SCM_GLOCP(gloc_scm)) Scm_Error("GLOC required, but got %S", gloc_scm);
Scm_Error         379 src/intlib.c     if (!SCM_GLOCP(gloc_scm)) Scm_Error("GLOC required, but got %S", gloc_scm);
Scm_Error         401 src/intlib.c     if (!SCM_GLOCP(gloc_scm)) Scm_Error("GLOC required, but got %S", gloc_scm);
Scm_Error         472 src/intlib.c     if (!SCM_COMPILED_CODE_P(code_scm)) Scm_Error("compiled code required, but got %S", code_scm);
Scm_Error         494 src/intlib.c     if (!SCM_SYMBOLP(name_scm)) Scm_Error("symbol required, but got %S", name_scm);
Scm_Error         497 src/intlib.c     if (!SCM_PROCEDUREP(proc_scm)) Scm_Error("procedure required, but got %S", proc_scm);
Scm_Error         556 src/intlib.c     if (!SCM_MACROP(mac_scm)) Scm_Error("macro required, but got %S", mac_scm);
Scm_Error         582 src/intlib.c     if (!SCM_SYMBOLP(name_scm)) Scm_Error("symbol required, but got %S", name_scm);
Scm_Error         652 src/intlib.c     if (!SCM_BOOLP(once_scm)) Scm_Error("boolean required, but got %S", once_scm);
Scm_Error         674 src/intlib.c     if (!SCM_PROCEDUREP(proc_scm)) Scm_Error("procedure required, but got %S", proc_scm);
Scm_Error         692 src/intlib.c     if (!SCM_PROCEDUREP(proc_scm)) Scm_Error("procedure required, but got %S", proc_scm);
Scm_Error         717 src/intlib.c     if (!SCM_UINTP(reqargs_scm)) Scm_Error("C integer required, but got %S", reqargs_scm);
Scm_Error         720 src/intlib.c     if (!SCM_UINTP(optargs_scm)) Scm_Error("C integer required, but got %S", optargs_scm);
Scm_Error         748 src/intlib.c     if (!SCM_COMPILED_CODE_P(cc_scm)) Scm_Error("compiled code required, but got %S", cc_scm);
Scm_Error         751 src/intlib.c     if (!SCM_EXACTP(code_scm)) Scm_Error("C integer required, but got %S", code_scm);
Scm_Error         772 src/intlib.c     if (!SCM_COMPILED_CODE_P(cc_scm)) Scm_Error("compiled code required, but got %S", cc_scm);
Scm_Error         775 src/intlib.c     if (!SCM_EXACTP(code_scm)) Scm_Error("C integer required, but got %S", code_scm);
Scm_Error         798 src/intlib.c     if (!SCM_COMPILED_CODE_P(cc_scm)) Scm_Error("compiled code required, but got %S", cc_scm);
Scm_Error         801 src/intlib.c     if (!SCM_EXACTP(code_scm)) Scm_Error("C integer required, but got %S", code_scm);
Scm_Error         826 src/intlib.c     if (!SCM_COMPILED_CODE_P(cc_scm)) Scm_Error("compiled code required, but got %S", cc_scm);
Scm_Error         829 src/intlib.c     if (!SCM_EXACTP(code_scm)) Scm_Error("C integer required, but got %S", code_scm);
Scm_Error         854 src/intlib.c     if (!SCM_COMPILED_CODE_P(cc_scm)) Scm_Error("compiled code required, but got %S", cc_scm);
Scm_Error         857 src/intlib.c     if (!SCM_EXACTP(code_scm)) Scm_Error("C integer required, but got %S", code_scm);
Scm_Error         860 src/intlib.c     if (!SCM_EXACTP(arg0_scm)) Scm_Error("C integer required, but got %S", arg0_scm);
Scm_Error         883 src/intlib.c     if (!SCM_COMPILED_CODE_P(cc_scm)) Scm_Error("compiled code required, but got %S", cc_scm);
Scm_Error         886 src/intlib.c     if (!SCM_EXACTP(code_scm)) Scm_Error("C integer required, but got %S", code_scm);
Scm_Error         889 src/intlib.c     if (!SCM_EXACTP(arg0_scm)) Scm_Error("C integer required, but got %S", arg0_scm);
Scm_Error         914 src/intlib.c     if (!SCM_COMPILED_CODE_P(cc_scm)) Scm_Error("compiled code required, but got %S", cc_scm);
Scm_Error         917 src/intlib.c     if (!SCM_EXACTP(code_scm)) Scm_Error("C integer required, but got %S", code_scm);
Scm_Error         920 src/intlib.c     if (!SCM_EXACTP(arg0_scm)) Scm_Error("C integer required, but got %S", arg0_scm);
Scm_Error         947 src/intlib.c     if (!SCM_COMPILED_CODE_P(cc_scm)) Scm_Error("compiled code required, but got %S", cc_scm);
Scm_Error         950 src/intlib.c     if (!SCM_EXACTP(code_scm)) Scm_Error("C integer required, but got %S", code_scm);
Scm_Error         953 src/intlib.c     if (!SCM_EXACTP(arg0_scm)) Scm_Error("C integer required, but got %S", arg0_scm);
Scm_Error         980 src/intlib.c     if (!SCM_COMPILED_CODE_P(cc_scm)) Scm_Error("compiled code required, but got %S", cc_scm);
Scm_Error         983 src/intlib.c     if (!SCM_EXACTP(code_scm)) Scm_Error("C integer required, but got %S", code_scm);
Scm_Error         986 src/intlib.c     if (!SCM_EXACTP(arg0_scm)) Scm_Error("C integer required, but got %S", arg0_scm);
Scm_Error         989 src/intlib.c     if (!SCM_EXACTP(arg1_scm)) Scm_Error("C integer required, but got %S", arg1_scm);
Scm_Error        1014 src/intlib.c     if (!SCM_COMPILED_CODE_P(cc_scm)) Scm_Error("compiled code required, but got %S", cc_scm);
Scm_Error        1017 src/intlib.c     if (!SCM_EXACTP(code_scm)) Scm_Error("C integer required, but got %S", code_scm);
Scm_Error        1020 src/intlib.c     if (!SCM_EXACTP(arg0_scm)) Scm_Error("C integer required, but got %S", arg0_scm);
Scm_Error        1023 src/intlib.c     if (!SCM_EXACTP(arg1_scm)) Scm_Error("C integer required, but got %S", arg1_scm);
Scm_Error        1050 src/intlib.c     if (!SCM_COMPILED_CODE_P(cc_scm)) Scm_Error("compiled code required, but got %S", cc_scm);
Scm_Error        1053 src/intlib.c     if (!SCM_EXACTP(code_scm)) Scm_Error("C integer required, but got %S", code_scm);
Scm_Error        1056 src/intlib.c     if (!SCM_EXACTP(arg0_scm)) Scm_Error("C integer required, but got %S", arg0_scm);
Scm_Error        1059 src/intlib.c     if (!SCM_EXACTP(arg1_scm)) Scm_Error("C integer required, but got %S", arg1_scm);
Scm_Error        1088 src/intlib.c     if (!SCM_COMPILED_CODE_P(cc_scm)) Scm_Error("compiled code required, but got %S", cc_scm);
Scm_Error        1091 src/intlib.c     if (!SCM_EXACTP(code_scm)) Scm_Error("C integer required, but got %S", code_scm);
Scm_Error        1094 src/intlib.c     if (!SCM_EXACTP(arg0_scm)) Scm_Error("C integer required, but got %S", arg0_scm);
Scm_Error        1097 src/intlib.c     if (!SCM_EXACTP(arg1_scm)) Scm_Error("C integer required, but got %S", arg1_scm);
Scm_Error        1118 src/intlib.c     if (!SCM_COMPILED_CODE_P(cc_scm)) Scm_Error("compiled code required, but got %S", cc_scm);
Scm_Error        1140 src/intlib.c     if (!SCM_COMPILED_CODE_P(cc_scm)) Scm_Error("compiled code required, but got %S", cc_scm);
Scm_Error        1161 src/intlib.c     if (!SCM_COMPILED_CODE_P(cc_scm)) Scm_Error("compiled code required, but got %S", cc_scm);
Scm_Error        1164 src/intlib.c     if (!SCM_EXACTP(maxstack_scm)) Scm_Error("C integer required, but got %S", maxstack_scm);
Scm_Error        1185 src/intlib.c     if (!SCM_COMPILED_CODE_P(code_scm)) Scm_Error("compiled code required, but got %S", code_scm);
Scm_Error        1202 src/intlib.c     if (!SCM_COMPILED_CODE_P(code_scm)) Scm_Error("compiled code required, but got %S", code_scm);
Scm_Error        1242 src/intlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1254 src/intlib.c        if (!SCM_INTP(val)) Scm_Error("integer required, but got %S", val);
Scm_Error        1277 src/intlib.c     if (!SCM_UINTEGERP(flag_scm)) Scm_Error("C integer required, but got %S", flag_scm);
Scm_Error        1297 src/intlib.c     if (!SCM_UINTEGERP(flag_scm)) Scm_Error("C integer required, but got %S", flag_scm);
Scm_Error        1314 src/intlib.c     if (!SCM_UINTEGERP(flag_scm)) Scm_Error("C integer required, but got %S", flag_scm);
Scm_Error        1373 src/intlib.c     if (!SCM_MODULEP(mod_scm)) Scm_Error("module required, but got %S", mod_scm);
Scm_Error        1502 src/intlib.c       Scm_Error("[internal error] stray local variable:", lvar);
Scm_Error          87 src/keyword.c              Scm_Error("incomplete key list: %S", list);
Scm_Error          93 src/keyword.c          Scm_Error("value for key %S is not provided: %S", key, list);
Scm_Error         103 src/keyword.c              Scm_Error("incomplete key list: %S", list);
Scm_Error         129 src/keyword.c              Scm_Error("incomplete key list: %S", list);
Scm_Error         160 src/list.c         if (len < 0) Scm_Error("proper list required, but got %S", list);
Scm_Error         166 src/list.c                     Scm_Error("ListToArray: storage too small");
Scm_Error         190 src/list.c        if (!SCM_PAIRP(obj2)) Scm_Error("bad object: %S", obj);      \
Scm_Error         194 src/list.c        if (!SCM_PAIRP(obj2)) Scm_Error("bad object: %S", obj);      \
Scm_Error         262 src/list.c             Scm_Error("make-list: negative length given: %d", len);
Scm_Error         318 src/list.c                 Scm_Error("pair required, but got %S", SCM_CAR(cp));
Scm_Error         382 src/list.c         if (SCM_UNBOUNDP(fallback)) Scm_Error("argument out of range: %d", i);
Scm_Error         398 src/list.c             Scm_Error("argument out of range: %d", i);
Scm_Error         412 src/list.c         if (!SCM_PAIRP(l)) Scm_Error("pair required: %S", l);
Scm_Error         495 src/list.c         if (!SCM_LISTP(alist)) Scm_Error("assq: list required, but got %S", alist);
Scm_Error         507 src/list.c         if (!SCM_LISTP(alist)) Scm_Error("assv: list required, but got %S", alist);
Scm_Error         519 src/list.c         if (!SCM_LISTP(alist)) Scm_Error("assoc: list required, but got %S", alist);
Scm_Error         533 src/list.c             Scm_Error("assoc-delete: list required, but got %S", alist);
Scm_Error         557 src/list.c             Scm_Error("assoc-delete!: list required, but got %S", alist);
Scm_Error         627 src/list.c         if (nseqs < 0) Scm_Error("bad list of sequences: %S", sequences);
Scm_Error         702 src/list.c             Scm_Error("No value associated with key %S in pair attributes of %S",
Scm_Error         711 src/list.c             Scm_Error("Cannot set pair attribute (%S) to non-extended pair: %S",
Scm_Error         175 src/load.c             Scm_Error("input port required, but got: %S", port);
Scm_Error         177 src/load.c             Scm_Error("port already closed: %S", port);
Scm_Error         181 src/load.c             Scm_Error("bad load environment (must be a module or #f): %S", env);
Scm_Error         222 src/load.c             Scm_Error("input port required, but got %S", args[0]);
Scm_Error         289 src/load.c         if (size == 0) Scm_Error("bad filename to load: \"\"");
Scm_Error         319 src/load.c                 Scm_Error("cannot find file %S in *load-path* %S", file, *paths);
Scm_Error         328 src/load.c                 Scm_Error("cannot find file %S to load", file);
Scm_Error         380 src/load.c             if (errorp) Scm_Error("file %S exists, but couldn't open.", truename);
Scm_Error         398 src/load.c             Scm_Error("string required, but got %S", args[0]);
Scm_Error         701 src/load.c             Scm_Error("can't find dlopen-able module %S", filename);
Scm_Error         710 src/load.c                 Scm_Error("couldn't find dlopen-able module from libtool archive file %s", cpath);
Scm_Error         778 src/load.c                 Scm_Error("failed to link %S dynamically", filename);
Scm_Error         780 src/load.c                 Scm_Error("failed to link %S dynamically: %s", filename, err);
Scm_Error         784 src/load.c             Scm_Error("dynamic linking of %S failed: couldn't find initialization function %s", filename, initname);
Scm_Error         832 src/load.c             Scm_Error("require: string expected, but got %S\n", feature);
Scm_Error         872 src/load.c         if (loop) Scm_Error("a loop is detected in the require dependency involving feature %S", feature);
Scm_Error         894 src/load.c             Scm_Error("provide: string expected, but got %S\n", feature);
Scm_Error         962 src/load.c             Scm_Error("autoload: string or symbol required, but got %S",
Scm_Error         980 src/load.c                 Scm_Error("autoload: bad autoload symbol entry: %S", entry);
Scm_Error        1024 src/load.c             Scm_Error("Circular autoload dependency involving %S::%S\n",
Scm_Error        1041 src/load.c                     Scm_Error("Trying to autoload module %S from file %S, but the file doesn't define such a module",
Scm_Error        1050 src/load.c                     Scm_Error("Autoloaded symbol %S is not defined in the module %S",
Scm_Error        1061 src/load.c                     Scm_Error("Autoloaded symbol %S is not defined in the file %S",
Scm_Error         224 src/macro.c            Scm_Error("tried to autoload macro %S, but it yields non-macro object: %S", adata->name, mac);
Scm_Error         294 src/macro.c            Scm_Error("pattern variable %S appears more than once in the macro definition of %S: %S",
Scm_Error         313 src/macro.c            Scm_Error("%S: Pattern variable %S is used in wrong level: %S",
Scm_Error         348 src/macro.c        Scm_Error("Bad ellipsis usage in macro definition of %S: %S",       \
Scm_Error         362 src/macro.c                Scm_Error("literal list contains non-symbol: %S", literals);
Scm_Error         365 src/macro.c            Scm_Error("bad literal list in syntax-rules: %S", literals);
Scm_Error         396 src/macro.c                            Scm_Error("in definition of macro %S: "
Scm_Error         405 src/macro.c                            Scm_Error("in definition of macro %S: "
Scm_Error         515 src/macro.c        Scm_Error("malformed macro %S: %S", name,
Scm_Error         897 src/macro.c        Scm_Error("malformed %S: %S", SCM_CAR(form), form);
Scm_Error         916 src/macro.c            Scm_Error("symbol required, but got %S", name);
Scm_Error         918 src/macro.c        if (!SCM_MODULEP(mod)) Scm_Error("module required, but got %S", mod);
Scm_Error         325 src/main.c             if (argv[optind][0] == '\0') Scm_Error("bad script name");
Scm_Error         169 src/module.c                   Scm_Error("couldn't create module '%S': named module already exists",
Scm_Error         351 src/module.c               Scm_Error("module name required, but got %S", SCM_CAR(lp));
Scm_Error         404 src/module.c       if (error) Scm_Error("symbol required, but got %S", badsym);
Scm_Error         449 src/module.c               Scm_Error("non-module object found in the extend syntax: %S",
Scm_Error         458 src/module.c           Scm_Error("can't extend those modules simultaneously because of inconsistent precedence lists: %S", supers);
Scm_Error         483 src/module.c                   Scm_Error("no such module: %S", name);
Scm_Error         548 src/module.c           else if (*p == '.') Scm_Error("bad pathname for module path: %S", path);
Scm_Error          28 src/moplib.c     if (!SCM_SYMBOLP(name_scm)) Scm_Error("symbol required, but got %S", name_scm);
Scm_Error          31 src/moplib.c     if (!SCM_MODULEP(module_scm)) Scm_Error("module required, but got %S", module_scm);
Scm_Error          62 src/moplib.c     if (!SCM_LISTP(methods_scm)) Scm_Error("list required, but got %S", methods_scm);
Scm_Error          65 src/moplib.c     if (!SCM_LISTP(args_scm)) Scm_Error("list required, but got %S", args_scm);
Scm_Error          70 src/moplib.c       Scm_Error("generic function requied, but got %S", gf);
Scm_Error          73 src/moplib.c         Scm_Error("method required, but got %S", SCM_CAR(mp));
Scm_Error          93 src/moplib.c       Scm_Error("method required, but got %S", method);
Scm_Error         109 src/moplib.c     if (!SCM_CLASSP(k_scm)) Scm_Error("class required, but got %S", k_scm);
Scm_Error         128 src/moplib.c     if (!SCM_CLASSP(k_scm)) Scm_Error("class required, but got %S", k_scm);
Scm_Error         151 src/moplib.c     if (!SCM_MODULEP(module_scm)) Scm_Error("module required, but got %S", module_scm);
Scm_Error         173 src/moplib.c     if (!SCM_CLASSP(k_scm)) Scm_Error("class required, but got %S", k_scm);
Scm_Error         176 src/moplib.c     if (!SCM_CLASSP(newk_scm)) Scm_Error("class required, but got %S", newk_scm);
Scm_Error         195 src/moplib.c     if (!SCM_CLASSP(super_scm)) Scm_Error("class required, but got %S", super_scm);
Scm_Error         198 src/moplib.c     if (!SCM_CLASSP(sub_scm)) Scm_Error("class required, but got %S", sub_scm);
Scm_Error         217 src/moplib.c     if (!SCM_CLASSP(super_scm)) Scm_Error("class required, but got %S", super_scm);
Scm_Error         220 src/moplib.c     if (!SCM_CLASSP(sub_scm)) Scm_Error("class required, but got %S", sub_scm);
Scm_Error         239 src/moplib.c     if (!SCM_CLASSP(super_scm)) Scm_Error("class required, but got %S", super_scm);
Scm_Error         242 src/moplib.c     if (!SCM_METHODP(m_scm)) Scm_Error("method required, but got %S", m_scm);
Scm_Error         261 src/moplib.c     if (!SCM_CLASSP(super_scm)) Scm_Error("class required, but got %S", super_scm);
Scm_Error         264 src/moplib.c     if (!SCM_METHODP(m_scm)) Scm_Error("method required, but got %S", m_scm);
Scm_Error         343 src/moplib.c     if (!SCM_CLASSP(klass_scm)) Scm_Error("class required, but got %S", klass_scm);
Scm_Error         440 src/moplib.c     if (!SCM_SLOT_ACCESSOR_P(accessor_scm)) Scm_Error("<slot-accessor> required, but got %S", accessor_scm);
Scm_Error         464 src/moplib.c     if (!SCM_SLOT_ACCESSOR_P(accessor_scm)) Scm_Error("<slot-accessor> required, but got %S", accessor_scm);
Scm_Error         490 src/moplib.c     if (!SCM_SLOT_ACCESSOR_P(accessor_scm)) Scm_Error("<slot-accessor> required, but got %S", accessor_scm);
Scm_Error         518 src/moplib.c     if (!SCM_SLOT_ACCESSOR_P(accessor_scm)) Scm_Error("<slot-accessor> required, but got %S", accessor_scm);
Scm_Error         544 src/moplib.c     if (!SCM_INTP(num_scm)) Scm_Error("small integer required, but got %S", num_scm);
Scm_Error         570 src/moplib.c     if (!SCM_INTP(num_scm)) Scm_Error("small integer required, but got %S", num_scm);
Scm_Error         113 src/number.c           Scm_Error("operation %s is not defined on object %S", fn, args[0]);
Scm_Error         115 src/number.c           Scm_Error("operation %s is not defined between %S and %S",
Scm_Error         118 src/number.c           Scm_Error("generic function for %s is called with args %S",
Scm_Error         288 src/number.c           Scm_Error("number required, but got %S", z);
Scm_Error         304 src/number.c           Scm_Error("number required, but got %S", z);
Scm_Error         357 src/number.c           Scm_Error("argument out of range: %S", obj);
Scm_Error         390 src/number.c           Scm_Error("argument out of range: %S", obj);
Scm_Error         430 src/number.c           Scm_Error("argument out of range: %S", obj);
Scm_Error         466 src/number.c           Scm_Error("argument out of range: %S", obj);
Scm_Error         566 src/number.c           Scm_Error("argument out of range: %S", obj);
Scm_Error         637 src/number.c           Scm_Error("argument out of range: %S", obj);
Scm_Error         668 src/number.c       Scm_Error("number required, but got %S", obj);
Scm_Error         683 src/number.c       Scm_Error("integer required, but got %S", obj);
Scm_Error         709 src/number.c           Scm_Error("number required: %S", obj);
Scm_Error         734 src/number.c           Scm_Error("real number required, but got %S", obj);
Scm_Error         797 src/number.c           Scm_Error("number required: %S", obj);
Scm_Error         812 src/number.c           Scm_Error("exact complex is not supported: %S", obj);
Scm_Error         814 src/number.c           Scm_Error("number required: %S", obj);
Scm_Error        1384 src/number.c       Scm_Error("attempt to calculate a quotient by zero");
Scm_Error        1388 src/number.c       Scm_Error("integer required, but got %S", x);
Scm_Error        1490 src/number.c       Scm_Error("attempt to take a modulo or remainder by zero");
Scm_Error        1494 src/number.c       Scm_Error("integer required, but got %S", x);
Scm_Error        1542 src/number.c           Scm_Error("exponent too big: %S", y);
Scm_Error        1568 src/number.c       if (!SCM_REALP(x)) Scm_Error("real number required, but got %S", x);
Scm_Error        1569 src/number.c       if (!SCM_REALP(y)) Scm_Error("real number required, but got %S", y);
Scm_Error        1657 src/number.c       Scm_Error("real number required: %S", badnum);
Scm_Error        1669 src/number.c               Scm_Error("real number required, but got %S", arg0);
Scm_Error        1733 src/number.c           Scm_Error("real number required, but got %S", num);
Scm_Error        1789 src/number.c       Scm_Error("exact integer required, but got %S", x);
Scm_Error        1795 src/number.c       if (!SCM_EXACTP(x)) Scm_Error("exact integer required, but got %S", x);
Scm_Error        1806 src/number.c       if (!SCM_EXACTP(x)) Scm_Error("exact integer required, but got %S", x);
Scm_Error        1807 src/number.c       if (!SCM_EXACTP(y)) Scm_Error("exact integer required, but got %S", y);
Scm_Error        1826 src/number.c       if (!SCM_EXACTP(x)) Scm_Error("exact integer required, but got %S", x);
Scm_Error        1827 src/number.c       if (!SCM_EXACTP(y)) Scm_Error("exact integer required, but got %S", y);
Scm_Error        1842 src/number.c       if (!SCM_EXACTP(x)) Scm_Error("exact integer required, but got %S", x);
Scm_Error        1843 src/number.c       if (!SCM_EXACTP(y)) Scm_Error("exact integer required, but got %S", y);
Scm_Error        2143 src/number.c           Scm_Error("number required: %S", obj);
Scm_Error        2676 src/number.c           Scm_Error("bad number format %s: %A", msg,
Scm_Error         132 src/parameter.c         Scm_Error("the thread %S doesn't have parameter (%d:%d)",
Scm_Error         144 src/parameter.c         Scm_Error("the thread %S doesn't have parameter (%d:%d)",
Scm_Error         721 src/port.c             else Scm_Error("buffering mode must be one of :full, :modest or :none, but got %S", flag);
Scm_Error         725 src/port.c             else Scm_Error("buffering mode must be one of :full, :line or :none, but got %S", flag);
Scm_Error         731 src/port.c         else Scm_Error("buffering mode must be one of :full, :modest, :line or :none, but got %S", flag);
Scm_Error         840 src/port.c         else Scm_Error("unsupported file access mode %d to open %s", flags&O_ACCMODE, path);
Scm_Error         842 src/port.c             Scm_Error("bad buffering flag: %d", buffering);
Scm_Error         926 src/port.c             Scm_Error("output string port required, but got %S", port);
Scm_Error         937 src/port.c             Scm_Error("output string port required, but got %S", port);
Scm_Error         945 src/port.c             Scm_Error("input string port required, but got %S", port);
Scm_Error        1252 src/port.c             Scm_Error("open-coding-aware-port requires an input port, but got %S", iport);
Scm_Error         811 src/portapi.c      if (!SCM_IPORTP(p)) Scm_Error("input port required, but got %S", p);
Scm_Error         849 src/portapi.c      if (!SCM_IPORTP(p)) Scm_Error("input port required, but got %S", p);
Scm_Error         308 src/proc.c             Scm_Error("can't change the locked setter of procedure %S", proc);
Scm_Error         311 src/prof.c             Scm_Error("profiler: seek failed in retrieving sample data");
Scm_Error         335 src/prof.c         Scm_Error("profiler is not supported.");
Scm_Error         340 src/prof.c         Scm_Error("profiler is not supported.");
Scm_Error         345 src/prof.c         Scm_Error("profiler is not supported.");
Scm_Error         350 src/prof.c         Scm_Error("profiler is not supported.");
Scm_Error          95 src/read.c             Scm_Error("input port required: %S", port);
Scm_Error         149 src/read.c             Scm_Error("input port required: %S", port);
Scm_Error         244 src/read.c             Scm_Error("reader encontered unresolved read reference.  Implementation error?");
Scm_Error         294 src/read.c                 Scm_Error("read_context_flush: recursive reference only supported with vector and lists");
Scm_Error        1041 src/read.c             Scm_Error("procedure required, but got %S\n", proc);
Scm_Error         216 src/regexp.c           Scm_Error("cannot compare regexps: %S and %S", x, y);
Scm_Error         342 src/regexp.c               Scm_Error("stray backslash at the end of pattern: %S\n",
Scm_Error         419 src/regexp.c           Scm_Error("Bad '\\%c' escape sequence in a regexp literal: %s",
Scm_Error         522 src/regexp.c               Scm_Error("{n,m}-syntax requires n <= m: %S", ctx->pattern);
Scm_Error         536 src/regexp.c       Scm_Error("{n,m}-syntax can accept up to %d count: %S",
Scm_Error         573 src/regexp.c                   Scm_Error("unterminated grouping in regexp %S", ctx->pattern);
Scm_Error         579 src/regexp.c                   Scm_Error("extra close parenthesis in regexp %S", ctx->pattern);
Scm_Error         725 src/regexp.c       Scm_Error("bad regexp syntax in %S", ctx->pattern);
Scm_Error         749 src/regexp.c           Scm_Error("bad charset spec in pattern: %S", ctx->pattern);
Scm_Error         946 src/regexp.c           Scm_Error("regexp too large.  consider splitting it up: %50.1S",
Scm_Error         962 src/regexp.c           Scm_Error("regexp too large.  consider splitting it up: %50.1S",
Scm_Error        1080 src/regexp.c           Scm_Error("internal error in regexp compilation: unrecognized AST item: %S", ast);
Scm_Error        1314 src/regexp.c       Scm_Error("internal error in regexp compilation: bad node: %S", ast);
Scm_Error        1508 src/regexp.c               Scm_Error("regexp screwed up\n");
Scm_Error        1570 src/regexp.c       Scm_Error("invalid regexp AST: %S", ast);
Scm_Error        1603 src/regexp.c           Scm_Error("incomplete string is not allowed: %S", pattern);
Scm_Error        1750 src/regexp.c           Scm_Error("stack overrun during matching regexp %S", ctx->rx);
Scm_Error        1912 src/regexp.c               Scm_Error("regexp implementation seems broken\n");
Scm_Error        1994 src/regexp.c           Scm_Error("incomplete string is not allowed: %S", str);
Scm_Error        2035 src/regexp.c           Scm_Error("submatch index out of range: %d", i);
Scm_Error        2053 src/regexp.c           Scm_Error("submatch index out of range: %d", i);
Scm_Error        2067 src/regexp.c           Scm_Error("submatch index out of range: %d", i);
Scm_Error        2084 src/regexp.c           Scm_Error("submatch index out of range: %d", i);
Scm_Error        2094 src/regexp.c           Scm_Error("submatch index out of range: %d", i);
Scm_Error         264 src/signal.c           Scm_Error("unhandled signal %d (%s)", signum, name);
Scm_Error         266 src/signal.c           Scm_Error("unhandled signal %d (unknown signal)", signum);
Scm_Error         352 src/signal.c           Scm_Error("list of signals required, but got %S", signals);
Scm_Error         366 src/signal.c               Scm_Error("bad signal number %S", s);
Scm_Error         488 src/signal.c               Scm_Error("bad signal number: %d", signum);
Scm_Error         495 src/signal.c           Scm_Error("bad signal number: must be an integer signal number or a <sys-sigset> object, but got %S", sigs);
Scm_Error         523 src/signal.c       if (badproc) Scm_Error("bad signal handling procedure: must be either a procedure that takes at least one argument, #t, or #f, but got %S", handler);
Scm_Error         524 src/signal.c       if (sigactionfailed) Scm_Error("sigaction failed when setting a sighandler for signal %d", sigactionfailed);
Scm_Error         532 src/signal.c           Scm_Error("bad signal number: %d", signum);
Scm_Error         638 src/signal.c           Scm_Error("bad 'how' argument for signal mask action: %d", how);
Scm_Error         641 src/signal.c           Scm_Error("sigprocmask failed");
Scm_Error         667 src/signal.c       Scm_Error("sigsuspend not supported on MinGW port");
Scm_Error         522 src/stdlib.c        Scm_Error("number required, but got %S", SCM_CAR(args));
Scm_Error         545 src/stdlib.c        Scm_Error("number required, but got %S", SCM_CAR(args));
Scm_Error         775 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
Scm_Error         800 src/stdlib.c     Scm_Error("real number required, but got %S", x);
Scm_Error         823 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
Scm_Error         843 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
Scm_Error         863 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
Scm_Error         883 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
Scm_Error         909 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
Scm_Error         938 src/stdlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error         940 src/stdlib.c     if (!SCM_REALP(z_scm)) Scm_Error("real number required, but got %S", z_scm);
Scm_Error         954 src/stdlib.c     if (!SCM_REALP(x)) Scm_Error("real number required for x, but got %S", x);
Scm_Error         971 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
Scm_Error         991 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
Scm_Error        1011 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
Scm_Error        1031 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
Scm_Error        1073 src/stdlib.c     if (!SCM_REALP(a_scm)) Scm_Error("real number required, but got %S", a_scm);
Scm_Error        1076 src/stdlib.c     if (!SCM_REALP(b_scm)) Scm_Error("real number required, but got %S", b_scm);
Scm_Error        1095 src/stdlib.c     if (!SCM_REALP(r_scm)) Scm_Error("real number required, but got %S", r_scm);
Scm_Error        1098 src/stdlib.c     if (!SCM_REALP(t_scm)) Scm_Error("real number required, but got %S", t_scm);
Scm_Error        1123 src/stdlib.c       Scm_Error("number required, but got %S", z);
Scm_Error        1138 src/stdlib.c     if (!SCM_NUMBERP(z_scm)) Scm_Error("number required, but got %S", z_scm);
Scm_Error        1156 src/stdlib.c     if (!SCM_NUMBERP(z_scm)) Scm_Error("number required, but got %S", z_scm);
Scm_Error        1256 src/stdlib.c       Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1264 src/stdlib.c     if (!SCM_INTP(radix_scm)) Scm_Error("small integer required, but got %S", radix_scm);
Scm_Error        1293 src/stdlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1295 src/stdlib.c     if (!SCM_STRINGP(obj_scm)) Scm_Error("string required, but got %S", obj_scm);
Scm_Error        1302 src/stdlib.c     if (!SCM_INTP(radix_scm)) Scm_Error("small integer required, but got %S", radix_scm);
Scm_Error        1402 src/stdlib.c     if (!SCM_PAIRP(obj_scm)) Scm_Error("pair required, but got %S", obj_scm);
Scm_Error        1422 src/stdlib.c     if (!SCM_PAIRP(obj_scm)) Scm_Error("pair required, but got %S", obj_scm);
Scm_Error        1444 src/stdlib.c     if (!SCM_PAIRP(obj_scm)) Scm_Error("pair required, but got %S", obj_scm);
Scm_Error        1465 src/stdlib.c     if (!SCM_PAIRP(obj_scm)) Scm_Error("pair required, but got %S", obj_scm);
Scm_Error        1480 src/stdlib.c     if (!SCM_PAIRP(cell)) Scm_Error("can't set c" #pre #tail "r of %S", obj); \
Scm_Error        1704 src/stdlib.c   if (SCM_RESULT < 0) Scm_Error("bad list: %S", list);
Scm_Error        1760 src/stdlib.c     if (!SCM_LISTP(list_scm)) Scm_Error("list required, but got %S", list_scm);
Scm_Error        1785 src/stdlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1789 src/stdlib.c     if (!SCM_INTP(k_scm)) Scm_Error("small integer required, but got %S", k_scm);
Scm_Error        1820 src/stdlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1824 src/stdlib.c     if (!SCM_INTP(k_scm)) Scm_Error("small integer required, but got %S", k_scm);
Scm_Error        1854 src/stdlib.c     if (!SCM_LISTP(list_scm)) Scm_Error("list required, but got %S", list_scm);
Scm_Error        1878 src/stdlib.c     if (!SCM_LISTP(list_scm)) Scm_Error("list required, but got %S", list_scm);
Scm_Error        1902 src/stdlib.c     if (!SCM_LISTP(list_scm)) Scm_Error("list required, but got %S", list_scm);
Scm_Error        1926 src/stdlib.c     if (!SCM_LISTP(alist_scm)) Scm_Error("list required, but got %S", alist_scm);
Scm_Error        1950 src/stdlib.c     if (!SCM_LISTP(alist_scm)) Scm_Error("list required, but got %S", alist_scm);
Scm_Error        1974 src/stdlib.c     if (!SCM_LISTP(alist_scm)) Scm_Error("list required, but got %S", alist_scm);
Scm_Error        2013 src/stdlib.c     if (!SCM_SYMBOLP(obj_scm)) Scm_Error("symbol required, but got %S", obj_scm);
Scm_Error        2033 src/stdlib.c     if (!SCM_STRINGP(obj_scm)) Scm_Error("string required, but got %S", obj_scm);
Scm_Error        2074 src/stdlib.c     if (!SCM_CHARP(c1_scm)) Scm_Error("character required, but got %S", c1_scm);
Scm_Error        2077 src/stdlib.c     if (!SCM_CHARP(c2_scm)) Scm_Error("character required, but got %S", c2_scm);
Scm_Error        2099 src/stdlib.c     if (!SCM_CHARP(c1_scm)) Scm_Error("character required, but got %S", c1_scm);
Scm_Error        2102 src/stdlib.c     if (!SCM_CHARP(c2_scm)) Scm_Error("character required, but got %S", c2_scm);
Scm_Error        2124 src/stdlib.c     if (!SCM_CHARP(c1_scm)) Scm_Error("character required, but got %S", c1_scm);
Scm_Error        2127 src/stdlib.c     if (!SCM_CHARP(c2_scm)) Scm_Error("character required, but got %S", c2_scm);
Scm_Error        2149 src/stdlib.c     if (!SCM_CHARP(c1_scm)) Scm_Error("character required, but got %S", c1_scm);
Scm_Error        2152 src/stdlib.c     if (!SCM_CHARP(c2_scm)) Scm_Error("character required, but got %S", c2_scm);
Scm_Error        2174 src/stdlib.c     if (!SCM_CHARP(c1_scm)) Scm_Error("character required, but got %S", c1_scm);
Scm_Error        2177 src/stdlib.c     if (!SCM_CHARP(c2_scm)) Scm_Error("character required, but got %S", c2_scm);
Scm_Error        2199 src/stdlib.c     if (!SCM_CHARP(c1_scm)) Scm_Error("character required, but got %S", c1_scm);
Scm_Error        2202 src/stdlib.c     if (!SCM_CHARP(c2_scm)) Scm_Error("character required, but got %S", c2_scm);
Scm_Error        2224 src/stdlib.c     if (!SCM_CHARP(c1_scm)) Scm_Error("character required, but got %S", c1_scm);
Scm_Error        2227 src/stdlib.c     if (!SCM_CHARP(c2_scm)) Scm_Error("character required, but got %S", c2_scm);
Scm_Error        2249 src/stdlib.c     if (!SCM_CHARP(c1_scm)) Scm_Error("character required, but got %S", c1_scm);
Scm_Error        2252 src/stdlib.c     if (!SCM_CHARP(c2_scm)) Scm_Error("character required, but got %S", c2_scm);
Scm_Error        2274 src/stdlib.c     if (!SCM_CHARP(c1_scm)) Scm_Error("character required, but got %S", c1_scm);
Scm_Error        2277 src/stdlib.c     if (!SCM_CHARP(c2_scm)) Scm_Error("character required, but got %S", c2_scm);
Scm_Error        2299 src/stdlib.c     if (!SCM_CHARP(c1_scm)) Scm_Error("character required, but got %S", c1_scm);
Scm_Error        2302 src/stdlib.c     if (!SCM_CHARP(c2_scm)) Scm_Error("character required, but got %S", c2_scm);
Scm_Error        2322 src/stdlib.c     if (!SCM_CHARP(c_scm)) Scm_Error("character required, but got %S", c_scm);
Scm_Error        2342 src/stdlib.c     if (!SCM_CHARP(c_scm)) Scm_Error("character required, but got %S", c_scm);
Scm_Error        2362 src/stdlib.c     if (!SCM_CHARP(c_scm)) Scm_Error("character required, but got %S", c_scm);
Scm_Error        2382 src/stdlib.c     if (!SCM_CHARP(c_scm)) Scm_Error("character required, but got %S", c_scm);
Scm_Error        2402 src/stdlib.c     if (!SCM_CHARP(c_scm)) Scm_Error("character required, but got %S", c_scm);
Scm_Error        2422 src/stdlib.c     if (!SCM_CHARP(c_scm)) Scm_Error("character required, but got %S", c_scm);
Scm_Error        2442 src/stdlib.c     if (!SCM_EXACTP(c_scm)) Scm_Error("C integer required, but got %S", c_scm);
Scm_Error        2462 src/stdlib.c     if (!SCM_CHARP(c_scm)) Scm_Error("character required, but got %S", c_scm);
Scm_Error        2482 src/stdlib.c     if (!SCM_CHARP(c_scm)) Scm_Error("character required, but got %S", c_scm);
Scm_Error        2524 src/stdlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2526 src/stdlib.c     if (!SCM_INTP(len_scm)) Scm_Error("small integer required, but got %S", len_scm);
Scm_Error        2533 src/stdlib.c     if (!SCM_CHARP(c_scm)) Scm_Error("character required, but got %S", c_scm);
Scm_Error        2573 src/stdlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        2598 src/stdlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2600 src/stdlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        2603 src/stdlib.c     if (!SCM_INTP(k_scm)) Scm_Error("small integer required, but got %S", k_scm);
Scm_Error        2634 src/stdlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        2637 src/stdlib.c     if (!SCM_INTP(k_scm)) Scm_Error("small integer required, but got %S", k_scm);
Scm_Error        2640 src/stdlib.c     if (!SCM_CHARP(c_scm)) Scm_Error("character required, but got %S", c_scm);
Scm_Error        2644 src/stdlib.c   if (r == SCM_FALSE) Scm_Error("argument out of range: %d", k);
Scm_Error        2660 src/stdlib.c     if (!SCM_STRINGP(s1_scm)) Scm_Error("string required, but got %S", s1_scm);
Scm_Error        2663 src/stdlib.c     if (!SCM_STRINGP(s2_scm)) Scm_Error("string required, but got %S", s2_scm);
Scm_Error        2685 src/stdlib.c     if (!SCM_STRINGP(s1_scm)) Scm_Error("string required, but got %S", s1_scm);
Scm_Error        2688 src/stdlib.c     if (!SCM_STRINGP(s2_scm)) Scm_Error("string required, but got %S", s2_scm);
Scm_Error        2710 src/stdlib.c     if (!SCM_STRINGP(s1_scm)) Scm_Error("string required, but got %S", s1_scm);
Scm_Error        2713 src/stdlib.c     if (!SCM_STRINGP(s2_scm)) Scm_Error("string required, but got %S", s2_scm);
Scm_Error        2735 src/stdlib.c     if (!SCM_STRINGP(s1_scm)) Scm_Error("string required, but got %S", s1_scm);
Scm_Error        2738 src/stdlib.c     if (!SCM_STRINGP(s2_scm)) Scm_Error("string required, but got %S", s2_scm);
Scm_Error        2760 src/stdlib.c     if (!SCM_STRINGP(s1_scm)) Scm_Error("string required, but got %S", s1_scm);
Scm_Error        2763 src/stdlib.c     if (!SCM_STRINGP(s2_scm)) Scm_Error("string required, but got %S", s2_scm);
Scm_Error        2785 src/stdlib.c     if (!SCM_STRINGP(s1_scm)) Scm_Error("string required, but got %S", s1_scm);
Scm_Error        2788 src/stdlib.c     if (!SCM_STRINGP(s2_scm)) Scm_Error("string required, but got %S", s2_scm);
Scm_Error        2810 src/stdlib.c     if (!SCM_STRINGP(s1_scm)) Scm_Error("string required, but got %S", s1_scm);
Scm_Error        2813 src/stdlib.c     if (!SCM_STRINGP(s2_scm)) Scm_Error("string required, but got %S", s2_scm);
Scm_Error        2835 src/stdlib.c     if (!SCM_STRINGP(s1_scm)) Scm_Error("string required, but got %S", s1_scm);
Scm_Error        2838 src/stdlib.c     if (!SCM_STRINGP(s2_scm)) Scm_Error("string required, but got %S", s2_scm);
Scm_Error        2860 src/stdlib.c     if (!SCM_STRINGP(s1_scm)) Scm_Error("string required, but got %S", s1_scm);
Scm_Error        2863 src/stdlib.c     if (!SCM_STRINGP(s2_scm)) Scm_Error("string required, but got %S", s2_scm);
Scm_Error        2885 src/stdlib.c     if (!SCM_STRINGP(s1_scm)) Scm_Error("string required, but got %S", s1_scm);
Scm_Error        2888 src/stdlib.c     if (!SCM_STRINGP(s2_scm)) Scm_Error("string required, but got %S", s2_scm);
Scm_Error        2912 src/stdlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        2915 src/stdlib.c     if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        2918 src/stdlib.c     if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        2963 src/stdlib.c       Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2965 src/stdlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        2994 src/stdlib.c     if (!SCM_LISTP(list_scm)) Scm_Error("list required, but got %S", list_scm);
Scm_Error        3019 src/stdlib.c       Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3021 src/stdlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        3057 src/stdlib.c       Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3059 src/stdlib.c     if (!SCM_STRINGP(str_scm)) Scm_Error("string required, but got %S", str_scm);
Scm_Error        3062 src/stdlib.c     if (!SCM_CHARP(c_scm)) Scm_Error("character required, but got %S", c_scm);
Scm_Error        3116 src/stdlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3118 src/stdlib.c     if (!SCM_INTP(k_scm)) Scm_Error("small integer required, but got %S", k_scm);
Scm_Error        3164 src/stdlib.c     if (!SCM_VECTORP(vec_scm)) Scm_Error("vector required, but got %S", vec_scm);
Scm_Error        3189 src/stdlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3191 src/stdlib.c     if (!SCM_VECTORP(vec_scm)) Scm_Error("vector required, but got %S", vec_scm);
Scm_Error        3194 src/stdlib.c     if (!SCM_INTP(k_scm)) Scm_Error("small integer required, but got %S", k_scm);
Scm_Error        3224 src/stdlib.c     if (!SCM_VECTORP(vec_scm)) Scm_Error("vector required, but got %S", vec_scm);
Scm_Error        3227 src/stdlib.c     if (!SCM_INTP(k_scm)) Scm_Error("small integer required, but got %S", k_scm);
Scm_Error        3251 src/stdlib.c       Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3253 src/stdlib.c     if (!SCM_VECTORP(vec_scm)) Scm_Error("vector required, but got %S", vec_scm);
Scm_Error        3260 src/stdlib.c     if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        3267 src/stdlib.c     if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        3292 src/stdlib.c       Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3294 src/stdlib.c     if (!SCM_LISTP(list_scm)) Scm_Error("list required, but got %S", list_scm);
Scm_Error        3301 src/stdlib.c     if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        3308 src/stdlib.c     if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        3335 src/stdlib.c       Scm_Error("too many arguments: up to 2 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3337 src/stdlib.c     if (!SCM_VECTORP(vec_scm)) Scm_Error("vector required, but got %S", vec_scm);
Scm_Error        3346 src/stdlib.c     if (!SCM_INTP(start_scm)) Scm_Error("small integer required, but got %S", start_scm);
Scm_Error        3353 src/stdlib.c     if (!SCM_INTP(end_scm)) Scm_Error("small integer required, but got %S", end_scm);
Scm_Error        3410 src/stdlib.c           Scm_Error("improper list not allowed: %S", SCM_CDR(cp));
Scm_Error        3435 src/stdlib.c     if (!SCM_LISTP(args_scm)) Scm_Error("list required, but got %S", args_scm);
Scm_Error        3464 src/stdlib.c     if (!SCM_LISTP(args_scm)) Scm_Error("list required, but got %S", args_scm);
Scm_Error        3594 src/stdlib.c     if (!SCM_INTP(version_scm)) Scm_Error("small integer required, but got %S", version_scm);
Scm_Error        3598 src/stdlib.c     Scm_Error("unknown rNrs version: %d", version);
Scm_Error        3616 src/stdlib.c     if (!SCM_INTP(version_scm)) Scm_Error("small integer required, but got %S", version_scm);
Scm_Error        3620 src/stdlib.c     Scm_Error("unknown rNrs version: %d", version);
Scm_Error        3740 src/stdlib.c     if (!SCM_PORTP(port_scm)) Scm_Error("port required, but got %S", port_scm);
Scm_Error        3757 src/stdlib.c     if (!SCM_PORTP(port_scm)) Scm_Error("port required, but got %S", port_scm);
Scm_Error        3775 src/stdlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3781 src/stdlib.c     if (!SCM_IPORTP(port_scm)) Scm_Error("input port required, but got %S", port_scm);
Scm_Error        3802 src/stdlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3808 src/stdlib.c     if (!SCM_IPORTP(port_scm)) Scm_Error("input port required, but got %S", port_scm);
Scm_Error        3828 src/stdlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3834 src/stdlib.c     if (!SCM_IPORTP(port_scm)) Scm_Error("input port required, but got %S", port_scm);
Scm_Error        3872 src/stdlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3878 src/stdlib.c     if (!SCM_IPORTP(port_scm)) Scm_Error("input port required, but got %S", port_scm);
Scm_Error        3901 src/stdlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3909 src/stdlib.c     if (!SCM_OPORTP(port_scm)) Scm_Error("output port required, but got %S", port_scm);
Scm_Error        3929 src/stdlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3937 src/stdlib.c     if (!SCM_OPORTP(port_scm)) Scm_Error("output port required, but got %S", port_scm);
Scm_Error        3955 src/stdlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3961 src/stdlib.c     if (!SCM_OPORTP(port_scm)) Scm_Error("output port required, but got %S", port_scm);
Scm_Error        3981 src/stdlib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        3983 src/stdlib.c     if (!SCM_CHARP(ch_scm)) Scm_Error("character required, but got %S", ch_scm);
Scm_Error        3990 src/stdlib.c     if (!SCM_OPORTP(port_scm)) Scm_Error("output port required, but got %S", port_scm);
Scm_Error          52 src/string.c               Scm_Error("attempted to modify immutable string: %S", str); \
Scm_Error         193 src/string.c       if (len < 0) Scm_Error("length out of range: %d", len);
Scm_Error         210 src/string.c               Scm_Error("character required, but got %S", SCM_CAR(cp));
Scm_Error         371 src/string.c           Scm_Error("cannot compare incomplete vs complete string: %S, %S",
Scm_Error         425 src/string.c           Scm_Error("cannot compare incomplete strings in case-insensitive way: %S, %S",
Scm_Error         472 src/string.c           Scm_Error("incomplete string not allowed : %S", str);
Scm_Error         476 src/string.c               Scm_Error("argument out of range: %d", pos);
Scm_Error         500 src/string.c               Scm_Error("argument out of range: %d", offset);
Scm_Error         518 src/string.c           Scm_Error("argument out of range: %d", offset);
Scm_Error         584 src/string.c       if (numstrs < 0) Scm_Error("improper list not allowed: %S", strs);
Scm_Error         595 src/string.c               Scm_Error("string required, but got %S\n", SCM_CAR(cp));
Scm_Error         629 src/string.c       if (nstrs < 0) Scm_Error("improper list not allowed: %S", strs);
Scm_Error         632 src/string.c               Scm_Error("can't join empty list of strings with strict-infix grammer");
Scm_Error         654 src/string.c               Scm_Error("string required, but got %S\n", SCM_CAR(cp));
Scm_Error         711 src/string.c       if (start < 0) Scm_Error("start index out of range: %d", start);
Scm_Error         713 src/string.c           Scm_Error("substitution string too long: %S",
Scm_Error         785 src/string.c       if (k < 0 || k >= size) Scm_Error("argument out of range: %d", k);
Scm_Error         803 src/string.c           Scm_Error("start argument needs to be positive: %d", start);
Scm_Error         805 src/string.c           Scm_Error("end argument is out of range: %d", end);
Scm_Error         807 src/string.c           Scm_Error("end argument must be equal to or greater than the start argument: start=%d, end=%d", start, end);
Scm_Error         838 src/string.c               Scm_Error("exact integer required for start, but got %S", start);
Scm_Error         847 src/string.c               Scm_Error("exact integer required for start, but got %S", end);
Scm_Error         869 src/string.c           Scm_Error("incomplete string not accepted: %S", str);
Scm_Error         941 src/string.c           Scm_Error("return mode out fo range: %d", retmode);
Scm_Error        1070 src/string.c           Scm_Error("incomplete string not supported: %S", str);
Scm_Error        1090 src/string.c           Scm_Error("incomplete string not allowed: %S", str);
Scm_Error        1098 src/string.c               Scm_Error("exact integer required for start, but got %S",
Scm_Error        1106 src/string.c               Scm_Error("exact integer required for end, but got %S",
Scm_Error        1111 src/string.c           Scm_Error("start/end pair is out of range: (%d %d)", start, end);
Scm_Error        1264 src/string.c       Scm_Error("index out of range: %d", index);
Scm_Error        1329 src/string.c       Scm_Error("index out of range: %d", index);
Scm_Error         216 src/symbol.c       Scm_Error("cannot change constant value of %S#%S",
Scm_Error          39 src/syslib.c     if (!SCM_STRINGP(pathname_scm)) Scm_Error("string required, but got %S", pathname_scm);
Scm_Error          59 src/syslib.c     if (!SCM_STRINGP(pattern_scm)) Scm_Error("string required, but got %S", pattern_scm);
Scm_Error          92 src/syslib.c     if (!SCM_STRINGP(pathname_scm)) Scm_Error("string required, but got %S", pathname_scm);
Scm_Error         118 src/syslib.c     if (!SCM_STRINGP(pathname_scm)) Scm_Error("string required, but got %S", pathname_scm);
Scm_Error         138 src/syslib.c     if (!SCM_STRINGP(pathname_scm)) Scm_Error("string required, but got %S", pathname_scm);
Scm_Error         674 src/syslib.c     if (!SCM_EXACTP(gid_scm)) Scm_Error("C integer required, but got %S", gid_scm);
Scm_Error         694 src/syslib.c     if (!SCM_STRINGP(name_scm)) Scm_Error("string required, but got %S", name_scm);
Scm_Error         714 src/syslib.c     if (!SCM_EXACTP(gid_scm)) Scm_Error("C integer required, but got %S", gid_scm);
Scm_Error         732 src/syslib.c     if (!SCM_STRINGP(name_scm)) Scm_Error("string required, but got %S", name_scm);
Scm_Error         764 src/syslib.c     if (!SCM_INTP(category_scm)) Scm_Error("small integer required, but got %S", category_scm);
Scm_Error         767 src/syslib.c     if (!SCM_STRINGP(locale_scm)) Scm_Error("const C string required, but got %S", locale_scm);
Scm_Error         787 src/syslib.c     if (!SCM_EXACTP(uid_scm)) Scm_Error("C integer required, but got %S", uid_scm);
Scm_Error         807 src/syslib.c     if (!SCM_STRINGP(name_scm)) Scm_Error("string required, but got %S", name_scm);
Scm_Error         827 src/syslib.c     if (!SCM_EXACTP(uid_scm)) Scm_Error("C integer required, but got %S", uid_scm);
Scm_Error         845 src/syslib.c     if (!SCM_STRINGP(name_scm)) Scm_Error("string required, but got %S", name_scm);
Scm_Error         866 src/syslib.c     if (!SCM_SYS_SIGSET_P(set_scm)) Scm_Error("<sys-sigset> required, but got %S", set_scm);
Scm_Error         891 src/syslib.c     if (!SCM_SYS_SIGSET_P(set_scm)) Scm_Error("<sys-sigset> required, but got %S", set_scm);
Scm_Error         913 src/syslib.c     if (!SCM_SYS_SIGSET_P(set_scm)) Scm_Error("<sys-sigset> required, but got %S", set_scm);
Scm_Error         933 src/syslib.c     if (!SCM_SYS_SIGSET_P(set_scm)) Scm_Error("<sys-sigset> required, but got %S", set_scm);
Scm_Error         953 src/syslib.c     if (!SCM_INTP(sig_scm)) Scm_Error("small integer required, but got %S", sig_scm);
Scm_Error         975 src/syslib.c     if (!SCM_EXACTP(pid_scm)) Scm_Error("C integer required, but got %S", pid_scm);
Scm_Error         978 src/syslib.c     if (!SCM_INTP(sig_scm)) Scm_Error("small integer required, but got %S", sig_scm);
Scm_Error        1019 src/syslib.c     if (!SCM_INTP(sig_scm)) Scm_Error("small integer required, but got %S", sig_scm);
Scm_Error        1062 src/syslib.c     if (!SCM_INTP(how_scm)) Scm_Error("small integer required, but got %S", how_scm);
Scm_Error        1065 src/syslib.c     if (!SCM_SYS_SIGSET_P(mask_scm)) Scm_Error("<sys-sigset> required, but got %S", mask_scm);
Scm_Error        1085 src/syslib.c     if (!SCM_SYS_SIGSET_P(mask_scm)) Scm_Error("<sys-sigset> required, but got %S", mask_scm);
Scm_Error        1105 src/syslib.c     if (!SCM_STRINGP(filename_scm)) Scm_Error("const C string required, but got %S", filename_scm);
Scm_Error        1126 src/syslib.c     if (!SCM_STRINGP(oldname_scm)) Scm_Error("const C string required, but got %S", oldname_scm);
Scm_Error        1129 src/syslib.c     if (!SCM_STRINGP(newname_scm)) Scm_Error("const C string required, but got %S", newname_scm);
Scm_Error        1179 src/syslib.c     if (!SCM_STRINGP(template_scm)) Scm_Error("string required, but got %S", template_scm);
Scm_Error        1199 src/syslib.c     if (!SCM_INTP(code_scm)) Scm_Error("small integer required, but got %S", code_scm);
Scm_Error        1216 src/syslib.c     if (!SCM_STRINGP(name_scm)) Scm_Error("const C string required, but got %S", name_scm);
Scm_Error        1236 src/syslib.c     if (!SCM_STRINGP(command_scm)) Scm_Error("const C string required, but got %S", command_scm);
Scm_Error        1277 src/syslib.c     if (!SCM_EXACTP(seed)) Scm_Error("exact integer required: %S", seed);
Scm_Error        1302 src/syslib.c     if (!SCM_EXACTP(errno_scm)) Scm_Error("C integer required, but got %S", errno_scm);
Scm_Error        1322 src/syslib.c     if (!SCM_STRINGP(path_scm)) Scm_Error("const C string required, but got %S", path_scm);
Scm_Error        1343 src/syslib.c     if (!SCM_STRINGP(path_scm)) Scm_Error("const C string required, but got %S", path_scm);
Scm_Error        1421 src/syslib.c     if (!SCM_EXACTP(pid_scm)) Scm_Error("C integer required, but got %S", pid_scm);
Scm_Error        1456 src/syslib.c     if (!SCM_EXACTP(status_scm)) Scm_Error("C integer required, but got %S", status_scm);
Scm_Error        1478 src/syslib.c     if (!SCM_EXACTP(status_scm)) Scm_Error("C integer required, but got %S", status_scm);
Scm_Error        1500 src/syslib.c     if (!SCM_EXACTP(status_scm)) Scm_Error("C integer required, but got %S", status_scm);
Scm_Error        1522 src/syslib.c     if (!SCM_EXACTP(status_scm)) Scm_Error("C integer required, but got %S", status_scm);
Scm_Error        1544 src/syslib.c     if (!SCM_EXACTP(status_scm)) Scm_Error("C integer required, but got %S", status_scm);
Scm_Error        1566 src/syslib.c     if (!SCM_EXACTP(status_scm)) Scm_Error("C integer required, but got %S", status_scm);
Scm_Error        1636 src/syslib.c     if (!SCM_TIMEP(t_scm)) Scm_Error("<time> required, but got %S", t_scm);
Scm_Error        1656 src/syslib.c     if (!SCM_REALP(t_scm)) Scm_Error("real number required, but got %S", t_scm);
Scm_Error        1676 src/syslib.c     if (!SCM_SYS_TM_P(tm_scm)) Scm_Error("<sys-tm> required, but got %S", tm_scm);
Scm_Error        1741 src/syslib.c     if (!SCM_STRINGP(format_scm)) Scm_Error("const C string required, but got %S", format_scm);
Scm_Error        1744 src/syslib.c     if (!SCM_SYS_TM_P(tm_scm)) Scm_Error("<sys-tm> required, but got %S", tm_scm);
Scm_Error        1806 src/syslib.c     if (!SCM_SYS_TM_P(tm_scm)) Scm_Error("<sys-tm> required, but got %S", tm_scm);
Scm_Error        1836 src/syslib.c     if (!SCM_STRINGP(pathname_scm)) Scm_Error("const C string required, but got %S", pathname_scm);
Scm_Error        1839 src/syslib.c     if (!SCM_EXACTP(amode_scm)) Scm_Error("C integer required, but got %S", amode_scm);
Scm_Error        1846 src/syslib.c              Scm_Error("cannot use sys-access in suid/sgid program.");
Scm_Error        1864 src/syslib.c     if (!SCM_STRINGP(pathname_scm)) Scm_Error("const C string required, but got %S", pathname_scm);
Scm_Error        1888 src/syslib.c     if (!SCM_STRINGP(pathname_scm)) Scm_Error("const C string required, but got %S", pathname_scm);
Scm_Error        1891 src/syslib.c     if (!SCM_EXACTP(mode_scm)) Scm_Error("C integer required, but got %S", mode_scm);
Scm_Error        1937 src/syslib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1939 src/syslib.c     if (!SCM_STRINGP(command_scm)) Scm_Error("string required, but got %S", command_scm);
Scm_Error        1942 src/syslib.c     if (!SCM_LISTP(args_scm)) Scm_Error("list required, but got %S", args_scm);
Scm_Error        1970 src/syslib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        1972 src/syslib.c     if (!SCM_STRINGP(command_scm)) Scm_Error("string required, but got %S", command_scm);
Scm_Error        1975 src/syslib.c     if (!SCM_LISTP(args_scm)) Scm_Error("list required, but got %S", args_scm);
Scm_Error        2113 src/syslib.c     if (!SCM_STRINGP(existing_scm)) Scm_Error("const C string required, but got %S", existing_scm);
Scm_Error        2116 src/syslib.c     if (!SCM_STRINGP(newpath_scm)) Scm_Error("const C string required, but got %S", newpath_scm);
Scm_Error        2153 src/syslib.c     if (!SCM_INTP(seconds_scm)) Scm_Error("small integer required, but got %S", seconds_scm);
Scm_Error        2217 src/syslib.c     if (!SCM_EXACTP(fd_scm)) Scm_Error("C integer required, but got %S", fd_scm);
Scm_Error        2242 src/syslib.c     if (!SCM_STRINGP(pathname_scm)) Scm_Error("const C string required, but got %S", pathname_scm);
Scm_Error        2245 src/syslib.c     if (!SCM_EXACTP(mode_scm)) Scm_Error("C integer required, but got %S", mode_scm);
Scm_Error        2272 src/syslib.c     if (!SCM_STRINGP(pathname_scm)) Scm_Error("const C string required, but got %S", pathname_scm);
Scm_Error        2294 src/syslib.c     if (!SCM_INTP(mode_scm)) Scm_Error("small integer required, but got %S", mode_scm);
Scm_Error        2314 src/syslib.c     if (!SCM_INTP(seconds_scm)) Scm_Error("small integer required, but got %S", seconds_scm);
Scm_Error        2342 src/syslib.c              Scm_Error("bad timeout spec: <time> object or real number is required, but got %S", nanoseconds);
Scm_Error        2345 src/syslib.c              if (v < 0) Scm_Error("bad timeout spec: positive number required, but got %S", nanoseconds);
Scm_Error        2370 src/syslib.c     if (!SCM_STRINGP(pathname_scm)) Scm_Error("const C string required, but got %S", pathname_scm);
Scm_Error        2438 src/syslib.c     if (!SCM_STRINGP(path_scm)) Scm_Error("const C string required, but got %S", path_scm);
Scm_Error        2441 src/syslib.c     if (!SCM_EXACTP(length_scm)) Scm_Error("exact integer required, but got %S", length_scm);
Scm_Error        2467 src/syslib.c     if (!SCM_EXACTP(length_scm)) Scm_Error("exact integer required, but got %S", length_scm);
Scm_Error        2493 src/syslib.c     if (!SCM_STRINGP(key_scm)) Scm_Error("const C string required, but got %S", key_scm);
Scm_Error        2496 src/syslib.c     if (!SCM_STRINGP(salt_scm)) Scm_Error("const C string required, but got %S", salt_scm);
Scm_Error        2520 src/syslib.c     if (!SCM_STRINGP(existing_scm)) Scm_Error("const C string required, but got %S", existing_scm);
Scm_Error        2523 src/syslib.c     if (!SCM_STRINGP(newpath_scm)) Scm_Error("const C string required, but got %S", newpath_scm);
Scm_Error        2533 src/syslib.c     Scm_Error("the system doesn't support symbolic links");
Scm_Error        2551 src/syslib.c     if (!SCM_STRINGP(path_scm)) Scm_Error("const C string required, but got %S", path_scm);
Scm_Error        2559 src/syslib.c     if (n == READLINK_PATH_MAX) Scm_Error("readlink result too long");
Scm_Error        2577 src/syslib.c     if (!SCM_SYS_FDSET_P(fdset_scm)) Scm_Error("<sys-fdset> required, but got %S", fdset_scm);
Scm_Error        2607 src/syslib.c     if (!SCM_SYS_FDSET_P(fdset_scm)) Scm_Error("<sys-fdset> required, but got %S", fdset_scm);
Scm_Error        2612 src/syslib.c     if (!SCM_BOOLP(flag_scm)) Scm_Error("boolean required, but got %S", flag_scm);
Scm_Error        2646 src/syslib.c     if (!SCM_SYS_FDSET_P(fdset_scm)) Scm_Error("<sys-fdset> required, but got %S", fdset_scm);
Scm_Error        2675 src/syslib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error        2715 src/syslib.c       Scm_Error("too many arguments: up to 1 is expected, %d given.", Scm_Length(SCM_OPTARGS));
Scm_Error          86 src/system.c               Scm_Error("offset value too large: %S", i);
Scm_Error          90 src/system.c       Scm_Error("bad value as offset: %S", i);
Scm_Error         102 src/system.c           Scm_Error("offset value too large to support");
Scm_Error         148 src/system.c               Scm_Error("the port is not associated with a system file descriptor: %S",
Scm_Error         152 src/system.c           Scm_Error("port or small integer required, but got %S", port_or_fd);
Scm_Error         199 src/system.c           Scm_Error("Couldn't glob %S", pattern);
Scm_Error         229 src/system.c       Scm_Error("Searching directory failed by windows error %d",
Scm_Error         233 src/system.c       Scm_Error("glob-directory is not supported on this architecture.");
Scm_Error         335 src/system.c               Scm_Error("couldn't get home directory of user \"%s\".\n", uname);
Scm_Error         562 src/system.c           Scm_Error("mkstemp - invalid template: %s", templat);
Scm_Error         582 src/system.c   	    Scm_Error("mkstemp failed");
Scm_Error         599 src/system.c   	Scm_Error("pathname too long: %S", templat);
Scm_Error         730 src/system.c               Scm_Error("cannot compare different types of time objects: %S vs %S", x, y);
Scm_Error         777 src/system.c           Scm_Error("seconds out of range: %f", sec);
Scm_Error         791 src/system.c           Scm_Error("time type must be a symbol, but got %S", val);
Scm_Error         804 src/system.c           Scm_Error("real number required, but got %S", val);
Scm_Error         818 src/system.c           Scm_Error("real number required, but got %S", val);
Scm_Error         821 src/system.c           Scm_Error("nanoseconds out of range: %ld", l);
Scm_Error         866 src/system.c           Scm_Error("bad time value: either a <time> object or a real number is required, but got %S", val);
Scm_Error         889 src/system.c           Scm_Error("bad timeout spec: <time> object or real number is required, but got %S", t);
Scm_Error         949 src/system.c         Scm_Error("exact integer required, but got %S", val);             \
Scm_Error        1186 src/system.c           Scm_Error("argument list must have at least one element: %S", args);
Scm_Error        1193 src/system.c               Scm_Error("bad argument (string required): %S", SCM_CAR(ap));
Scm_Error        1206 src/system.c               Scm_Error("proper list required for iolist, but got %S", iomap);
Scm_Error        1216 src/system.c                   Scm_Error("bad iomap specification: needs (int . int-or-port): %S", elt);
Scm_Error        1225 src/system.c                       Scm_Error("iolist requires a port that has associated file descriptor, but got %S",
Scm_Error        1229 src/system.c                       Scm_Error("input port required to make it stdin: %S",
Scm_Error        1232 src/system.c                       Scm_Error("output port required to make it stdout: %S",
Scm_Error        1235 src/system.c                       Scm_Error("output port required to make it stderr: %S",
Scm_Error        1283 src/system.c   	Scm_Error("fork() not supported on MinGW port");
Scm_Error        1322 src/system.c           Scm_Error("sys-fdset object or #f is required, but got %S", fds);
Scm_Error        1362 src/system.c       Scm_Error("timeval needs to be a real number (in microseconds) or a list of two integers (seconds and microseconds), but got %S", timeout);
Scm_Error        1549 src/system.c   	Scm_Error("couldn't take process snapshot in getppid()");
Scm_Error        1554 src/system.c   	Scm_Error("Process32First failed in getppid()");
Scm_Error        1565 src/system.c   	Scm_Error("couldn't find the current process entry in getppid()");
Scm_Error        1620 src/system.c       Scm_Error("link");
Scm_Error          71 src/vector.c           Scm_Error("vector size must be a positive integer, but got %d", size);
Scm_Error          87 src/vector.c           if (size < 0) Scm_Error("bad list: %S", l);
Scm_Error          97 src/vector.c               Scm_Error("list too short: %S", l);
Scm_Error         120 src/vector.c               Scm_Error("argument out of range: %d", i);
Scm_Error         131 src/vector.c           Scm_Error("argument out of range: %d", i);
Scm_Error         151 src/vector.c           Scm_Error("vector-copy: start (%d) is greater than end (%d)",
Scm_Error         654 src/vm.c             Scm_Error errargs;                        \
Scm_Error        2702 src/vm.c           if (numargs < 0) Scm_Error("improper list not allowed: %S", args);
Scm_Error        2706 src/vm.c               Scm_Error("too many arguments (%d) to apply", numargs);
Scm_Error        2954 src/vm.c               Scm_Error("improper list not allowed: %S", args);
Scm_Error        3009 src/vm.c               Scm_Error("thunk required for BEFORE argument, but got %S", before);
Scm_Error        3011 src/vm.c               Scm_Error("thunk required for BODY argument, but got %S", body);
Scm_Error        3013 src/vm.c               Scm_Error("thunk required for AFTER argument, but got %S", after);
Scm_Error        3294 src/vm.c                   Scm_Error("user-defined exception handler returned on non-continuable exception %S", exception);
Scm_Error        3449 src/vm.c               Scm_Error("too many values passed to the continuation");
Scm_Error        3480 src/vm.c                   Scm_Error("a continuation is thrown outside of it's extent: %p",
Scm_Error        3506 src/vm.c               Scm_Error("Procedure taking one argument is required, but got: %S",
Scm_Error        3540 src/vm.c                   Scm_Error("too many values: %S", args);
Scm_Error         105 src/weak.c                 Scm_Error("argument out of range: %d", index);
Scm_Error         123 src/weak.c             Scm_Error("argument out of range: %d", index);
Scm_Error         137 src/write.c            Scm_Error("output port required, but got %S", p);
Scm_Error         186 src/write.c            Scm_Error("output port required, but got %S", port);
Scm_Error         217 src/write.c            Scm_Error("output port required, but got %S", port);
Scm_Error         291 src/write.c            Scm_Error("No applicable method for write-object with %S",
Scm_Error         568 src/write.c                Scm_Error("too few arguments for format string: %S", fmt);  \
Scm_Error         746 src/write.c                    Scm_Error("too many arguments for format string: %S", fmt);
Scm_Error         854 src/write.c                            Scm_Error("'~*' format directive refers outside of argument list in %S", fmt);
Scm_Error         865 src/write.c                        Scm_Error("argument for 'v' format parameter in %S should be either an integer, a character or #f, but got %S",
Scm_Error         874 src/write.c                        Scm_Error("too many @-flag for formatting directive: %S",
Scm_Error         881 src/write.c                        Scm_Error("too many :-flag for formatting directive: %S",
Scm_Error         931 src/write.c        Scm_Error("illegal format string: %S", fmt);
Scm_Error         940 src/write.c            Scm_Error("output port required, but got %S", out);
Scm_Error        1154 src/write.c                Scm_Error("incomplete %-directive in format string: %s", fmt);
Scm_Error        1167 src/write.c            Scm_Error("output port required, but got %S", out);
Scm_Error        1230 src/write.c                Scm_Error("incomplete %-directive in format string: %s", fmt);