Lines Matching defs:read
948 * Safe read (for pipes)
956 if ((res = read(fd, buf, count)) == 0)
994 error(_("read error (called from line %i)"), line);
1062 error(_("unknown length of 'fmt ' chunk (read %u, should be %u at least)"),
1073 error(_("unknown length of extensible 'fmt ' chunk (read %u, should be %u at least)"),
1258 error(_("read error"));
1600 } while (read(fileno(stdin), &b, 1) != 1);
1624 while (read(fileno(stdin), &b, 1) == 1);
1642 while (read(fileno(stdin), &b, 1) == 1) {
1644 while (read(fileno(stdin), &b, 1) == 1);
1746 error(_("read/write error, state = %s"), snd_pcm_state_name(snd_pcm_status_get_state(status)));
2242 * read function
2272 error(_("read error: %s"), snd_strerror(r));
2427 error(_("read error"));
2434 error(_("read error"));
2632 /* calculate the data count to read from/to dsp */
2964 error(_("read error"));
3331 size_t read = pcm_read(audiobuf, f);
3333 if (read != f)
3335 save = read * bits_per_frame / 8;