uart.c | 111 uart_get_response(int fd, bool debug, char *obuf, int len) function in typeref:typename:int 124 fprintf(stderr,"uart_get_response: looking for EOL or NL: %d %d -%c-\n",i,n,c); 135 fprintf(stderr,"uart_get_response: draining: %d -%c-\n",i,c); 169 err = uart_get_response(fd, debug, qbuf, 5); 262 err = uart_get_response(fd, debug, qbuf, 10);
|