Searched refs:buf3 (Results 1 – 1 of 1) sorted by relevance
276 char buf3[1]; in gx_putpkt() local311 cc = read(remote_fd, buf3, 1); in gx_putpkt()313 gxprt("[received '%c' (0x%x)]\n", buf3[0], buf3[0]); in gx_putpkt()324 if (buf3[0] == '\003') in gx_putpkt()327 } while (buf3[0] != '+'); in gx_putpkt()
Completed in 3 milliseconds