gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:getdtablesize (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/findfp.c - 7.8KB - 239 lines
188: 
189:         n = getdtablesize() - FOPEN_MAX + 20;          /* 20 for slop. */
190:         for (g = &__sglue; (n -= g->niobs) > 0 && g->next; g = g->next)