Searched refs:chars_read (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dhistfile.c266 int file, current_line, chars_read, has_timestamps, reset_comment_char; local
321 chars_read = file_size;
330 chars_read = read (file, buffer, file_size);
332 if (chars_read < 0)
336 chars_read = errno;
338 chars_read = EIO;
347 return (chars_read);
354 to = chars_read;
357 bufend = buffer + chars_read;
497 int file, chars_read, r local
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dhistfile.c274 int file, current_line, chars_read, has_timestamps, reset_comment_char; local
329 chars_read = file_size;
338 chars_read = read (file, buffer, file_size);
340 if (chars_read < 0)
344 chars_read = errno;
346 chars_read = EIO;
355 return (chars_read);
362 to = chars_read;
365 bufend = buffer + chars_read;
523 int file, chars_read, r local
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_neoclock4x.c916 int chars_read; local
932 chars_read = 0;
941 if(chars_read > 500)
962 chars_read++;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprintcmd.c923 int chars_read = 0;
936 chars_read = read_memory_backward (gdbarch, addr, buffer.data (),
938 chars_read /= char_size;
939 read_error = (chars_read == chars_to_read) ? 0 : 1;
941 for (i = 0; i < chars_read && count > 0 ; ++i, ++chars_counted)
920 int chars_read = 0; local
/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsedit.c1127 Ioffset_type chars_read = Itell(infile); local
1139 if (!--chars_read)
1145 if (!--chars_read)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprintcmd.c946 int chars_read = 0;
959 chars_read = read_memory_backward (gdbarch, addr, buffer.data (),
961 chars_read /= char_size;
962 read_error = (chars_read == chars_to_read) ? 0 : 1;
964 for (i = 0; i < chars_read && count > 0 ; ++i, ++chars_counted)
943 int chars_read = 0; local

Completed in 217 milliseconds