Searched refs:to_read (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/legacy/binutils/intl/
H A Dloadmsgcat.c121 size_t to_read; local
128 to_read = size;
132 long int nb = (long int) read (fd, read_ptr, to_read);
140 to_read -= nb;
142 while (to_read > 0);
/haiku-buildtools/legacy/gcc/gcc/intl/
H A Dloadmsgcat.c121 size_t to_read; local
128 to_read = size;
132 long int nb = (long int) read (fd, read_ptr, to_read);
140 to_read -= nb;
142 while (to_read > 0);
/haiku-buildtools/legacy/gcc/texinfo/intl/
H A Dloadmsgcat.c119 off_t to_read; local
126 to_read = st.st_size;
130 long int nb = (long int) read (fd, read_ptr, to_read);
138 to_read -= nb;
140 while (to_read > 0);
/haiku-buildtools/legacy/gcc/gcc/
H A Dfix-header.c1080 long to_read;
1195 to_read = inf_size;
1196 while (to_read > 0)
1198 long i = read (inf_fd, inf_buffer + inf_size - to_read, to_read);
1207 inf_size -= to_read;
1210 to_read -= i;
1079 long to_read; local
/haiku-buildtools/gcc/intl/
H A Dloadmsgcat.c974 size_t to_read; local
981 to_read = size;
985 long int nb = (long int) read (fd, read_ptr, to_read);
996 to_read -= nb;
998 while (to_read > 0);
/haiku-buildtools/binutils/intl/
H A Dloadmsgcat.c974 size_t to_read; local
981 to_read = size;
985 long int nb = (long int) read (fd, read_ptr, to_read);
996 to_read -= nb;
998 while (to_read > 0);
/haiku-buildtools/binutils/gold/
H A Dfileread.cc397 size_t to_read = size; local
400 bytes = ::pread(this->descriptor_, read_ptr, to_read, read_pos);
407 to_read -= bytes;
408 if (to_read == 0)
413 bytes = size - to_read;
/haiku-buildtools/gcc/gcc/
H A Dinput.c406 size_t to_read = c->size - c->nb_read; local
407 size_t nb_read = fread (from, 1, to_read, c->fp);
/haiku-buildtools/binutils/bfd/
H A Dvms-alpha.c798 unsigned int to_read;
819 to_read = PRIV (recrd.rec_size);
821 to_read += VMS_OBJECT_ADJUSTMENT;
824 if (to_read > PRIV (recrd.buf_size))
827 = (unsigned char *) bfd_realloc (PRIV (recrd.buf), to_read);
830 PRIV (recrd.buf_size) = to_read;
833 else if (to_read <= read_so_far)
837 to_read -= read_so_far;
839 vms_debug2 ((8, "vms_get_remaining_obj_record: to_read %d\n", to_read));
795 unsigned int to_read; local
2505 unsigned int to_read; local
[all...]

Completed in 113 milliseconds