SCM_STRING_BODY_SIZE   36 ext/dbm/gdbm.c      datum_.dsize = SCM_STRING_BODY_SIZE(b);        \
SCM_STRING_BODY_SIZE   42 ext/dbm/ndbm.c      datum_.dsize = SCM_STRING_BODY_SIZE(b);        \
SCM_STRING_BODY_SIZE   33 ext/dbm/odbm.c      datum_.dsize = SCM_STRING_BODY_SIZE(b);       \
SCM_STRING_BODY_SIZE   69 ext/digest/md5.c               SCM_STRING_BODY_SIZE(b));
SCM_STRING_BODY_SIZE   69 ext/digest/sha1.c               SCM_STRING_BODY_SIZE(b));
SCM_STRING_BODY_SIZE  296 ext/vport/vport.c         vport_putz(SCM_STRING_BODY_START(b), SCM_STRING_BODY_SIZE(b), p);
SCM_STRING_BODY_SIZE  232 src/class.c            if (((size = SCM_STRING_BODY_SIZE(b)) > 2)
SCM_STRING_BODY_SIZE  209 src/code.c                     int len = SCM_STRING_BODY_SIZE(SCM_STRING_BODY(s));
SCM_STRING_BODY_SIZE 1713 src/extlib.c    SCM_RESULT = (SCM_STRING_BODY_SIZE(SCM_STRING_BODY(str)));
SCM_STRING_BODY_SIZE 3284 src/extlib.c       siz = SCM_STRING_BODY_SIZE(b);
SCM_STRING_BODY_SIZE 3287 src/extlib.c       return SCM_STRING_BODY_SIZE(b);
SCM_STRING_BODY_SIZE 1004 src/gauche.h       (SCM_STRING_BODY_SIZE(body)==SCM_STRING_BODY_LENGTH(body))
SCM_STRING_BODY_SIZE 1011 src/gauche.h       (SCM_STRING_BODY_SIZE(SCM_STRING_BODY(obj)) == 0)
SCM_STRING_BODY_SIZE  207 src/hash.c             STRING_HASH(hashval, p, SCM_STRING_BODY_SIZE(b));
SCM_STRING_BODY_SIZE  218 src/hash.c         STRING_HASH(hashval, p, SCM_STRING_BODY_SIZE(b));
SCM_STRING_BODY_SIZE  398 src/hash.c         size = SCM_STRING_BODY_SIZE(keyb);
SCM_STRING_BODY_SIZE  405 src/hash.c             int eesize = SCM_STRING_BODY_SIZE(eeb);
SCM_STRING_BODY_SIZE  428 src/hash.c         STRING_HASH(hashval, p, SCM_STRING_BODY_SIZE(b));
SCM_STRING_BODY_SIZE  526 src/module.c       char *buf = SCM_NEW_ATOMIC2(char *, SCM_STRING_BODY_SIZE(b)+1);
SCM_STRING_BODY_SIZE  527 src/module.c       char *p = buf, *e = buf + SCM_STRING_BODY_SIZE(b);
SCM_STRING_BODY_SIZE  528 src/module.c       memcpy(buf, SCM_STRING_BODY_START(b), SCM_STRING_BODY_SIZE(b));
SCM_STRING_BODY_SIZE  535 src/module.c       return Scm_MakeString(buf, SCM_STRING_BODY_SIZE(b),
SCM_STRING_BODY_SIZE  542 src/module.c       char *buf = SCM_NEW_ATOMIC2(char *, SCM_STRING_BODY_SIZE(b)+1);
SCM_STRING_BODY_SIZE  543 src/module.c       char *p = buf, *e = buf + SCM_STRING_BODY_SIZE(b);
SCM_STRING_BODY_SIZE  544 src/module.c       memcpy(buf, SCM_STRING_BODY_START(b), SCM_STRING_BODY_SIZE(b));
SCM_STRING_BODY_SIZE 1933 src/regexp.c       rm->inputSize = SCM_STRING_BODY_SIZE(origb);
SCM_STRING_BODY_SIZE 1989 src/regexp.c       const char *end = start + SCM_STRING_BODY_SIZE(b);
SCM_STRING_BODY_SIZE 1991 src/regexp.c       int mustMatchLen = mb? SCM_STRING_BODY_SIZE(mb) : 0;
SCM_STRING_BODY_SIZE   91 src/string.c       int s = SCM_STRING_BODY_SIZE(b);
SCM_STRING_BODY_SIZE  233 src/string.c       size = SCM_STRING_BODY_SIZE(b);
SCM_STRING_BODY_SIZE  243 src/string.c       int size = SCM_STRING_BODY_SIZE(b);
SCM_STRING_BODY_SIZE  274 src/string.c       if (psize)   *psize = SCM_STRING_BODY_SIZE(b);
SCM_STRING_BODY_SIZE  297 src/string.c       int size = SCM_STRING_BODY_SIZE(b);
SCM_STRING_BODY_SIZE  311 src/string.c       x->body = make_str_body(SCM_STRING_BODY_SIZE(b),
SCM_STRING_BODY_SIZE  312 src/string.c                               SCM_STRING_BODY_SIZE(b),
SCM_STRING_BODY_SIZE  332 src/string.c                                  SCM_STRING_BODY_SIZE(b));
SCM_STRING_BODY_SIZE  357 src/string.c       if (SCM_STRING_BODY_SIZE(xb) != SCM_STRING_BODY_SIZE(yb)) {
SCM_STRING_BODY_SIZE  362 src/string.c                      SCM_STRING_BODY_SIZE(xb)) == 0? TRUE : FALSE);
SCM_STRING_BODY_SIZE  374 src/string.c       sizx = SCM_STRING_BODY_SIZE(xb);
SCM_STRING_BODY_SIZE  375 src/string.c       sizy = SCM_STRING_BODY_SIZE(yb);
SCM_STRING_BODY_SIZE  428 src/string.c       sizx = SCM_STRING_BODY_SIZE(xb); lenx = SCM_STRING_BODY_SIZE(xb);
SCM_STRING_BODY_SIZE  429 src/string.c       sizy = SCM_STRING_BODY_SIZE(yb); leny = SCM_STRING_BODY_SIZE(yb);
SCM_STRING_BODY_SIZE  498 src/string.c       if (offset < 0 || offset >= SCM_STRING_BODY_SIZE(b)) {
SCM_STRING_BODY_SIZE  535 src/string.c       int sizex = SCM_STRING_BODY_SIZE(xb), lenx = SCM_STRING_BODY_LENGTH(xb);
SCM_STRING_BODY_SIZE  536 src/string.c       int sizey = SCM_STRING_BODY_SIZE(yb), leny = SCM_STRING_BODY_LENGTH(yb);
SCM_STRING_BODY_SIZE  553 src/string.c       int sizex = SCM_STRING_BODY_SIZE(xb), lenx = SCM_STRING_BODY_LENGTH(xb);
SCM_STRING_BODY_SIZE  598 src/string.c           size += SCM_STRING_BODY_SIZE(b);
SCM_STRING_BODY_SIZE  609 src/string.c           memcpy(bufp, SCM_STRING_BODY_START(b), SCM_STRING_BODY_SIZE(b));
SCM_STRING_BODY_SIZE  610 src/string.c           bufp += SCM_STRING_BODY_SIZE(b);
SCM_STRING_BODY_SIZE  644 src/string.c       dsize = SCM_STRING_BODY_SIZE(dbody);
SCM_STRING_BODY_SIZE  657 src/string.c           size += SCM_STRING_BODY_SIZE(b);
SCM_STRING_BODY_SIZE  680 src/string.c           memcpy(bufp, SCM_STRING_BODY_START(b), SCM_STRING_BODY_SIZE(b));
SCM_STRING_BODY_SIZE  681 src/string.c           bufp += SCM_STRING_BODY_SIZE(b);
SCM_STRING_BODY_SIZE  706 src/string.c       int sizex = SCM_STRING_BODY_SIZE(xb), lenx = SCM_STRING_BODY_LENGTH(xb);
SCM_STRING_BODY_SIZE  758 src/string.c                                SCM_STRING_BODY_SIZE(yb),
SCM_STRING_BODY_SIZE  781 src/string.c       int size = SCM_STRING_BODY_SIZE(xb);
SCM_STRING_BODY_SIZE  862 src/string.c       int size = SCM_STRING_BODY_SIZE(strb), sizecnt = 0;
SCM_STRING_BODY_SIZE  937 src/string.c       int siz1 = SCM_STRING_BODY_SIZE(sb);
SCM_STRING_BODY_SIZE 1044 src/string.c                          SCM_STRING_BODY_SIZE(s2b),
SCM_STRING_BODY_SIZE 1121 src/string.c       postlen = SCM_STRING_BODY_SIZE(strb) - midlen - prelen;
SCM_STRING_BODY_SIZE 1200 src/string.c               int size = SCM_STRING_BODY_SIZE(b);
SCM_STRING_BODY_SIZE 1536 src/string.c       int size = SCM_STRING_BODY_SIZE(b);
SCM_STRING_BODY_SIZE  129 src/symbol.c           int siz = SCM_STRING_BODY_SIZE(b), i;