Lines Matching defs:users
51 * and startup a new daemon. Privileged users may remove anyone's spool76 char *user[MAXUSERS]; /* users to process */77 int users; /* # of users in user array */128 if (!users) {129 users = -1;137 if (users < 0)144 if (users >= MAXUSERS)145 fatal("Too many users");146 user[users++] = arg;
Indexes created Thu Oct 02 01:09:59 GMT 2025