OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:open_max
(Results
1 - 6
of
6
) sorted by null
/external/bison/lib/
spawn_faction_addclose.c
26
# define __sysconf(
open_max
) getdtablesize ()
spawn_faction_adddup2.c
26
# define __sysconf(
open_max
) getdtablesize ()
spawn_faction_addopen.c
26
# define __sysconf(
open_max
) getdtablesize ()
/external/iputils/
rdisc.c
242
long
open_max
;
local
246
if ((
open_max
= sysconf(_SC_OPEN_MAX)) == -1) {
248
(void) fprintf(stderr, "
OPEN_MAX
is not supported\n");
260
for (t = 0; t <
open_max
; t++)
[
all
...]
/external/qemu/
net-android.c
1473
int
open_max
= sysconf(_SC_OPEN_MAX), i;
local
[
all
...]
net.c
1345
int
open_max
= sysconf(_SC_OPEN_MAX), i;
local
[
all
...]
Completed in 655 milliseconds