Lines Matching +full:sync +full:- +full:write
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()
128 write(FD, "\33", 1); in biz31_abort()
145 write(FD, &c, 1); in echo()
149 write(FD, &c, 1); in echo()
206 * the bizcomp in sync. If you don't have the capacity or nread
228 write(fd, "\rp>\r", 4); in bizsync()
235 write(fd, DISCONNECT_CMD, 4); in bizsync()