Home
last modified time | relevance | path

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

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