Home | History | Annotate | Download | only in src

Lines Matching defs:nread

1390 		int nread;
1392 nread = x_read(xp, LINE);
1393 if (nread < 0)
1395 nread = 0;
1396 xp[nread] = '\0';
1397 xp += nread;