OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__sysconf
(Results
1 - 3
of
3
) sorted by null
/external/bison/lib/
spawn_faction_addclose.c
26
# define
__sysconf
(open_max) getdtablesize ()
macro
40
int maxfd =
__sysconf
(_SC_OPEN_MAX);
spawn_faction_adddup2.c
26
# define
__sysconf
(open_max) getdtablesize ()
macro
40
int maxfd =
__sysconf
(_SC_OPEN_MAX);
spawn_faction_addopen.c
26
# define
__sysconf
(open_max) getdtablesize ()
macro
41
int maxfd =
__sysconf
(_SC_OPEN_MAX);
Completed in 428 milliseconds