| /freebsd-12.1/contrib/opie/libopie/ |
| H A D | logwtmp.c | 140 #if HAVE_UT_TYPE && defined(USER_PROCESS) 142 ut.ut_type = USER_PROCESS; 173 #ifdef USER_PROCESS 175 utx.ut_type = USER_PROCESS;
|
| H A D | login.c | 72 #if HAVE_UT_TYPE && defined(USER_PROCESS) 73 u.ut_type = USER_PROCESS;
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | getutxent.c | 179 case USER_PROCESS: in getutxid() 184 case USER_PROCESS: in getutxid() 215 case USER_PROCESS: in getutxline() 239 case USER_PROCESS: in getutxuser()
|
| H A D | pututxline.c | 94 case USER_PROCESS: in utx_active_add() 158 case USER_PROCESS: in utx_active_remove() 311 case USER_PROCESS: in pututxline()
|
| H A D | utxdb.c | 76 case USER_PROCESS: in utx_to_futx() 151 case USER_PROCESS: in futx_to_utx()
|
| /freebsd-12.1/usr.bin/who/ |
| H A D | who.c | 232 if (((aflag || !bflag) && utx->ut_type == USER_PROCESS) || in process_utmp() 248 if (utx->ut_type != USER_PROCESS) in quick() 279 if ((utx = getutxline(&ut)) != NULL && utx->ut_type == USER_PROCESS) { in whoami()
|
| /freebsd-12.1/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-12.1/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-12.1/lib/libpam/modules/pam_lastlog/ |
| H A D | pam_lastlog.c | 110 if (utx != NULL && utx->ut_type == USER_PROCESS) { in pam_sm_open_session() 137 utl.ut_type = USER_PROCESS; in pam_sm_open_session()
|
| /freebsd-12.1/usr.bin/users/ |
| H A D | users.cc | 64 if (ut->ut_type == USER_PROCESS) in main()
|
| /freebsd-12.1/usr.bin/finger/ |
| H A D | finger.c | 247 if (user->ut_type != USER_PROCESS) in loginlist() 390 if (user->ut_type != USER_PROCESS) in userlist()
|
| /freebsd-12.1/libexec/rpc.rusersd/ |
| H A D | rusers_proc.c | 167 if (usr->ut_type != USER_PROCESS) in do_names_2() 197 if (usr->ut_type != USER_PROCESS) in rusers_num()
|
| /freebsd-12.1/include/ |
| H A D | utmpx.h | 62 #define USER_PROCESS 4 /* A process. */ macro
|
| /freebsd-12.1/libexec/ftpd/ |
| H A D | logwtmp.c | 63 ut.ut_type = USER_PROCESS; in ftpd_logwtmp()
|
| /freebsd-12.1/usr.bin/last/ |
| H A D | last.c | 341 if (bp->ut_type != USER_PROCESS && bp->ut_type != DEAD_PROCESS) in doentry() 363 if (bp->ut_type == USER_PROCESS && (want(bp) || in doentry() 408 case USER_PROCESS: in printentry()
|
| /freebsd-12.1/usr.bin/write/ |
| H A D | write.c | 208 if (u->ut_type == USER_PROCESS && in utmp_chk() 240 if (u->ut_type == USER_PROCESS && in search_utmp()
|
| /freebsd-12.1/lib/libulog/ |
| H A D | ulog_login.c | 71 utx.ut_type = USER_PROCESS; in ulog_login()
|
| /freebsd-12.1/usr.sbin/lastlogin/ |
| H A D | lastlogin.c | 129 if (u->ut_type != USER_PROCESS) in main()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | loginrec.c | 666 ut->ut_type = USER_PROCESS; in construct_utmp() 753 utx->ut_type = USER_PROCESS; in construct_utmpx() 1167 if (ut->ut_type & USER_PROCESS) in wtmp_islogin() 1331 if (utx->ut_type == USER_PROCESS) in wtmpx_islogin()
|
| /freebsd-12.1/libexec/talkd/ |
| H A D | process.c | 197 if (ut->ut_type == USER_PROCESS && in find_user()
|
| /freebsd-12.1/libexec/comsat/ |
| H A D | comsat.c | 151 if (utp->ut_type == USER_PROCESS && !strcmp(utp->ut_user, name)) in mailfor()
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | tc.who.c | 316 if (utmp.ut_type != USER_PROCESS) 320 if (utmp.ut_type != USER_PROCESS && utmp.ut_type != DEAD_PROCESS)
|
| /freebsd-12.1/usr.bin/wall/ |
| H A D | wall.c | 149 if (utmp->ut_type != USER_PROCESS) in main()
|
| /freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| H A D | hostres_scalars.c | 222 if (utmp->ut_type == USER_PROCESS) in OS_getSystemNumUsers()
|