Searched refs:_rpc_dtablesize (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/usr.sbin/yppush/
H A Dyppush_extern.h43 extern int _rpc_dtablesize(void);
/freebsd-12-stable/lib/libc/rpc/
H A Drpc_dtablesize.c44 int _rpc_dtablesize(void); /* XXX */
58 _rpc_dtablesize(void) function
H A Drtime.c64 extern int _rpc_dtablesize( void );
112 res = _select(_rpc_dtablesize(), &readfds,
H A Dauth_time.c52 extern int _rpc_dtablesize( void );
411 res = _select(_rpc_dtablesize(), &readfds,
/freebsd-12-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_extern.h69 extern int _rpc_dtablesize(void);
/freebsd-12-stable/include/rpc/
H A Drpc_com.h63 extern int _rpc_dtablesize(void);
/freebsd-12-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c133 int fd_setsize = _rpc_dtablesize();
/freebsd-12-stable/usr.sbin/ypserv/
H A Dyp_main.c88 extern int _rpc_dtablesize(void);
139 int fd_setsize = _rpc_dtablesize();
/freebsd-12-stable/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c136 int fd_setsize = _rpc_dtablesize();
/freebsd-12-stable/usr.sbin/ypbind/
H A Dypbind.c495 switch (select(_rpc_dtablesize(), &fdsr, NULL, NULL, &tv)) {

Completed in 126 milliseconds