Home
last modified time | relevance | path

Searched refs:read_whole_strings (Results 1 – 2 of 2) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/data/
H A Dpc+-file-reader.c943 static int read_whole_strings (struct pcp_reader *, uint8_t *, size_t);
1035 int retval = read_whole_strings (r, s, whole); in read_case_string()
1043 int retval = read_whole_strings (r, bounce, sizeof bounce); in read_case_string()
1127 read_whole_strings (struct pcp_reader *r, uint8_t *s, size_t length) in read_whole_strings() function
H A Dsys-file-reader.c2708 static int read_whole_strings (struct sfm_reader *, uint8_t *, size_t);
2807 int retval = read_whole_strings (r, s, whole); in read_case_string()
2815 int retval = read_whole_strings (r, bounce, sizeof bounce); in read_case_string()
2946 read_whole_strings (struct sfm_reader *r, uint8_t *s, size_t length) in read_whole_strings() function
2983 return read_whole_strings (r, buffer, length); in skip_whole_strings()