Searched defs:nbytesused (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.c1221 static int nbytesused = 0; /* no of bytes allocated to fdinuse */ variable
1317 nbytesused = sizeof (int) *
1319 fdinuse = (int *)xalloc(nbytesused);
1354 CSH_FD_ZERO(fdinuse, nbytesused);
1376 CSH_FD_ZERO(fdinuse, nbytesused);

Completed in 46 milliseconds