Searched refs:GET_MAX_FD (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/lsof-52/lsof/
H A Dproto.h116 # if !defined(GET_MAX_FD)
118 * This is not strictly a prototype, but GET_MAX_FD is the name of the
120 * descriptor plus one (or file descriptor count). GET_MAX_FD may be
125 #define GET_MAX_FD getdtablesize macro
126 # endif /* !defined(GET_MAX_FD) */
H A Dmain.c122 for (i = 3, n = GET_MAX_FD(); i < n; i++)
H A Dmisc.c299 for (fd = 0, nd = GET_MAX_FD(); fd < nd; fd++) {

Completed in 134 milliseconds