Home | History | Annotate | Download | only in utils

Lines Matching refs:nn

155     int  nn;
156 for (nn = 0; nn < t->count; nn++)
157 if (t->fds[nn] == fd) {
160 t->fds[nn] = t->fds[t->count];
168 int nn;
169 for (nn = 0; nn < t->count; nn++)
170 close(t->fds[nn]);