Home
last modified time | relevance | path

Searched refs:ds_read_line (Results 1 – 5 of 5) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/ui/terminal/
H A Dterminal-reader.c450 ds_read_line (&string, stdin, SIZE_MAX); in readline_read()
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dstr.h222 bool ds_read_line (struct string *, FILE *, size_t max_length);
H A Dstr.c1350 ds_read_line (struct string *st, FILE *stream, size_t max_length) in ds_read_line() function
1435 if (!ds_read_line (st, stream, SIZE_MAX)) in ds_read_config_line()
/dports/math/pspp/pspp-1.4.1/utilities/
H A Dpspp-convert.c418 if (!ds_read_line (&pw, password_file, SIZE_MAX)) in decrypt_file()
/dports/math/pspp/pspp-1.4.1/
H A DChangeLog19157 particular, ds_read_line() handles both LF and CR-LF line endings. But it
24057 ds_read_line(), because the getdelim() function that it used cannot