Lines Matching refs: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 Fri Oct 03 02:09:57 GMT 2025