Home
last modified time | relevance | path

Searched refs:ds_substr (Results 1 – 3 of 3) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dstr.h197 struct substring ds_substr (const struct string *, size_t start, size_t);
H A Dstr.c1016 ds_substr (const struct string *st, size_t start, size_t cnt) in ds_substr() function
1087 ds_assign_substring (st, ds_substr (st, cnt, SIZE_MAX)); in ds_ltrim()
/dports/math/pspp/pspp-1.4.1/src/language/data-io/
H A Ddata-reader.c586 return ds_substr (&r->line, r->pos, SIZE_MAX); in dfm_get_record()