HomeSort by relevance Sort by last modified time
    Searched full:getdtablesize (Results 1 - 25 of 183) sorted by null

1 2 3 4 5 6 7 8

  /external/bison/m4/
getdtablesize.m4 0 # getdtablesize.m4 serial 4
10 AC_CHECK_FUNCS_ONCE([getdtablesize])
16 # Prerequisites of lib/getdtablesize.c.
  /external/bison/lib/
getdtablesize.c 0 /* getdtablesize() function for platforms that don't have it.
50 /* Cache for the previous getdtablesize () result. */
54 getdtablesize (void) function
fcntl.c 43 /* Upper bound on getdtablesize(). See lib/getdtablesize.c. */
62 if (newfd < 0 || getdtablesize () <= newfd)
189 if (target < 0 || getdtablesize () <= target)
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 ()
msvc-inval.h 48 fclose(fp) where fileno(fp) is closed, or simply getdtablesize()):
  /bionic/libc/bionic/
getdtablesize.c 31 int getdtablesize() function
  /external/dhcpcd/compat/
closefrom.c 35 int max = getdtablesize();
  /external/openssh/openbsd-compat/
bsd-closefrom.c 92 * Fall back on sysconf() or getdtablesize(). We avoid checking
99 maxfd = getdtablesize();