| /freebsd-14.2/lib/libc/gen/ |
| H A D | getutxent.c | 171 case USER_PROCESS: in getutxid() 176 case USER_PROCESS: in getutxid() 207 case USER_PROCESS: in getutxline() 231 case USER_PROCESS: in getutxuser()
|
| H A D | pututxline.c | 91 case USER_PROCESS: in utx_active_add() 155 case USER_PROCESS: in utx_active_remove() 308 case USER_PROCESS: in pututxline()
|
| H A D | utxdb.c | 73 case USER_PROCESS: in utx_to_futx() 144 case USER_PROCESS: in futx_to_utx()
|
| /freebsd-14.2/usr.bin/who/ |
| H A D | who.c | 232 if ((aflag || !bflag) && utx->ut_type == USER_PROCESS) { in process_utmp() 249 if (utx->ut_type != USER_PROCESS) in quick() 280 if ((utx = getutxline(&ut)) != NULL && utx->ut_type == USER_PROCESS) { in whoami()
|
| /freebsd-14.2/crypto/heimdal/appl/login/ |
| H A D | utmpx_login.c | 46 ut->ut_type = USER_PROCESS; in utmpx_update() 87 || ut->ut_type == USER_PROCESS)) { in utmpx_login()
|
| H A D | utmp_login.c | 113 utmp->ut_type = USER_PROCESS; in prepare_utmp()
|
| /freebsd-14.2/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | logwtmp.c | 128 ut.ut_type = USER_PROCESS; in ftpd_logwtmp_wtmp() 161 utx.ut_type = USER_PROCESS; in ftpd_logwtmp_wtmp()
|
| /freebsd-14.2/lib/libpam/modules/pam_lastlog/ |
| H A D | pam_lastlog.c | 108 if (utx != NULL && utx->ut_type == USER_PROCESS) { in pam_sm_open_session() 135 utl.ut_type = USER_PROCESS; in pam_sm_open_session()
|
| /freebsd-14.2/usr.bin/users/ |
| H A D | users.cc | 62 if (ut->ut_type == USER_PROCESS) in main()
|
| /freebsd-14.2/include/ |
| H A D | utmpx.h | 60 #define USER_PROCESS 4 /* A process. */ macro
|
| /freebsd-14.2/libexec/ftpd/ |
| H A D | logwtmp.c | 61 ut.ut_type = USER_PROCESS; in ftpd_logwtmp()
|
| /freebsd-14.2/usr.bin/last/ |
| H A D | last.c | 307 if (bp->ut_type != USER_PROCESS && bp->ut_type != DEAD_PROCESS) in doentry() 329 if (bp->ut_type == USER_PROCESS && (want(bp) || in doentry() 374 case USER_PROCESS: in printentry()
|
| /freebsd-14.2/libexec/rpc.rusersd/ |
| H A D | rusers_proc.c | 162 if (usr->ut_type != USER_PROCESS) in do_names_2() 192 if (usr->ut_type != USER_PROCESS) in rusers_num()
|
| /freebsd-14.2/usr.bin/finger/ |
| H A D | finger.c | 245 if (user->ut_type != USER_PROCESS) in loginlist() 388 if (user->ut_type != USER_PROCESS) in userlist()
|
| H A D | util.c | 115 else if (ut != NULL && ut->ut_type == USER_PROCESS) { in enter_lastlog()
|
| /freebsd-14.2/usr.bin/write/ |
| H A D | write.c | 206 if (u->ut_type == USER_PROCESS && in utmp_chk() 238 if (u->ut_type == USER_PROCESS && in search_utmp()
|
| /freebsd-14.2/lib/libulog/ |
| H A D | ulog_login.c | 69 utx.ut_type = USER_PROCESS; in ulog_login()
|
| /freebsd-14.2/usr.sbin/lastlogin/ |
| H A D | lastlogin.c | 128 if (u->ut_type != USER_PROCESS) in main()
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | loginrec.c | 669 ut->ut_type = USER_PROCESS; in construct_utmp() 756 utx->ut_type = USER_PROCESS; in construct_utmpx() 1173 if (ut->ut_type & USER_PROCESS) in wtmp_islogin() 1337 if (utx->ut_type == USER_PROCESS) in wtmpx_islogin()
|
| /freebsd-14.2/libexec/talkd/ |
| H A D | process.c | 195 if (ut->ut_type == USER_PROCESS && in find_user()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | tc.who.c | 295 if (utmp.ut_type != USER_PROCESS) 299 if (utmp.ut_type != USER_PROCESS && utmp.ut_type != DEAD_PROCESS)
|
| /freebsd-14.2/libexec/comsat/ |
| H A D | comsat.c | 149 if (utp->ut_type == USER_PROCESS && !strcmp(utp->ut_user, name)) in mailfor()
|
| /freebsd-14.2/usr.bin/wall/ |
| H A D | wall.c | 146 if (utmp->ut_type != USER_PROCESS) in main()
|
| /freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| H A D | hostres_scalars.c | 197 if (utmp->ut_type == USER_PROCESS) in OS_getSystemNumUsers()
|
| /freebsd-14.2/usr.sbin/ac/ |
| H A D | ac.c | 459 case USER_PROCESS: in ac()
|