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

1 2 3 4 5 6 7 8 91011>>

  /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 ()
  /external/openssh/openbsd-compat/
bsd-closefrom.c 92 * Fall back on sysconf() or getdtablesize(). We avoid checking
99 maxfd = getdtablesize();
  /external/dhcpcd/compat/
closefrom.c 41 max = getdtablesize();
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 393 getdtablesize
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 387 getdtablesize
  /development/ndk/platforms/android-12/include/
unistd.h 158 extern int getdtablesize(void);
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 390 getdtablesize
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 384 getdtablesize
  /development/ndk/platforms/android-16/arch-mips/symbols/
libc.so.functions.txt 390 getdtablesize
  /development/ndk/platforms/android-16/arch-x86/symbols/
libc.so.functions.txt 384 getdtablesize
  /development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt 388 getdtablesize
  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 382 getdtablesize
  /development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.functions.txt 385 getdtablesize
  /development/ndk/platforms/android-18/arch-x86/symbols/
libc.so.functions.txt 379 getdtablesize
  /development/ndk/platforms/android-19/arch-mips/symbols/
libc.so.functions.txt 394 getdtablesize
  /development/ndk/platforms/android-19/arch-x86/symbols/
libc.so.functions.txt 388 getdtablesize
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 466 getdtablesize

Completed in 328 milliseconds

1 2 3 4 5 6 7 8 91011>>