Home
last modified time | relevance | path

Searched refs:MAX_CHILDREN (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/sendmail/libsm/
HDt-notify.c25 #define MAX_CHILDREN 256 macro
27 static pid_t pids[MAX_CHILDREN];
28 static char msgs[MAX_CHILDREN][MAX_MSGS];
203 if (nproc >= MAX_CHILDREN)
206 fprintf(stderr, "-%c: must be <%d\n", (char) i, MAX_CHILDREN);
/freebsd-13-stable/usr.sbin/rpc.ypxfrd/
HDypxfrd_extern.h35 #ifndef MAX_CHILDREN
36 #define MAX_CHILDREN 20 macro
HDypxfrd_server.c125 if (children < MAX_CHILDREN && fork()) {
/freebsd-13-stable/usr.sbin/ypserv/
HDyp_extern.h53 #ifndef MAX_CHILDREN
54 #define MAX_CHILDREN 20 macro
HDyp_server.c519 if (children >= MAX_CHILDREN) {
/freebsd-13-stable/usr.sbin/ypbind/
HDypbind.c134 #ifndef MAX_CHILDREN
135 #define MAX_CHILDREN 5 macro
506 if (children == (MAX_CHILDREN - 1)) in main()
667 if (children >= MAX_CHILDREN || ypdb->dom_broadcast_pid) in broadcast()