Home
last modified time | relevance | path

Searched refs:SG_STRING_VALUE (Results 1 – 18 of 18) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dstring.c353 const SgChar *buf = SG_STRING_VALUE(s); in Sg_StringToList()
387 buf = SG_STRING_VALUE(r); in Sg_ListToString()
428 const SgChar *ss1 = SG_STRING_VALUE(s); in string_scan()
504 return string_scan(s1, SG_STRING_VALUE(s2), SG_STRING_SIZE(s2), retmode); in Sg_StringScan()
H A Dtranscoder.c303 diff = resolve_eol(port, trans, buf+read, SG_STRING_VALUE(r), in Sg_TranscoderRead()
426 s = SG_STRING_VALUE(new_s); in Sg_TranscoderWrite()
H A Dsymbol.c89 ASSERT(SG_STRING_VALUE(name)); in Sg_MakeSymbol()
H A Dunicode.c456 SG_STRING_VALUE(ss), len, NULL, in Sg_Utf8sToUtf32s()
468 SG_STRING_VALUE(ss), len/2, NULL, in Sg_Utf16sToUtf32s()
519 SG_STRING_VALUE(s), SG_STRING_SIZE(s)); in Sg_StringToWCharTs()
H A Dport.c1749 port->buffer.buf = SG_STRING_VALUE(s); in Sg_InitStringInputPort()
1750 port->buffer.end = SG_STRING_VALUE(s) + end; in Sg_InitStringInputPort()
2164 memcpy(SG_STRING_VALUE(s), str+written, rc*sizeof(SgChar)); in custom_textual_put_string()
2481 SG_STREAM_BUFFER_GET_BUFFERC(SG_STRING_VALUE(ret), port->buffer.start); in Sg_GetStringFromStringPort()
2783 SG_PORT_VTABLE(port)->writes(port, SG_STRING_VALUE(str), in Sg_PutsUnsafe()
H A Dwriter.c267 const SgChar *s = SG_STRING_VALUE(tmpstr); in format_sexp()
311 const SgChar *ptr = SG_STRING_VALUE(str); in format_integer()
H A Dlib_core.stub1400 (SG_STRING_VALUE s) count NULL
2021 ;; (Sg_Reads p (SG_STRING_VALUE buf) count)
2023 (read-to-buffer p len (SG_STRING_VALUE buf) 0 count
2049 ;; (Sg_Reads p (+ (SG_STRING_VALUE s) start) count)
2051 (read-to-buffer p len (SG_STRING_VALUE s) start count
2071 (Sg_ReadsUnsafe p (SG_STRING_VALUE buf) 1024)))
2082 (Sg_Writes out (SG_STRING_VALUE buf) len)
2303 (Sg_Writes p (+ (SG_STRING_VALUE s) start) count))
H A Dreader.c667 if (ustrcmp(SG_STRING_VALUE(str), "...") == 0) return SG_SYMBOL_ELLIPSIS; in read_symbol_or_number()
1335 if (ustrcmp(SG_STRING_VALUE(rest), "rue") == 0) { in read_hash_t()
1357 if (ustrcmp(SG_STRING_VALUE(rest), "alse") == 0) { in read_hash_f()
H A Dcache.c699 SgChar *str = SG_STRING_VALUE(s); in write_string_cache()
735 SgChar *v = SG_STRING_VALUE(str); in write_number_cache()
H A Dbytevector.c408 Sg_WritesUnsafe(out, SG_STRING_VALUE(s) + start, end - start); in Sg_StringToByteVector()
H A Dregex_match.c87 #define TEXT_ELEMENTS SG_STRING_VALUE
H A Dlib_sagittarius.stub1289 (result (Sg_Getenv (SG_STRING_VALUE path))))
1294 (set! v (SG_STRING_VALUE value)))
1300 (Sg_Setenv (SG_STRING_VALUE key) v)))
H A Dregex.c159 ctx->ostr = ctx->str = SG_STRING_VALUE(str); in init_lexer()
H A Dlib_core.c8361 SG_STRING_VALUE(s),count,NULL,SG_REPLACE_ERROR,FALSE); in core_utf8_TOstring()
10389 …eadOncePortP(p);for (;(!((G10818)==(0)));){G10817=(Sg_ReadsUnsafe(p,(SG_STRING_VALUE(buf))+(G10816… in core_get_string_n()
10470 …eadOncePortP(p);for (;(!((G10822)==(0)));){G10821=(Sg_ReadsUnsafe(p,(SG_STRING_VALUE(s))+(G10820),… in core_get_string_nX()
10517 Sg_ReadsUnsafe(p,SG_STRING_VALUE(buf),1024); in core_get_string_all()
10528 Sg_Writes(out,SG_STRING_VALUE(buf),len); in core_get_string_all()
11267 Sg_Writes(p,(SG_STRING_VALUE(s))+(start),count); in core_put_string()
H A Dlib_sagittarius.c6627 SG_RESULT=(Sg_Getenv(SG_STRING_VALUE(path))); in sagittarius_getenv()
6656 v=(SG_STRING_VALUE(value));}else if( in sagittarius_setenv()
6661 Sg_Setenv(SG_STRING_VALUE(key),v);} in sagittarius_setenv()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dstring.h71 #define SG_STRING_VALUE(obj) (SG_STRING(obj)->value) macro
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/os/win/
H A Dwin_util.c55 Sg_TranscoderWrite(tcoder, tout, SG_STRING_VALUE(path), in utf32ToUtf16()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/ffi/
H A Dsagittarius-ffi.c138 sigs = SG_STRING_VALUE(signatures); in set_ffi_parameter_types()