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

12

/macosx-10.10/Heimdal-398.1.2/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;
/macosx-10.10/Libc-1044.1.2/util/
H A Dlogwtmp.c92 utx.ut_type = *name ? USER_PROCESS : DEAD_PROCESS;
/macosx-10.10/shell_cmds-179/users/
H A Dusers.c89 if (*ux->ut_user && ux->ut_type == USER_PROCESS)
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dlogwtmp.c128 ut.ut_type = USER_PROCESS;
161 utx.ut_type = USER_PROCESS;
/macosx-10.10/Libc-1044.1.2/include/NetBSD/
H A Dutmpx.h91 #define USER_PROCESS 7 macro
/macosx-10.10/shell_cmds-179/who/
H A Dutmpentry.c82 int etype = 1 << USER_PROCESS;
238 if ((etype & (1 << USER_PROCESS)) != 0) {
313 e->type = USER_PROCESS;
H A Dwho.c104 { USER_PROCESS, "user process" },
/macosx-10.10/Libc-1044.1.2/gen/NetBSD/
H A Dutmpx.c301 case USER_PROCESS:
306 case USER_PROCESS:
332 case USER_PROCESS:
462 * entry is not a (matching) USER_PROCESS, then return NULL.
466 x->ut_type != USER_PROCESS) {
585 ux->ut_type = USER_PROCESS;
/macosx-10.10/pam_modules-140/modules/pam_uwtmp/
H A Dpam_uwtmp.c103 u->ut_type = UTMPX_AUTOFILL_MASK | USER_PROCESS;
/macosx-10.10/zsh-61/zsh/Src/
H A Dwatch.c467 # ifdef USER_PROCESS
468 if (uptr->ut_type == USER_PROCESS)
469 # else /* !USER_PROCESS */
471 # endif /* !USER_PROCESS */
521 # ifdef USER_PROCESS
522 if (uptr->ut_type == USER_PROCESS)
523 # else /* !USER_PROCESS */
525 # endif /* !USER_PROCESS */
/macosx-10.10/adv_cmds-158/finger/
H A Dfinger.c255 if (!user->ut_user[0] || user->ut_type != USER_PROCESS)
397 if (!user->ut_user && user->ut_type != USER_PROCESS)
/macosx-10.10/basic_cmds-55/write/
H A Dwrite.c159 if(u->ut_type == USER_PROCESS &&
194 if (u->ut_type != USER_PROCESS)
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dpty_unicos.c324 utmp.ut_type = USER_PROCESS;
398 utmp.ut_type = USER_PROCESS;
/macosx-10.10/screen-22/screen/
H A Dutmp.c546 #define SLOT_USED(u) (u->ut_type == USER_PROCESS)
607 u->ut_type = USER_PROCESS;
851 if (u.ut_type == USER_PROCESS)
/macosx-10.10/OpenSSH-189/openssh/
H A Dloginrec.c659 ut->ut_type = USER_PROCESS;
752 utx->ut_type = USER_PROCESS;
1151 * ut_type==USER_PROCESS (indicating a login.)
1153 * Portability: Some systems may set something other than USER_PROCESS
1166 if (ut->ut_type & USER_PROCESS)
1330 if (utx->ut_type == USER_PROCESS)
/macosx-10.10/mail_cmds-30/comsat/
H A Dcomsat.c205 if (utp->ut_type == USER_PROCESS && !strncmp(utp->ut_user, name, sizeof(utp->ut_user)))
/macosx-10.10/remote_cmds-47/talkd.tproj/
H A Dprocess.c212 if (u->ut_type == USER_PROCESS && SCMPN(u->ut_user, name) == 0) {
/macosx-10.10/remote_cmds-47/wall.tproj/
H A Dwall.c179 if (!u->ut_user[0] || u->ut_type != USER_PROCESS)
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.who.c296 if (utmp.ut_type != USER_PROCESS)
300 if (utmp.ut_type != USER_PROCESS && utmp.ut_type != DEAD_PROCESS)
/macosx-10.10/Libc-1044.1.2/gen/
H A Dutmpx-darwin.c351 "USER_PROCESS", /* 7 */
382 * If the ut_type is USER_PROCESS, we use the LASTLOG_FACILITY,
387 if (u->ut_type == USER_PROCESS)
406 case USER_PROCESS:
452 case USER_PROCESS:
1079 case USER_PROCESS:
/macosx-10.10/adv_cmds-158/last/
H A Dlast.c194 case USER_PROCESS:
/macosx-10.10/pam_modules-140/modules/pam_mount/
H A Dpam_mount.c244 if (USER_PROCESS == x->ut_type && 0 == strcmp(x->ut_user, username) && x->ut_pid != getpid()) {
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dntport.h488 #define USER_PROCESS 8 macro
/macosx-10.10/system_cmds-643.1.1/ac.tproj/
H A Dac.c500 case USER_PROCESS:

Completed in 145 milliseconds

12