Home
last modified time | relevance | path

Searched refs:nusers (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/ucbcmd/users/
H A Dusers.c33 int nusers = 0; in main() local
54 if (nusers == bufflen) { in main()
58 namp = names + nusers; in main()
61 nusers++; in main()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drwho.c64 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_41/usr/src/lib/librpcsvc/common/
H A Drusers_simple.c112 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_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c297 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_41/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c317 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_41/usr/src/cmd/w/
H A Dw.c141 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_41/usr/src/cmd/whodo/
H A Dwhodo.c145 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_41/usr/src/uts/sun4u/sys/
H A Drmc_comm_hproto.h124 rsci16 nusers; /* number of users currently logged in to */ member
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c851 int nusers = 0; in acl_validate() local
903 nusers++; in acl_validate()
937 ngroups + nusers > MAX_ACL_ENTRIES) in acl_validate()