Home
last modified time | relevance | path

Searched refs:nbytesused (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.c1224 static int nbytesused = 0; /* no of bytes allocated to fdinuse */ variable
1320 nbytesused = sizeof (int) * in initdesc_x()
1322 fdinuse = (int *)xalloc(nbytesused); in initdesc_x()
1357 CSH_FD_ZERO(fdinuse, nbytesused); in initdesc_x()
1379 CSH_FD_ZERO(fdinuse, nbytesused); in closem()