Searched refs:getdtablesize (Results 1 – 25 of 42) sorted by relevance
12
/external/bison/m4/ |
D | getdtablesize.m4 | 1 # getdtablesize.m4 serial 4 10 AC_CHECK_FUNCS_ONCE([getdtablesize]) 16 # Prerequisites of lib/getdtablesize.c.
|
D | unistd_h.m4 | 45 fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups
|
D | gnulib-comp.m4 | 91 # Code from module getdtablesize: 355 AC_LIBOBJ([getdtablesize]) 358 gl_UNISTD_MODULE_INDICATOR([getdtablesize]) 978 lib/getdtablesize.c 1181 m4/getdtablesize.m4
|
/external/dhcpcd-6.8.2/compat/ |
D | closefrom.c | 41 max = getdtablesize(); in closefrom()
|
/external/bison/lib/ |
D | fcntl.c | 62 if (newfd < 0 || getdtablesize () <= newfd) in dupfd() 189 if (target < 0 || getdtablesize () <= target) in rpl_fcntl()
|
D | getdtablesize.c | 54 getdtablesize (void) in getdtablesize() function
|
D | spawn_faction_addclose.c | 26 # define __sysconf(open_max) getdtablesize ()
|
D | spawn_faction_adddup2.c | 26 # define __sysconf(open_max) getdtablesize ()
|
D | spawn_faction_addopen.c | 26 # define __sysconf(open_max) getdtablesize ()
|
D | unistd.in.h | 666 _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 - "
|
D | gnulib.mk | 475 EXTRA_DIST += getdtablesize.c 477 EXTRA_libbison_a_SOURCES += getdtablesize.c
|
D | Makefile.in | 121 $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getdtablesize.m4 \ 1516 getdelim.c getdtablesize.c getline.c getopt.c getopt.in.h \ 1601 getdtablesize.c getline.c getopt.c getopt1.c isnan.c isnand.c \ 1793 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdtablesize.Po@am__quote@
|
/external/bison/darwin-lib/ |
D | unistd.h | 978 _GL_FUNCDECL_SYS (getdtablesize, int, (void)); 980 _GL_CXXALIAS_SYS (getdtablesize, int, (void)); 981 _GL_CXXALIASWARN (getdtablesize); 983 # undef getdtablesize 985 _GL_WARN_ON_USE (getdtablesize, "getdtablesize is unportable - "
|
/external/bison/linux-lib/ |
D | unistd.h | 978 _GL_FUNCDECL_SYS (getdtablesize, int, (void)); 980 _GL_CXXALIAS_SYS (getdtablesize, int, (void)); 981 _GL_CXXALIASWARN (getdtablesize); 983 # undef getdtablesize 985 _GL_WARN_ON_USE (getdtablesize, "getdtablesize is unportable - "
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 88 int getdtablesize(void);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 88 int getdtablesize(void);
|
/external/strace/ |
D | desc.c | 72 SYS_FUNC(getdtablesize) in SYS_FUNC() argument
|
D | sys_func.h | 71 extern SYS_FUNC(getdtablesize);
|
/external/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 457 max = getdtablesize(); in close_all_fds()
|
/external/valgrind/coregrind/m_syswrap/ |
D | priv_syswrap-darwin.h | 149 DECL_TEMPLATE(darwin, getdtablesize); // 89
|
/external/strace/linux/alpha/ |
D | syscallent.h | 118 [ 89] = { 0, 0, SEN(getdtablesize), "getdtablesize" },
|
/external/ImageMagick/MagickCore/ |
D | resource.c | 1133 files=(ssize_t) getdtablesize(); in ResourceComponentGenesis()
|
/external/e2fsprogs/lib/ |
D | config.h.in | 130 /* Define to 1 if you have the `getdtablesize' function. */
|
/external/bison/etc/ |
D | Makefile.in | 91 $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getdtablesize.m4 \
|
/external/bison/build-aux/ |
D | Makefile.in | 91 $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getdtablesize.m4 \
|
12