Lines Matching refs:stderr
193 fprintf(stderr, "%s: %s:%d: ", command, __func__, __LINE__); \
194 fprintf(stderr, __VA_ARGS__); \
195 putc('\n', stderr); \
199 fprintf(stderr, "%s: %s:%d: ", command, __func__, __LINE__); \
200 fprintf(stderr, ##args); \
201 putc('\n', stderr); \
405 fprintf(stderr, _("Aborted by signal %s...\n"), strsignal(sig));
546 err = snd_output_stdio_attach(&log, stderr, 0);
828 fprintf(stderr, _("Unable to parse channel map string: %s\n"), optarg);
834 fprintf(stderr, _("Try `%s --help' for more information.\n"), command);
871 fprintf(stderr, "Warning: Some sources (like microphones) may produce inaudible results\n"
1103 fprintf(stderr, _("Warning: format is changed to U8\n"));
1113 fprintf(stderr, _("Warning: format is changed to %s\n"),
1126 fprintf(stderr, _("Warning: format is changed to %s\n"),
1137 fprintf(stderr, _("Warning: format is changed to %s\n"),
1233 fprintf(stderr, _("Warning: format is changed to MU_LAW\n"));
1239 fprintf(stderr, _("Warning: format is changed to U8\n"));
1245 fprintf(stderr, _("Warning: format is changed to S16_BE\n"));
1268 fprintf(stderr, "Available formats:\n");
1271 fprintf(stderr, "- %s\n", snd_pcm_format_name(format));
1297 fprintf(stderr, _("Warning: unable to get channel map\n"));
1333 fprintf(stderr, "hardware chmap = %s\n", buf);
1362 fprintf(stderr, _("HW Params of device \"%s\":\n"),
1364 fprintf(stderr, "--------------------\n");
1366 fprintf(stderr, "--------------------\n");
1413 fprintf(stderr, _("Warning: rate is not accurate (requested = %iHz, got = %iHz)\n"), rate, hwparams.rate);
1419 fprintf(stderr, _(" please, try the plug plugin %s\n"),
1529 // fprintf(stderr, "real chunk_size = %i, frags = %i, total = %i\n", chunk_size, setup.buf.block.frags, setup.buf.block.frags * chunk_size);
1548 fprintf(stderr, "mmap_area[%i] = %p,%u,%u (%u)\n", i, areas[i].addr, areas[i].first, areas[i].step, snd_pcm_format_physical_width(hwparams.format));
1573 fprintf(stderr, _("stdin O_NONBLOCK flag setup failed\n"));
1610 fprintf(stderr, _("\rPAUSE command ignored (no hw support)\n"));
1645 fprintf(stderr, _("\r=== PAUSE === "));
1646 fflush(stderr);
1648 fprintf(stderr, " \r");
1649 fflush(stderr);
1697 fprintf(stderr, _("%s!!! (at least %.3f ms long)\n"),
1701 fprintf(stderr, "%s !!!\n", _("underrun"));
1708 fprintf(stderr, _("%s!!! (at least %.3f ms long)\n"),
1713 fprintf(stderr, _("Status:\n"));
1730 fprintf(stderr, _("Status(DRAINING):\n"));
1734 fprintf(stderr, _("capture stream format change? attempting recover...\n"));
1743 fprintf(stderr, _("Status(R/W):\n"));
1756 fprintf(stderr, _("Suspended. Trying resume. ")); fflush(stderr);
1762 fprintf(stderr, _("Failed. Restarting stream. ")); fflush(stderr);
1770 fprintf(stderr, _("Done.\n"));
1790 fputs(line, stderr);
1792 fprintf(stderr, _(" !clip "));
1832 fputs(line, stderr);
1944 fprintf(stderr, _("Unsupported bit size %d.\n"), (int)bits_per_sample);
1975 putc('\r', stderr);
1977 fflush(stderr);
1980 fprintf(stderr, _("Max peak (%li samples): 0x%08x "), (long)osamples, max_peak[0]);
1983 putc('#', stderr);
1985 putc(' ', stderr);
1986 fprintf(stderr, " %i%%\n", perc[0]);
1987 fflush(stderr);
2021 fprintf(stderr, _("Suspicious buffer position (%li total): "
2030 fprintf(stderr, _("Suspicious status buffer position (%li total): "
2034 fprintf(stderr, _("Suspicious buffer position avail > delay (%li total): "
2038 fprintf(stderr, _("Suspicious status buffer position avail > delay (%li total): "
2069 fprintf(stderr, "BUFPOS: avg%li/%li "
2081 fprintf(stderr, _("Status(R/W) (standalone avail=%li delay=%li):\n"), (long)avail, (long)delay);
2390 fprintf(stderr, _("voc_pcm_flush - silence error"));
2422 fprintf(stderr, _("Playing Creative Labs Channel file '%s'...\n"), name);
2471 fprintf(stderr, "\n"); /* write /n after ASCII-out */
2530 case 5: /* ASCII text, we copy to stderr */
2605 if (xwrite(2, data, l) != l) { /* to stderr */
2865 fprintf(stderr, "%s %s '%s' : ",
2869 fprintf(stderr, "%s, ", snd_pcm_format_description(hwparams.format));
2870 fprintf(stderr, _("Rate %d Hz, "), hwparams.rate);
2872 fprintf(stderr, _("Mono"));
2874 fprintf(stderr, _("Stereo"));
2876 fprintf(stderr, _("Channels %i"), hwparams.channels);
2877 fprintf(stderr, "\n");
3160 fprintf(stderr, "mystrftime returned 0");
3209 * On failure, a message has been printed to stderr.
3226 fprintf(stderr, "Problem creating directory %s", buffer);