Searched refs:wiobuf (Results 1 – 1 of 1) sorted by relevance
1495 char *wiobuf; in w_char() local1499 wiobuf = &Wiobuf[wfd*WRIOBSZ]; in w_char()1501 if (Wiop[wfd] >= &wiobuf[WRIOBSZ]) { in w_char()1516 char *wiobuf; local1520 wiobuf = &Wiobuf[wfd*WRIOBSZ];1522 if (Wiop[wfd] > wiobuf) {1524 while(write(fd, wiobuf, (Wiop[wfd] - wiobuf)) < 0) {1532 Wiop[wfd] = wiobuf;1537 Wiop[wfd] = wiobuf;