Lines Matching refs:PBUFSIZ
358 #define PBUFSIZ 16384 /* keep in sync with server.h */
368 nrread = read(fd, buf, PBUFSIZ);
432 char buf[PBUFSIZ+1]; // +1 for trailing \0
456 char buf[PBUFSIZ+1]; // +1 for trailing \0
563 static char buf[PBUFSIZ+1]; // +1 for trailing \0
950 char buf[PBUFSIZ+1]; // +1 for trailing \0
1419 if (packet_len_for_command(commands[last_command]) > PBUFSIZ) {