Searched refs:WRIOBSZ (Results 1 – 1 of 1) sorted by relevance
142 #define WRIOBSZ 256 macro143 static char Riobuf[2*WRIOBSZ];144 static char Wiobuf[3*WRIOBSZ];301 Riop[1] = &Riobuf[WRIOBSZ];303 Wiop[1] = &Wiobuf[WRIOBSZ];304 Wiop[2] = &Wiobuf[2*WRIOBSZ];1445 riobuf = &Riobuf[rfd*WRIOBSZ]; in r_char()1454 while((rtn = read(fd, riobuf, WRIOBSZ)) < 0){ in r_char()1499 wiobuf = &Wiobuf[wfd*WRIOBSZ]; in w_char()1501 if (Wiop[wfd] >= &wiobuf[WRIOBSZ]) { in w_char()[all …]