Lines Matching refs:_
52 #define _(s) gettext(s) macro
253 (void) printf(_("Device doesn't support native 16-bit PCM\n")); in testdsp()
264 (void) printf(_("The device doesn't support %d channels\n"), in testdsp()
280 (void) printf(_("The device doesn't support %d Hz\n"), in testdsp()
299 (void) fputs(_(ccfg->name), stdout); in testdsp()
302 (void) printf(_("SKIPPED\n")); in testdsp()
307 (void) printf(_("ERROR: %s\n"), in testdsp()
311 (void) printf(_("OK\n")); in testdsp()
336 (void) printf(_("\t<measured sample rate %8.2f Hz (%4.2f%%)>\n"), in testdsp()
356 _("No supported sound hardware detected.\n")); in find_num_devices()
360 (void) printf(_("Cannot get system information.\n")); in find_num_devices()
364 (void) printf(_("Sound subsystem and version: %s %s (0x%08X)\n"), in find_num_devices()
368 (void) printf(_("Platform: %s %s %s %s\n"), in find_num_devices()
402 (void) printf(_("\n*** Scanning sound adapter #%d ***\n"), in test_device()
405 (void) printf(_("%s (audio engine %d): %s\n"), ainfo.devnode, ainfo.dev, in test_device()
409 (void) printf(_(" - Device not present - Skipping\n")); in test_device()
415 (void) printf(_(" - Skipping input only device\n")); in test_device()
420 (void) printf(_(" - Performing audio playback test... ")); in test_device()
438 _("The device file was found in /dev but\n" in describe_error()
444 _("There are no sound devices available.\n" in describe_error()
453 _("Your system cannot allocate memory for the device\n" in describe_error()
459 _("The device file is missing from /dev.\n")); in describe_error()
465 _("The device is busy. There is some other application\n" in describe_error()
516 (void) printf(_("Usage: %s [options...] [device]\n" in main()
546 (void) printf(_("\n*** No audio hardware available ***\n")); in main()
587 (void) printf(_("\n*** All tests completed OK ***\n")); in main()
589 (void) printf(_("\n*** Errors were detected ***\n")); in main()