Home
last modified time | relevance | path

Searched refs:SCM_STRING_INCOMPLETE (Results 1 – 14 of 14) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dstring.h107 SCM_STRING_INCOMPLETE = (1L<<1), /* [C,R] The string is incomplete. */ enumerator
134 SCM_STRING_BODY_HAS_FLAG(body, SCM_STRING_INCOMPLETE)
160 #define SCM_MAKSTR_INCOMPLETE SCM_STRING_INCOMPLETE
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dstring.c61 if (len < 0) flags |= SCM_STRING_INCOMPLETE; in make_str()
62 if (flags & SCM_STRING_INCOMPLETE) len = siz; in make_str()
428 if ((SCM_STRING_BODY_FLAGS(xb)^SCM_STRING_BODY_FLAGS(yb))&SCM_STRING_INCOMPLETE) { in Scm_StringEqual()
506 if ((SCM_STRING_BODY_FLAGS(xb)^SCM_STRING_BODY_FLAGS(yb))&SCM_STRING_INCOMPLETE) { in Scm_StringCiCmp()
690 flags |= SCM_STRING_INCOMPLETE; /* yields incomplete string */ in Scm_StringAppend2()
714 flags |= SCM_STRING_INCOMPLETE; in Scm_StringAppendC()
750 flags |= SCM_STRING_INCOMPLETE; in Scm_StringAppend()
795 flags |= SCM_STRING_INCOMPLETE; in Scm_StringJoin()
810 flags |= SCM_STRING_INCOMPLETE; in Scm_StringJoin()
893 flags |= SCM_STRING_INCOMPLETE; in substring()
[all …]
H A Dlibio.scm324 (logior SCM_STRING_INCOMPLETE
361 (logior SCM_STRING_INCOMPLETE SCM_STRING_COPYING))])
405 (return (Scm_GetOutputString oport SCM_STRING_INCOMPLETE)))
649 (return (Scm_MakeString buf nread nread SCM_STRING_INCOMPLETE))]
662 (return (Scm_DStringGet (& ds) SCM_STRING_INCOMPLETE))))
H A Dlibstr.scm484 SCM_STRING_INCOMPLETE
485 SCM_STRING_INCOMPLETE)))
553 (return (Scm_MakeString s size size SCM_STRING_INCOMPLETE))))
H A Dread.c1134 int flags = ((incompletep? SCM_STRING_INCOMPLETE:0) | SCM_STRING_IMMUTABLE); in read_string()
H A Dlibio.c6650 (SCM_STRING_INCOMPLETE)|(SCM_STRING_COPYING)));}} in bufport_closer()
6710 (SCM_STRING_INCOMPLETE)|(SCM_STRING_COPYING)); in bufport_flusher()
6879 {SCM_RESULT=(Scm_GetOutputString(oport,SCM_STRING_INCOMPLETE));goto SCM_STUB_RETURN;} in libioget_output_byte_string()
7679 {SCM_RESULT=(Scm_MakeString(buf,nread,nread,SCM_STRING_INCOMPLETE));goto SCM_STUB_RETURN;}}}} in libioread_block()
7745 {SCM_RESULT=(Scm_DStringGet(&(ds),SCM_STRING_INCOMPLETE));goto SCM_STUB_RETURN;}} in libioport_TObyte_string()
H A Dlibstr.c4937 {SCM_RESULT=(Scm_CopyStringWithFlags(str,SCM_STRING_INCOMPLETE,SCM_STRING_INCOMPLETE));goto SCM_STU… in libstrstring_complete_TOincomplete()
5079 {SCM_RESULT=(Scm_MakeString(s,size,size,SCM_STRING_INCOMPLETE));goto SCM_STUB_RETURN;}} in libstrmake_byte_string()
/dports/lang/gauche/Gauche-0.9.10/ext/digest/
H A Dmd5.scm128 (logior SCM_STRING_INCOMPLETE
H A Dsha.scm184 (logior SCM_STRING_INCOMPLETE
/dports/lang/gauche/Gauche-0.9.10/ext/net/
H A Dnet.c424 return Scm_MakeString(buf, r, r, SCM_STRING_INCOMPLETE); in Scm_SocketRecv()
461 return Scm_Values2(Scm_MakeString(buf, r, r, SCM_STRING_INCOMPLETE), in Scm_SocketRecvFrom()
648 return Scm_MakeString(buf, rrsize, rrsize, SCM_STRING_INCOMPLETE); in Scm_SocketGetOpt()
/dports/lang/gauche/Gauche-0.9.10/ext/tls/
H A Dtls-mbed.c236 SCM_STRING_INCOMPLETE | SCM_STRING_COPYING); in mbed_read()
H A Dtls.c420 return Scm_MakeString((char*) buf, r, r, SCM_STRING_INCOMPLETE); in ax_read()
/dports/lang/gauche/Gauche-0.9.10/ext/charconv/
H A Dcharconv.c238 SCM_STRING_COPYING|SCM_STRING_INCOMPLETE); in conv_input_filler()
/dports/lang/gauche/Gauche-0.9.10/doc/
H A Dgauche-dev.texi2399 @deftypevrx {Constant} int SCM_STRING_INCOMPLETE
2410 @item SCM_STRING_INCOMPLETE
2480 explicitly by passing @code{SCM_STRING_INCOMPLETE} flag
2486 @item SCM_STRING_INCOMPLETE
2877 @code{SCM_STRING_IMUUTABLE} and/or @code{SCM_STRING_INCOMPLETE} to
3661 and/or @code{SCM_STRING_INCOMPLETE}) to the @var{flags} argument
3673 and/or @code{SCM_STRING_INCOMPLETE}) to the @var{flags} argument