Lines Matching refs:stderr
45 { fprintf (stderr, "Error : BUFFER_LEN < PIPE_TEST_LEN.\n\n") ;
50 { fprintf (stderr, "This program cannot be run by itself. It needs\n") ;
51 fprintf (stderr, "to be run from the stdio_test program.\n") ;
128 { fprintf (stderr, "\n*****************************************\n") ;
129 fprintf (stderr, "* stdin_test : No '%s' test defined.\n", argv [1]) ;
130 fprintf (stderr, "*****************************************\n") ;
155 { fprintf (stderr, "sf_open_fd failed with error : ") ;
168 { fprintf (stderr, "\n\nError : File type doesn't match.\n") ;
173 { fprintf (stderr, "\n\nError : Sample rate (%d) should be 44100\n", sfinfo.samplerate) ;
178 { fprintf (stderr, "\n\nError : Channels (%d) should be 1\n", sfinfo.channels) ;
183 { fprintf (stderr, "\n\nError : Sample count (%ld) should be %d\n", (long) sfinfo.frames, count) ;
192 { fprintf (stderr, "\n\nError : Expected %d frames, read %d.\n", count, total) ;