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

/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dutmpx_login.c84 if (ut->ut_pid == mypid
98 newut.ut_pid = mypid;
H A Dutmp_login.c117 utmp->ut_pid = getpid();
/macosx-10.9.5/pam_modules-138/modules/pam_uwtmp/
H A Dpam_uwtmp.c102 u->ut_pid = getpid();
147 u->ut_pid = getpid();
/macosx-10.9.5/Libc-997.90.3/util/
H A Dlogwtmp.c91 utx.ut_pid = getpid();
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dutmpx-darwin.h90 pid_t ut_pid; /* process id creating the entry */ member in struct:utmpx32
H A Dutmpx-darwin.c271 if (u->ut_pid > 0)
272 ISET(ut_pid);
331 sprintf(msg, "%s: %d", utmpx_types[u->ut_type], (int)u->ut_pid);
335 sprintf(msg, "%s: %d %.*s", utmpx_types[u->ut_type], (int)u->ut_pid, (int)sizeof(u->ut_line), u->ut_line);
442 if ((which & UT_PID) && !temp->ut_pid)
443 temp->ut_pid = getpid();
/macosx-10.9.5/Libc-997.90.3/include/NetBSD/
H A Dutmpx.h122 pid_t ut_pid; /* process id creating the entry */ member in struct:utmpx
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftpd/
H A Dlogwtmp.c135 ut.ut_pid = getpid();
/macosx-10.9.5/adv_cmds-153/last/
H A Dlast.c200 T = addtty(bp->ut_id, bp->ut_pid);
203 if (!memcmp(T->id, bp->ut_id, _UTX_IDSIZE) && T->pid == bp->ut_pid)
/macosx-10.9.5/screen-22/screen/
H A Dutmp.c568 return ut_add_user(u.ut_name, slot, u.ut_pid, host) != 0;
570 return ut_delete_user(slot, u.ut_pid, 0, 0) != 0;
620 u->ut_pid = pid;
/macosx-10.9.5/shell_cmds-175/who/
H A Dutmpentry.c339 e->pid = up->ut_pid;
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dpty_unicos.c325 utmp.ut_pid = getpid();
/macosx-10.9.5/configd-596.15/Plugins/Logger/
H A Dlogger.c1672 ut_pid(struct utmpx *utmpx) function
1676 snprintf(pid, sizeof(pid), "%d", utmpx->ut_pid);
1713 entry_pid = ut_pid (utmpx);
1721 entry_pid = ut_pid (utmpx);
1728 entry_pid = ut_pid (utmpx);
1747 entry_pid = ut_pid (utmpx);
/macosx-10.9.5/pam_modules-138/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.9.5/tcsh-65/tcsh/win32/
H A Dntport.h495 pid_t ut_pid; member in struct:utmp
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dloginrec.c677 ut->ut_pid = li->pid;
760 utx->ut_pid = li->pid;
1693 ut.ut_pid = getpid();
H A Dconfigure13733 # look for field 'ut_pid' in header 'utmp.h'
13735 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_pid
13736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_pid field in utmp.h" >&5
13737 $as_echo_n "checking for ut_pid field in utmp.h... " >&6; }
13748 $EGREP "ut_pid" >/dev/null 2>&1; then :
/macosx-10.9.5/Libc-997.90.3/gen/NetBSD/
H A Dutmpx.c584 ux->ut_pid = getpid();
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dsys_term.c1158 wtmp.ut_pid = pid;
1304 utmpx.ut_pid = pid;
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-cray.c699 if (pid == utmp.ut_pid) {
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dsyslogd.c417 utx.ut_pid = 1;
440 asl_set(msg, "ut_pid", "1");
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dsys_term.c1113 utmpx.ut_pid = pid;
/macosx-10.9.5/system_cmds-597.90.1/login.tproj/
H A Dlogin.c658 utmp.ut_pid = getpid();
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/login.tproj/
H A Dlogin.c658 utmp.ut_pid = getpid();
/macosx-10.9.5/Heimdal-323.92.1/
H A Dconfigure25866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_pid in struct utmp" >&5
25867 $as_echo_n "checking for ut_pid in struct utmp... " >&6; }
25878 struct utmp x; memset(&x, 0, sizeof(x)); x.ut_pid

Completed in 412 milliseconds