Home
last modified time | relevance | path

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

12

/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dunistd.h1217 # undef getdtablesize
1218 # define getdtablesize rpl_getdtablesize
1220 _GL_FUNCDECL_RPL (getdtablesize, int, (void));
1221 _GL_CXXALIAS_RPL (getdtablesize, int, (void));
1224 _GL_FUNCDECL_SYS (getdtablesize, int, (void));
1228 _GL_CXXALIAS_SYS_CAST (getdtablesize, int, (void));
1230 _GL_CXXALIASWARN (getdtablesize);
1232 # undef getdtablesize
1234 _GL_WARN_ON_USE (getdtablesize, "getdtablesize is unportable - "
/dragonfly/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c107 size = getdtablesize(); in closedown()
239 size = getdtablesize(); in main()
/dragonfly/lib/libc/rpc/
H A Drpc_dtablesize.c58 size = getdtablesize(); in _rpc_dtablesize()
/dragonfly/usr.sbin/ppp/
H A Ddefs.c394 return (fd_set *)malloc(howmany(getdtablesize(), NFDBITS) * sizeof (fd_mask)); in mkfdset()
400 memset(s, '\0', howmany(getdtablesize(), NFDBITS) * sizeof (fd_mask)); in zerofdset()
H A Dexec.c182 for (i = getdtablesize(); i > STDERR_FILENO; i--) in exec_Create()
/dragonfly/contrib/diffutils/lib/
H A Dfcntl.c66 if (newfd < 0 || getdtablesize () <= newfd) in dupfd()
453 if (target < 0 || getdtablesize () <= target) in rpl_fcntl_DUPFD()
/dragonfly/contrib/grep/lib/
H A Dfcntl.c67 if (newfd < 0 || getdtablesize () <= newfd) in dupfd()
454 if (target < 0 || getdtablesize () <= target) in rpl_fcntl_DUPFD()
/dragonfly/usr.sbin/cron/cron/
H A Dexterns.h138 extern int getdtablesize(void);
H A Dpopen.c75 if ((fds = getdtablesize()) <= 0) in cron_popen()
/dragonfly/usr.sbin/cron/lib/
H A Dcompat.c128 getdtablesize(void) in getdtablesize() function
/dragonfly/libexec/ftpd/
H A Dpopen.c76 if ((fds = getdtablesize()) <= 0) in ftpd_popen()
/dragonfly/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c105 size = getdtablesize(); in closedown()
/dragonfly/libexec/rbootd/
H A Drbootd.c75 int i, nfds = getdtablesize(); in main()
/dragonfly/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c133 size = getdtablesize(); in closedown()
/dragonfly/usr.sbin/ypserv/
H A Dyp_main.c216 size = getdtablesize(); in closedown()
/dragonfly/contrib/diffutils/
H A DREADME.DELETED47 lib/getdtablesize.c
/dragonfly/contrib/grep/
H A DREADME.DELETED58 lib/getdtablesize.c
/dragonfly/usr.sbin/sliplogin/
H A Dsliplogin.c365 s = getdtablesize(); in main()
/dragonfly/include/
H A Dunistd.h518 int getdtablesize(void);
/dragonfly/sys/sys/
H A Dsysunion.h84 struct getdtablesize_args getdtablesize; member
H A Dsyscall.mk75 getdtablesize.o \
/dragonfly/lib/libc/sys/
H A DMakefile.inc69 getdirentries.2 getdtablesize.2 \
H A DSymbol.map94 getdtablesize;
/dragonfly/usr.sbin/lpr/common_source/
H A Dcommon.c705 int stop = getdtablesize(); in closeallfds()
/dragonfly/usr.bin/login/
H A Dlogin.c227 for (cnt = getdtablesize(); cnt > 2; cnt--) in main()

12