Home | History | Annotate | Download | only in intl

Lines Matching refs:to_read

974       size_t to_read;
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);