HomeSort by relevance Sort by last modified time
    Searched refs:open_max (Results 1 - 4 of 4) 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...]

Completed in 89 milliseconds