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

/external/bison/lib/
H A Dspawn_faction_addclose.c26 # define __sysconf(open_max) getdtablesize () macro
40 int maxfd = __sysconf (_SC_OPEN_MAX);
H A Dspawn_faction_adddup2.c26 # define __sysconf(open_max) getdtablesize () macro
40 int maxfd = __sysconf (_SC_OPEN_MAX);
H A Dspawn_faction_addopen.c26 # define __sysconf(open_max) getdtablesize () macro
41 int maxfd = __sysconf (_SC_OPEN_MAX);

Completed in 142 milliseconds