Home
last modified time | relevance | path

Searched refs:ss_get_bytes (Results 1 – 6 of 6) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/language/lexer/
H A Dformat-parser.c48 ss_get_bytes (&s, ss_span (s, ss_cstr (CC_LETTERS)), &type_ss); in parse_abstract_format_specifier__()
49 ss_get_bytes (&s, ss_span (s, ss_cstr (CC_DIGITS)), &width_ss); in parse_abstract_format_specifier__()
53 ss_get_bytes (&s, ss_span (s, ss_cstr (CC_DIGITS)), &decimals_ss); in parse_abstract_format_specifier__()
H A Dcommand-name.c66 ss_get_bytes (s, ofs, word); in find_word()
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dstr.h113 size_t ss_get_bytes (struct substring *, size_t cnt, struct substring *);
H A Dstr.c511 ss_get_bytes (&ss, ss_cspan (ss, delimiters), token); in ss_tokenize()
596 ss_get_bytes (ss, ss_cspan (*ss, ss_buffer (&delimiter, 1)), out); in ss_get_until()
604 ss_get_bytes (struct substring *ss, size_t cnt, struct substring *out) in ss_get_bytes() function
/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddata-in.c846 ss_get_bytes (&i->input, ss_span (i->input, ss_cstr (CC_LETTERS)), &token); in parse_name_token()
956 ss_get_bytes (&i->input, 3, &num_s); in parse_yday()
/dports/math/pspp/pspp-1.4.1/src/language/data-io/
H A Ddata-parser.c472 ss_get_bytes (&p, ss_cspan (p, ds_ss (&parser->any_sep)), field); in cut_field()