Searched refs:USER_PROCESS (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-13-stable/contrib/opie/libopie/
H A Dlogwtmp.c140 #if HAVE_UT_TYPE && defined(USER_PROCESS)
142 ut.ut_type = USER_PROCESS;
145 #endif /* HAVE_UT_TYPE && defined(USER_PROCESS) */
173 #ifdef USER_PROCESS
175 utx.ut_type = USER_PROCESS;
178 #endif /* USER_PROCESS */
H A Dlogin.c72 #if HAVE_UT_TYPE && defined(USER_PROCESS)
73 u.ut_type = USER_PROCESS;
74 #endif /* HAVE_UT_TYPE && defined(USER_PROCESS) */
/freebsd-13-stable/lib/libc/gen/
H A Dgetutxent.c174 case USER_PROCESS:
179 case USER_PROCESS:
210 case USER_PROCESS:
234 case USER_PROCESS:
H A Dutxdb.c76 case USER_PROCESS:
147 case USER_PROCESS:
H A Dpututxline.c94 case USER_PROCESS:
158 case USER_PROCESS:
311 case USER_PROCESS:
/freebsd-13-stable/include/
H A Dutmpx.h62 #define USER_PROCESS 4 /* A process. */ macro
/freebsd-13-stable/usr.bin/users/
H A Dusers.cc64 if (ut->ut_type == USER_PROCESS)
/freebsd-13-stable/crypto/heimdal/appl/login/
H A Dutmpx_login.c46 ut->ut_type = USER_PROCESS;
87 || ut->ut_type == USER_PROCESS)) {
H A Dutmp_login.c113 utmp->ut_type = USER_PROCESS;
/freebsd-13-stable/lib/libulog/
H A Dulog_login.c71 utx.ut_type = USER_PROCESS;
/freebsd-13-stable/libexec/ftpd/
H A Dlogwtmp.c63 ut.ut_type = USER_PROCESS;
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c128 ut.ut_type = USER_PROCESS;
161 utx.ut_type = USER_PROCESS;
/freebsd-13-stable/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c110 if (utx != NULL && utx->ut_type == USER_PROCESS) {
137 utl.ut_type = USER_PROCESS;
/freebsd-13-stable/usr.bin/who/
H A Dwho.c232 if (((aflag || !bflag) && utx->ut_type == USER_PROCESS) ||
248 if (utx->ut_type != USER_PROCESS)
279 if ((utx = getutxline(&ut)) != NULL && utx->ut_type == USER_PROCESS) {
/freebsd-13-stable/usr.sbin/lastlogin/
H A Dlastlogin.c129 if (u->ut_type != USER_PROCESS)
/freebsd-13-stable/libexec/rpc.rusersd/
H A Drusers_proc.c167 if (usr->ut_type != USER_PROCESS)
197 if (usr->ut_type != USER_PROCESS)
/freebsd-13-stable/usr.bin/write/
H A Dwrite.c208 if (u->ut_type == USER_PROCESS &&
240 if (u->ut_type == USER_PROCESS &&
/freebsd-13-stable/usr.bin/finger/
H A Dfinger.c247 if (user->ut_type != USER_PROCESS)
390 if (user->ut_type != USER_PROCESS)
/freebsd-13-stable/usr.bin/last/
H A Dlast.c341 if (bp->ut_type != USER_PROCESS && bp->ut_type != DEAD_PROCESS)
363 if (bp->ut_type == USER_PROCESS && (want(bp) ||
408 case USER_PROCESS:
/freebsd-13-stable/contrib/tcsh/
H A Dtc.who.c295 if (utmp.ut_type != USER_PROCESS)
299 if (utmp.ut_type != USER_PROCESS && utmp.ut_type != DEAD_PROCESS)
/freebsd-13-stable/libexec/comsat/
H A Dcomsat.c151 if (utp->ut_type == USER_PROCESS && !strcmp(utp->ut_user, name))
/freebsd-13-stable/libexec/talkd/
H A Dprocess.c197 if (ut->ut_type == USER_PROCESS &&
/freebsd-13-stable/crypto/openssh/
H A Dloginrec.c666 ut->ut_type = USER_PROCESS;
753 utx->ut_type = USER_PROCESS;
1152 * ut_type==USER_PROCESS (indicating a login.)
1154 * Portability: Some systems may set something other than USER_PROCESS
1167 if (ut->ut_type & USER_PROCESS)
1331 if (utx->ut_type == USER_PROCESS)
/freebsd-13-stable/usr.bin/wall/
H A Dwall.c149 if (utmp->ut_type != USER_PROCESS)
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_scalars.c222 if (utmp->ut_type == USER_PROCESS)

Completed in 274 milliseconds

12