Lines Matching refs:buffer
44 static void check_logged_peaks (char *buffer) ;
46 /* Force the start of this buffer to be double aligned. Sparc-solaris will
194 /* Get the log buffer data. */
199 { printf ("\n\nLine %d: Empty log buffer,\n", __LINE__) ;
236 /* Get the log buffer data. */
241 { printf ("\n\nLine %d: Empty log buffer,\n", __LINE__) ;
258 check_logged_peaks (char *buffer)
263 if (strstr (buffer, "should") || strstr (buffer, "*"))
264 { printf ("\n\nLine %d: Something wrong in buffer. Dumping.\n", __LINE__) ;
265 puts (buffer) ;
270 cptr = strstr (buffer, "Channels") ;
285 if (! (cptr = strstr (buffer, "Ch Position Value")))
301 printf ("%s", buffer) ;
306 printf ("%s", buffer) ;