Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/language/data-io/
H A Ddata-reader.c408 if (ds_read_stream (&r->line, 1, fh_get_record_width (r->fh), r->file)) in read_file_record()
431 if (!ds_read_stream (&r->line, leading_size, 1, r->file)) in read_file_record()
498 if (!ds_read_stream (&r->line, record_size, 1, r->file)) in read_file_record()
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dstr.h224 bool ds_read_stream (struct string *, size_t size, size_t cnt, FILE *stream);
H A Dstr.c1450 ds_read_stream (struct string *st, size_t size, size_t cnt, FILE *stream) in ds_read_stream() function