Lines Matching +full:sync +full:- +full:read
4 /*-
5 * SPDX-License-Identifier: BSD-3-Clause
37 #define MAXRETRY 3 /* sync up retry count */
62 logent(value(HOST), "", "biz", "out of sync"); in biz_dialer()
63 printf("bizcomp out of sync\n"); in biz_dialer()
69 echo("#\rk$\r$\n"); /* disable auto-answer */ in biz_dialer()
120 write(FD, DISCONNECT_CMD, sizeof(DISCONNECT_CMD)-1); in biz31_disconnect()
139 read(FD, &c, 1); in echo()
150 read(FD, &c, 1); in echo()
177 read(FD, &c, 1); in detect()
197 read(FD, &c, 1); in flush()
206 * the bizcomp in sync. If you don't have the capacity or nread
240 read(fd, buf, 10); in bizsync()