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

/external/dhcpcd/compat/
H A Dclosefrom.c41 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/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/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-darwin.h149 DECL_TEMPLATE(darwin, getdtablesize); // 89
H A Dsyswrap-darwin.c3326 PRE(getdtablesize)
3328 PRINT("getdtablesize ( )");
3329 PRE_REG_READ0(long, "getdtablesize");
3332 POST(getdtablesize)
8071 MACXY(__NR_getdtablesize, getdtablesize),
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c457 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--)
/external/e2fsprogs/
H A Dconfigure11044 for ac_func in __secure_getenv backtrace blkid_probe_get_topology chflags fallocate fallocate64 fchown fdatasync fstat64 ftruncate64 getdtablesize getmntinfo getpwuid_r getrlimit getrusage jrand48 llseek lseek64 mallinfo mbstowcs memalign mmap msync nanosleep open64 pathconf posix_fadvise posix_memalign prctl secure_getenv setmntent setresgid setresuid srandom strcasecmp strdup strnlen strptime strtoull sync_file_range sysconf usleep utime valloc

Completed in 7483 milliseconds