getbytes          189 ext/binary/binary.c     if (getbytes(v.buf, 2, sport) == EOF) return SCM_EOF;
getbytes          197 ext/binary/binary.c     if (getbytes(v.buf, 2, sport) == EOF) return SCM_EOF;
getbytes          205 ext/binary/binary.c     if (getbytes(v.buf, 4, sport) == EOF) return SCM_EOF;
getbytes          213 ext/binary/binary.c     if (getbytes(v.buf, 4, sport) == EOF) return SCM_EOF;
getbytes          221 ext/binary/binary.c     if (getbytes(v.buf, 8, sport) == EOF) return SCM_EOF;
getbytes          229 ext/binary/binary.c     if (getbytes(v.buf, 8, sport) == EOF) return SCM_EOF;
getbytes          237 ext/binary/binary.c     if (getbytes(v.buf, 4, sport) == EOF) return SCM_EOF;
getbytes          245 ext/binary/binary.c     if (getbytes(v.buf, 8, sport) == EOF) return SCM_EOF;