Searched refs:MAXUSERS (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dlp.local.h77 #define MAXUSERS 50 macro
/freebsd-11-stable/include/rpcsvc/
H A Drnusers.x45 const MAXUSERS = 100;
61 typedef utmp utmparr<MAXUSERS>;
63 typedef utmpidle utmpidlearr<MAXUSERS>;
/freebsd-11-stable/usr.sbin/lpr/lprm/
H A Dlprm.c77 char *user[MAXUSERS]; /* users to process */
144 if (users >= MAXUSERS)
/freebsd-11-stable/usr.sbin/lpr/lpq/
H A Dlpq.c72 char *user[MAXUSERS]; /* users to process */
124 if (users >= MAXUSERS)
/freebsd-11-stable/libexec/rpc.rusersd/
H A Drusers_proc.c58 static utmpidle utmp_idle[MAXUSERS];
59 static utmp old_utmp[MAXUSERS];
60 static struct utmpx utmp_list[MAXUSERS];
164 while ((usr = getutxent()) != NULL && nusers < MAXUSERS) {
/freebsd-11-stable/usr.sbin/config/
H A Dlang.l79 { "maxusers", MAXUSERS },
H A Dconfig.y20 %token MAXUSERS
189 MAXUSERS NUMBER { maxusers = $2; } |
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dlpd.c453 char *user[MAXUSERS]; /* users to process */
532 if (users >= MAXUSERS)
569 if (users >= MAXUSERS)
/freebsd-11-stable/sys/kern/
H A Dsubr_param.c236 maxusers = MAXUSERS;

Completed in 122 milliseconds