Home | History | Annotate | Download | only in intl

Lines Matching defs:to_read

977       size_t to_read;
984 to_read = size;
988 long int nb = (long int) read (fd, read_ptr, to_read);
999 to_read -= nb;
1001 while (to_read > 0);