Searched refs:WRIOBSZ (Results 1 – 1 of 1) sorted by relevance
139 #define WRIOBSZ 256 macro140 static char Riobuf[2*WRIOBSZ];141 static char Wiobuf[3*WRIOBSZ];296 Riop[1] = &Riobuf[WRIOBSZ]; in main()298 Wiop[1] = &Wiobuf[WRIOBSZ]; in main()299 Wiop[2] = &Wiobuf[2*WRIOBSZ]; in main()1438 riobuf = &Riobuf[rfd*WRIOBSZ]; in r_char()1447 while((rtn = read(fd, riobuf, WRIOBSZ)) < 0){ in r_char()1492 wiobuf = &Wiobuf[wfd*WRIOBSZ]; in w_char()1494 if (Wiop[wfd] >= &wiobuf[WRIOBSZ]) { in w_char()[all …]