Home
last modified time | relevance | path

Searched refs:MAXUSERS (Results 1 – 11 of 11) sorted by relevance

/freebsd/include/rpcsvc/
H A Drnusers.x36 const MAXUSERS = 100; variable
52 typedef utmp utmparr<MAXUSERS>; typedef
54 typedef utmpidle utmpidlearr<MAXUSERS>; typedef
/freebsd/libexec/rpc.rusersd/
H A Drusers_proc.c55 static utmpidle utmp_idle[MAXUSERS];
56 static utmp old_utmp[MAXUSERS];
57 static struct utmpx utmp_list[MAXUSERS];
161 while ((usr = getutxent()) != NULL && nusers < MAXUSERS) { in do_names_2()
/freebsd/usr.sbin/lpr/lprm/
H A Dlprm.c65 char *user[MAXUSERS]; /* users to process */
132 if (users >= MAXUSERS) in main()
/freebsd/usr.sbin/lpr/lpq/
H A Dlpq.c60 char *user[MAXUSERS]; /* users to process */
112 if (users >= MAXUSERS) in main()
/freebsd/usr.sbin/lpr/common_source/
H A Dlp.local.h74 #define MAXUSERS 50 macro
/freebsd/usr.sbin/config/
H A Dconfig.y20 %token MAXUSERS
195 MAXUSERS NUMBER { maxusers = $2; } |
H A Dlang.l77 { "maxusers", MAXUSERS },
/freebsd/usr.sbin/lpr/lpd/
H A Dlpd.c449 char *user[MAXUSERS]; /* users to process */
528 if (users >= MAXUSERS) in doit()
565 if (users >= MAXUSERS) in doit()
/freebsd/sys/kern/
H A Dsubr_param.c281 maxusers = MAXUSERS; in init_param2()
/freebsd/sys/conf/
H A Doptions360 MAXUSERS
H A DNOTES2397 # default to a quantity that is roughly 16*MAXUSERS+512. You would