Searched refs:chars_read (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | histfile.c | 274 int file, current_line, chars_read, has_timestamps, reset_comment_char; in read_history_range() local 329 chars_read = file_size; in read_history_range() 338 chars_read = read (file, buffer, file_size); in read_history_range() 340 if (chars_read < 0) in read_history_range() 344 chars_read = errno; in read_history_range() 346 chars_read = EIO; in read_history_range() 355 return (chars_read); in read_history_range() 362 to = chars_read; in read_history_range() 365 bufend = buffer + chars_read; in read_history_range() 523 int file, chars_read, rv, orig_lines, exists, r; in history_truncate_file() local [all …]
|
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rcsedit.c | 1127 Ioffset_type chars_read = Itell(infile); local 1139 if (!--chars_read) 1145 if (!--chars_read)
|