/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmutmp.c | 104 while ((u = getutxent()) != NULL) { in checkut_line() 133 while (up = getutxent()) { 192 while ((u = getutxent()) != NULL) {
|
H A D | tmexpress.c | 406 while ((u = getutxent()) != NULL) {
|
/titanic_41/usr/src/cmd/acct/ |
H A D | closewtmp.c | 47 while ((utmpx = getutxent()) != NULL) { in main()
|
H A D | utmp2wtmp.c | 57 while ((utmpx = getutxent()) != NULL) { in main()
|
/titanic_41/usr/src/cmd/oamuser/user/ |
H A D | isbusy.c | 51 while ((utxptr = getutxent()) != NULL) in isbusy()
|
/titanic_41/usr/src/cmd/killall/ |
H A D | killall.c | 63 while ((u = getutxent()) != NULL) { in main()
|
/titanic_41/usr/src/ucbcmd/users/ |
H A D | users.c | 47 while ((utmpx = getutxent()) != NULL) { in main()
|
/titanic_41/usr/src/lib/libmail/common/ |
H A D | notifyu.c | 63 while ((putmpx = getutxent()) != NULL) { in notify()
|
/titanic_41/usr/src/head/ |
H A D | utmpx.h | 131 extern struct utmpx *getutxent(void);
|
/titanic_41/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd_send.c | 110 while ((ubuf = getutxent()) != NULL) { in warn_send()
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | utmpx.c | 139 while (up = getutxent()) { in utmpx_mark_dead() 217 while (up = getutxent()) { in utmpx_get_runlevel()
|
/titanic_41/usr/src/cmd/utmp_update/ |
H A D | utmp_update.c | 175 for (rutmpx = getutxent(); rutmpx != (struct utmpx *)NULL; in main() 176 rutmpx = getutxent()) { in main()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/ |
H A D | process.c | 192 while (ubuf = getutxent()) { in find_user()
|
/titanic_41/usr/src/cmd/utmpd/ |
H A D | utmpd.c | 557 while ((utmpx = getutxent()) != NULL) { in scan_utmps() 952 while ((u = getutxent()) != NULL) { in clean_entry()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getutx.c | 258 getutxent(void) in getutxent() function 285 if ((utmpx = getutxent()) == NULL) in getutent() 590 while ((curx = getutxent()) != NULL) { in invoke_utmp_update()
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 186 getutxent.3c \ 1736 endutxent.3c := LINKSRC = getutxent.3c 1737 getutmp.3c := LINKSRC = getutxent.3c 1738 getutmpx.3c := LINKSRC = getutxent.3c 1739 getutxid.3c := LINKSRC = getutxent.3c 1740 getutxline.3c := LINKSRC = getutxent.3c 1741 pututxline.3c := LINKSRC = getutxent.3c 1742 setutxent.3c := LINKSRC = getutxent.3c 1743 updwtmp.3c := LINKSRC = getutxent.3c 1744 updwtmpx.3c := LINKSRC = getutxent.3c [all …]
|
/titanic_41/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfslogtab.c | 379 ((utmpxp = getutxent()) != NULL) && in logtab_deactivate_after_boot()
|
/titanic_41/usr/src/cmd/saf/ |
H A D | sac.c | 306 while (uxp = getutxent()) { in readutmpx() 482 while (up = getutxent()) { in cleanutx()
|
/titanic_41/usr/src/cmd/wall/ |
H A D | wall.c | 311 while ((p = getutxent()) != NULL) { in sendmes_tozone()
|
/titanic_41/usr/src/cmd/write/ |
H A D | write.c | 176 for (self.ut_pid = 0, count = 0; (ubuf = getutxent()) != NULL; ) { in main()
|
/titanic_41/usr/src/cmd/rpcsvc/ |
H A D | rpc.rusersd.c | 204 while ((utent = getutxent()) != NULL && (limit == 0 || cnt < limit)) {
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | qlgcupdate.c | 228 while ((utmpp = getutxent()) != NULL) { in q_qlgc_update() 1078 while ((utmpp = getutxent()) != NULL) { in emulex_update()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | unix_login.c | 434 while (up = getutxent()) { in LogoutUser()
|
/titanic_41/usr/src/cmd/who/ |
H A D | who.c | 723 while ((utmpp = getutxent()) != NULL) { in process()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | ct.c | 598 while ((u = getutxent()) != NULL) {
|