Searched refs:nibuf (Results 1 – 1 of 1) sorted by relevance
2645 int nibuf, nobuf; local2723 nibuf = nobuf = 0;2746 while (nibuf != 0 || nobuf != 0 || ofd >= 0 || pty_master >= 0) {2752 if (nibuf != 0) {2790 nibuf = read(ifd, ibufp, sizeof(inpacket_buf));2791 if (nibuf < 0 && errno == EIO)2792 nibuf = 0;2793 if (nibuf < 0 || pty_master == -1) {2798 nibuf = 0;2799 } else if (nibuf == 0) {[all …]