Lines Matching refs:PBUFSIZ
1316 #define PBUFSIZ 16384 /* keep in sync with server.h */
1326 nrread = read(fd, buf, PBUFSIZ);
1389 char buf[PBUFSIZ+1]; // +1 for trailing \0
1413 char buf[PBUFSIZ+1]; // +1 for trailing \0
1518 static unsigned char buf[PBUFSIZ+1]; // +1 for trailing \0
1899 unsigned char buf[PBUFSIZ+1]; // +1 for trailing \0
2377 if (packet_len_for_command(commands[last_command]) > PBUFSIZ) {