Lines Matching refs:error
49 static void error(int status, const char *format, ...) in error() function
96 error(EINVAL, "Option %s", arg); in parse_args()
104 error(EINVAL, "Argument %s", arg); in parse_args()
113 error(EINVAL, "Option %s", arg); in parse_args()
123 error(EINVAL, "Argument %s", arg); in parse_args()
153 error(errno, "%s", p.fname_in); in main()
156 error(errno, "%s", p.fname_out); in main()
159 error(EINVAL, "Bitdepth %d", p.bitdepth); in main()
168 error(EINVAL, "LC3 binary input file"); in main()
171 error(EINVAL, "Number of channels %d", nchannels); in main()
174 error(EINVAL, "Frame duration"); in main()
177 error(EINVAL, "Samplerate %d Hz", srate_hz); in main()
181 error(EINVAL, "Output samplerate %d Hz", p.srate_hz); in main()
211 error(EINVAL, "Decoder initialization failed"); in main()