Searched refs:nusers (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/ucbcmd/users/ |
H A D | users.c | 33 int nusers = 0; in main() local 54 if (nusers == bufflen) { in main() 58 namp = names + nusers; in main() 61 nusers++; in main()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rwho.c | 64 static int nusers; variable 128 if (nusers >= NUSERS) { in main() 135 nusers++; we++; mp++; in main() 139 qsort((char *)myutmp, nusers, sizeof (struct myutmp), utmpcmp); in main() 142 for (i = 0; i < nusers; i++) { in main() 149 for (i = 0; i < nusers; i++) { in main()
|
/titanic_44/usr/src/lib/librpcsvc/common/ |
H A D | rusers_simple.c | 112 int nusers; local 116 xdr_u_int, (char *) &nusers, (char *) NULL) != 0) { 119 xdr_u_int, (char *) &nusers, (char *) NULL) != 0) 122 return (nusers);
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | pass3b.c | 297 int nusers; in bufchk() member 388 tcp->nusers++; in bufchk() 458 tcp->nusers != 0 || in bufchk() 502 tcp_all->nusers = tcp_def->nusers + tcp_norm->nusers; in bufchk()
|
/titanic_44/usr/src/lib/nsswitch/ldap/common/ |
H A D | getnetgrent.c | 317 int nusers; in match_triple_entry() local 339 nusers = ia->arg[NSS_NETGR_USER].argc; in match_triple_entry() 342 nusers = 0; in match_triple_entry() 368 nusers, nhost, ndomains); in match_triple_entry() 372 if (nusers == 1 && nhost == 0 && ndomains == 0) { in match_triple_entry() 418 } else if (nusers == 0 && nhost == 1 && ndomains == 0) { in match_triple_entry() 477 if (tuser != NULL && *tuser != '\0' && nusers != 0) { in match_triple_entry() 478 for (i = 0; i < nusers; i++) in match_triple_entry() 481 if (i == nusers) in match_triple_entry()
|
/titanic_44/usr/src/cmd/w/ |
H A D | w.c | 141 static int nusers; /* number of users logged in now */ variable 268 nusers++; in main() 296 PRINTF((((nusers == 1) ? in main() 297 gettext(" %d user") : gettext(" %d users")), nusers)); in main()
|
/titanic_44/usr/src/cmd/whodo/ |
H A D | whodo.c | 145 static int nusers; /* number of users logged in now */ variable 264 nusers++; in main() 283 " %d user(s)\n", LC_TIME), nusers); in main()
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | rmc_comm_hproto.h | 124 rsci16 nusers; /* number of users currently logged in to */ member
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_acl.c | 851 int nusers = 0; in acl_validate() local 903 nusers++; in acl_validate() 937 ngroups + nusers > MAX_ACL_ENTRIES) in acl_validate()
|