Searched refs:getdtablesize (Results 1 - 25 of 29) sorted by relevance

12

/external/dhcpcd/compat/
H A Dclosefrom.c35 int max = getdtablesize();
/external/bison/lib/
H A Dgetdtablesize.c0 /* getdtablesize() function for platforms that don't have it.
50 /* Cache for the previous getdtablesize () result. */
54 getdtablesize (void) function
H A Dspawn_faction_addclose.c26 # define __sysconf(open_max) getdtablesize ()
H A Dspawn_faction_adddup2.c26 # define __sysconf(open_max) getdtablesize ()
H A Dspawn_faction_addopen.c26 # define __sysconf(open_max) getdtablesize ()
H A Dfcntl.c43 /* Upper bound on getdtablesize(). See lib/getdtablesize.c. */
62 if (newfd < 0 || getdtablesize () <= newfd)
189 if (target < 0 || getdtablesize () <= target)
H A Dunistd.in.h666 _GL_FUNCDECL_SYS (getdtablesize, int, (void));
668 _GL_CXXALIAS_SYS (getdtablesize, int, (void));
669 _GL_CXXALIASWARN (getdtablesize);
671 # undef getdtablesize
673 _GL_WARN_ON_USE (getdtablesize, "getdtablesize is unportable - "
674 "use gnulib module getdtablesize for portability");
H A Dgnulib.mk472 ## begin gnulib module getdtablesize
475 EXTRA_DIST += getdtablesize.c
477 EXTRA_libbison_a_SOURCES += getdtablesize.c
479 ## end gnulib module getdtablesize
/external/chromium_org/tools/android/adb_reboot/
H A Dadb_reboot.c26 for (j = 0; j < getdtablesize(); j++)
/external/chromium_org/base/test/
H A Dmultiprocess_test_android.cc43 for (int fd = kFdForAndroidLogging + 1; fd < getdtablesize(); ++fd) {
/external/openssh/openbsd-compat/
H A Dbsd-closefrom.c92 * Fall back on sysconf() or getdtablesize(). We avoid checking
99 maxfd = getdtablesize();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc99 for (int fd = getdtablesize(); fd > 2; fd--)
/external/libppp/src/
H A Ddefs.c396 return (fd_set *)malloc(howmany(getdtablesize(), NFDBITS) * sizeof (fd_mask));
402 memset(s, '\0', howmany(getdtablesize(), NFDBITS) * sizeof (fd_mask));
H A Dexec.c335 for (i = getdtablesize(); i > STDERR_FILENO; i--)
H A Dchap.c314 for (fd = getdtablesize(); fd > STDERR_FILENO; fd--)
H A Dchat.c743 for (i = getdtablesize(); i > 3; i--)
/external/libpcap/lbl/
H A Dos-sunos4.h90 int getdtablesize(void);
/external/tcpdump/lbl/
H A Dos-sunos4.h90 int getdtablesize(void);
/external/bison/darwin-lib/
H A Dunistd.h978 _GL_FUNCDECL_SYS (getdtablesize, int, (void));
980 _GL_CXXALIAS_SYS (getdtablesize, int, (void));
981 _GL_CXXALIASWARN (getdtablesize); variable
983 # undef getdtablesize macro
985 _GL_WARN_ON_USE (getdtablesize, "getdtablesize is unportable - "
986 "use gnulib module getdtablesize for portability");
/external/bison/linux-lib/
H A Dunistd.h978 _GL_FUNCDECL_SYS (getdtablesize, int, (void));
980 _GL_CXXALIAS_SYS (getdtablesize, int, (void));
981 _GL_CXXALIASWARN (getdtablesize); variable
983 # undef getdtablesize macro
985 _GL_WARN_ON_USE (getdtablesize, "getdtablesize is unportable - "
986 "use gnulib module getdtablesize for portability");
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize_addr2line_linux.cc72 for (int fd = getdtablesize(); fd > 2; fd--)
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-darwin.h148 DECL_TEMPLATE(darwin, getdtablesize); // 89
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c452 max = getdtablesize();
/external/qemu/slirp/
H A Dmisc.c337 for (s = getdtablesize() - 1; s >= 3; s--)
/external/qemu/slirp-android/
H A Dmisc.c303 for (s = getdtablesize() - 1; s >= 3; s--)

Completed in 640 milliseconds

12