Home
last modified time | relevance | path

Searched refs:SCM_STRING_BODY_START (Results 1 – 20 of 20) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dstring.c89 const char *p = SCM_STRING_BODY_START(b); in Scm_StringDump()
221 if (ptr < SCM_STRING_BODY_START(sb) || in string_cursor_ptr()
319 return SCM_STRING_BODY_START(b); in get_string_from_body()
434 return (memcmp(SCM_STRING_BODY_START(xb), in Scm_StringEqual()
435 SCM_STRING_BODY_START(yb), in Scm_StringEqual()
446 int r = memcmp(SCM_STRING_BODY_START(xb), SCM_STRING_BODY_START(yb), siz); in Scm_StringCmp()
615 p = SCM_STRING_BODY_START(b) + pos; in Scm_StringRef()
925 if (start < SCM_STRING_BODY_START(xb) || in substring_cursor()
1915 if (ptr < SCM_STRING_BODY_START(srcb) || in make_string_cursor()
1931 sc->start = SCM_STRING_BODY_START(srcb); in make_string_cursor()
[all …]
H A Dsymbol.c181 const char *cp = SCM_STRING_BODY_START(bp); in Scm_SymbolSansPrefix()
182 const char *cs = SCM_STRING_BODY_START(bs); in Scm_SymbolSansPrefix()
198 const char *p = SCM_STRING_BODY_START(b); in escape_required_p()
258 const char *p = SCM_STRING_BODY_START(b); in Scm_WriteSymbolName()
H A Dhash.c713 && memcmp(SCM_STRING_BODY_START(keyb), in string_access()
714 SCM_STRING_BODY_START(eeb), eesize) == 0){ in string_access()
731 && (memcmp(SCM_STRING_BODY_START(b1), in string_cmp()
732 SCM_STRING_BODY_START(b2), in string_cmp()
1450 const char *p = SCM_STRING_BODY_START(b); in legacy_string_hash()
H A Dlibstr.scm507 (let* ([s::(const char*) (SCM_STRING_BODY_START b)]
H A Dregexp.c2751 rm->input = SCM_STRING_BODY_START(origb); in make_match()
2814 const char *orig_start = SCM_STRING_BODY_START(b); in Scm_RegExec()
2837 end = SCM_STRING_BODY_START(b); in Scm_RegExec()
H A Dvector.c903 const char *p = SCM_STRING_BODY_START(b); in Scm_StringToBitvector()
H A Dlibio.scm337 (memcpy (-> (PORT_BUF p) end) (SCM_STRING_BODY_START b) siz)
H A Dclass.c246 && SCM_STRING_BODY_START(b)[0] == '<' in Scm_ShortClassName()
247 && SCM_STRING_BODY_START(b)[size-1] == '>') { in Scm_ShortClassName()
H A Dlibstr.c4999 {const char* s=SCM_STRING_BODY_START(b);ScmSmallInt siz= in libstrstring_incomplete_TOcomplete()
H A Dlibio.c6663 memcpy((PORT_BUF(p))->end,SCM_STRING_BODY_START(b),siz); in bufport_filler()
/dports/lang/gauche/Gauche-0.9.10/src/gauche/priv/
H A DstringP.h63 (SCM_STRING_BODY_START(sb) + SCM_STRING_CURSOR_LARGE_OFFSET(obj))
73 (SCM_STRING_BODY_START(sb) + SCM_STRING_CURSOR_SMALL_OFFSET(obj))
/dports/lang/gauche/Gauche-0.9.10/ext/digest/
H A Dmd5.scm120 (cast (const unsigned char*) (SCM_STRING_BODY_START b))
H A Dsha.scm163 (cast (const unsigned char*) (SCM_STRING_BODY_START b))
/dports/lang/gauche/Gauche-0.9.10/ext/zlib/
H A Dzlib.scm87 (set! (* start) (cast (unsigned char*) (SCM_STRING_BODY_START b))
/dports/lang/gauche/Gauche-0.9.10/ext/dbm/
H A Dodbm.scm176 (set! (ref ,datum dptr) (cast char* (SCM_STRING_BODY_START ,tmp)))
H A Dndbm.scm202 (set! (ref ,datum dptr) (cast char* (SCM_STRING_BODY_START ,tmp)))
H A Dgdbm.scm202 (set! (ref ,datum dptr) (cast char* (SCM_STRING_BODY_START ,tmp)))
/dports/lang/gauche/Gauche-0.9.10/ext/vport/
H A Dvport.c304 vport_putz(SCM_STRING_BODY_START(b), SCM_STRING_BODY_SIZE(b), p); in vport_puts()
306 const char *cp = SCM_STRING_BODY_START(b); in vport_puts()
/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dstring.h127 #define SCM_STRING_BODY_START(body) ((body)->start) macro
/dports/lang/gauche/Gauche-0.9.10/ext/uvector/
H A Duvector.scm477 [,ss :: (const char*) (SCM_STRING_BODY_START ,sb)])