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

1 2 3 4 5 6 7 8 910

  /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/chromium_org/tools/android/adb_reboot/
adb_reboot.c 26 for (j = 0; j < getdtablesize(); j++)
  /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();
  /external/chromium_org/base/test/
multiprocess_test_android.cc 43 for (int fd = kFdForAndroidLogging + 1; fd < getdtablesize(); ++fd) {
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 319 extern int getdtablesize (void);
322 # undef getdtablesize macro
323 # define getdtablesize() \ macro
324 (GL_LINK_WARNING ("getdtablesize is unportable - " \
325 "use gnulib module getdtablesize for portability"), \
326 getdtablesize ())
  /bionic/libc/stdio/
findfp.c 149 #define getdtablesize() sysconf(_SC_OPEN_MAX)
161 n = getdtablesize() - FOPEN_MAX + 20; /* 20 for slop. */
  /external/libppp/src/
defs.c 396 return (fd_set *)malloc(howmany(getdtablesize(), NFDBITS) * sizeof (fd_mask));
402 memset(s, '\0', howmany(getdtablesize(), NFDBITS) * sizeof (fd_mask));
  /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 
  /bionic/libc/include/
unistd.h 157 extern int getdtablesize(void);
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 466 getdtablesize
  /development/ndk/platforms/android-3/include/
unistd.h 147 extern int getdtablesize(void);
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 501 getdtablesize
  /development/ndk/platforms/android-8/include/
unistd.h 151 extern int getdtablesize(void);
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 409 getdtablesize
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 403 getdtablesize
  /development/ndk/platforms/android-9/include/
unistd.h 155 extern int getdtablesize(void);

Completed in 3770 milliseconds

1 2 3 4 5 6 7 8 910