Symbol: getutxent
usr/src/cmd/acct/closewtmp.c
47
while ((utmpx = getutxent()) != NULL) {
usr/src/cmd/acct/utmp2wtmp.c
57
while ((utmpx = getutxent()) != NULL) {
usr/src/cmd/bnu/ct.c
600
while ((u = getutxent()) != NULL) {
usr/src/cmd/cmd-inet/usr.bin/finger.c
282
while ((u = getutxent()) != NULL) {
usr/src/cmd/cmd-inet/usr.bin/finger.c
404
while ((u = getutxent()) != NULL) {
usr/src/cmd/cmd-inet/usr.sbin/in.rlogind.c
1518
while (up = getutxent()) {
usr/src/cmd/cmd-inet/usr.sbin/in.rwhod.c
395
while (cnt++ < utmpxent && (utp = getutxent()) != NULL)
usr/src/cmd/cmd-inet/usr.sbin/in.talkd/process.c
189
while (ubuf = getutxent()) {
usr/src/cmd/cmd-inet/usr.sbin/in.telnetd.c
4483
while (up = getutxent()) {
usr/src/cmd/fs.d/nfs/lib/nfslogtab.c
377
((utmpxp = getutxent()) != NULL) &&
usr/src/cmd/init/init.c
2742
while (up = getutxent()) {
usr/src/cmd/killall/killall.c
63
while ((u = getutxent()) != NULL) {
usr/src/cmd/krb5/kwarn/kwarnd_proc.c
841
while ((ubuf = getutxent()) != NULL) {
usr/src/cmd/krb5/kwarn/kwarnd_send.c
108
while ((ubuf = getutxent()) != NULL) {
usr/src/cmd/login/login.c
2075
while ((u = getutxent()) != NULL) {
usr/src/cmd/luxadm/qlgcupdate.c
1078
while ((utmpp = getutxent()) != NULL) {
usr/src/cmd/luxadm/qlgcupdate.c
228
while ((utmpp = getutxent()) != NULL) {
usr/src/cmd/oamuser/user/isbusy.c
51
while ((utxptr = getutxent()) != NULL)
usr/src/cmd/rpcsvc/rpc.rusersd.c
202
while ((utent = getutxent()) != NULL && (limit == 0 || cnt < limit)) {
usr/src/cmd/saf/sac.c
304
while (uxp = getutxent()) {
usr/src/cmd/saf/sac.c
479
while (up = getutxent()) {
usr/src/cmd/smserverd/smediad.c
2822
while ((utmpp = getutxent()) != NULL) {
usr/src/cmd/sulogin/sulogin.c
606
while ((u = getutxent()) != NULL) {
usr/src/cmd/svc/startd/fork.c
290
while ((utmpp = getutxent()) != NULL) {
usr/src/cmd/svc/startd/utmpx.c
139
while (up = getutxent()) {
usr/src/cmd/svc/startd/utmpx.c
217
while (up = getutxent()) {
usr/src/cmd/syslogd/syslogd.c
2034
while ((utxp = getutxent()) != NULL) {
usr/src/cmd/ttymon/tmexpress.c
432
while ((u = getutxent()) != NULL) {
usr/src/cmd/ttymon/tmutmp.c
126
while ((up = getutxent())) {
usr/src/cmd/ttymon/tmutmp.c
185
while ((u = getutxent()) != NULL) {
usr/src/cmd/ttymon/tmutmp.c
99
while ((u = getutxent()) != NULL) {
usr/src/cmd/utmp_update/utmp_update.c
175
for (rutmpx = getutxent(); rutmpx != (struct utmpx *)NULL;
usr/src/cmd/utmp_update/utmp_update.c
176
rutmpx = getutxent()) {
usr/src/cmd/utmpd/utmpd.c
558
while ((utmpx = getutxent()) != NULL) {
usr/src/cmd/utmpd/utmpd.c
953
while ((u = getutxent()) != NULL) {
usr/src/cmd/vt/vtdaemon.c
264
while ((u = getutxent()) != NULL)
usr/src/cmd/w/w.c
282
while ((ut < utmpend) && ((utp = getutxent()) != NULL))
usr/src/cmd/wall/wall.c
311
while ((p = getutxent()) != NULL) {
usr/src/cmd/who/who.c
727
while ((utmpp = getutxent()) != NULL) {
usr/src/cmd/whodo/whodo.c
305
while ((ut < utmpend) && ((utp = getutxent()) != NULL))
usr/src/cmd/write/write.c
176
for (self.ut_pid = 0, count = 0; (ubuf = getutxent()) != NULL; ) {
usr/src/head/utmpx.h
131
extern struct utmpx *getutxent(void);
usr/src/lib/libc/port/gen/getutx.c
285
if ((utmpx = getutxent()) == NULL)
usr/src/lib/libc/port/gen/getutx.c
590
while ((curx = getutxent()) != NULL) {
usr/src/lib/libdevinfo/devinfo_devperm.c
405
while ((utx = getutxent()) != NULL) {
usr/src/lib/libmail/common/notifyu.c
59
while ((putmpx = getutxent()) != NULL) {
usr/src/ucbcmd/shutdown/shutdown.c
339
while ((utmpx = getutxent()) != NULL) {
usr/src/ucbcmd/users/users.c
47
while ((utmpx = getutxent()) != NULL) {