Searched refs:MAX_CHILDREN (Results 1 – 6 of 6) sorted by relevance
25 #define MAX_CHILDREN 256 macro27 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);
35 #ifndef MAX_CHILDREN36 #define MAX_CHILDREN 20 macro
125 if (children < MAX_CHILDREN && fork()) {
53 #ifndef MAX_CHILDREN54 #define MAX_CHILDREN 20 macro
519 if (children >= MAX_CHILDREN) {
134 #ifndef MAX_CHILDREN135 #define MAX_CHILDREN 5 macro506 if (children == (MAX_CHILDREN - 1)) in main()667 if (children >= MAX_CHILDREN || ypdb->dom_broadcast_pid) in broadcast()