Searched refs:MAXUSERS (Results 1 – 11 of 11) sorted by relevance
36 const MAXUSERS = 100; variable52 typedef utmp utmparr<MAXUSERS>; typedef54 typedef utmpidle utmpidlearr<MAXUSERS>; typedef
55 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()
65 char *user[MAXUSERS]; /* users to process */132 if (users >= MAXUSERS) in main()
60 char *user[MAXUSERS]; /* users to process */112 if (users >= MAXUSERS) in main()
74 #define MAXUSERS 50 macro
20 %token MAXUSERS195 MAXUSERS NUMBER { maxusers = $2; } |
77 { "maxusers", MAXUSERS },
449 char *user[MAXUSERS]; /* users to process */528 if (users >= MAXUSERS) in doit()565 if (users >= MAXUSERS) in doit()
281 maxusers = MAXUSERS; in init_param2()
360 MAXUSERS
2397 # default to a quantity that is roughly 16*MAXUSERS+512. You would