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

12

/macosx-10.9.5/Libc-997.90.3/util/
H A Dlogin.c68 ux.ut_type |= UTMPX_AUTOFILL_MASK;
H A Dlogwtmp.c87 utx.ut_type = strcmp(name, "reboot") == 0 ? BOOT_TIME : SHUTDOWN_TIME;
92 utx.ut_type = *name ? USER_PROCESS : DEAD_PROCESS;
H A Dlogout.c84 utx.ut_type = UTMPX_AUTOFILL_MASK | UTMPX_DEAD_IF_CORRESPONDING_MASK | DEAD_PROCESS;
/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dutmpx_login.c46 ut->ut_type = USER_PROCESS;
85 && ( ut->ut_type == INIT_PROCESS
86 || ut->ut_type == LOGIN_PROCESS
87 || ut->ut_type == USER_PROCESS)) {
H A Dutmp_login.c113 utmp->ut_type = USER_PROCESS;
/macosx-10.9.5/Libc-997.90.3/gen/NetBSD/
H A Dutmpx.c176 ut32.ut_type = SIGNATURE;
181 U->ut.ut_type = SIGNATURE;
196 ut32.ut_type != SIGNATURE)
199 U->ut.ut_type != SIGNATURE)
257 if (utx->ut_type == EMPTY)
287 if (U->ut.ut_type == EMPTY)
289 switch (utx->ut_type) {
296 if (U->ut.ut_type == utx->ut_type)
303 switch (U->ut.ut_type) {
[all...]
/macosx-10.9.5/Librpcsvc-23/
H A Drusers.x54 int ut_type; /* type of entry */
64 % * Values for ut_type field above.
/macosx-10.9.5/ntp-88/libntp/
H A Dsystime.c290 ut.ut_type = OLD_TIME;
295 ut.ut_type = NEW_TIME;
308 utx.ut_type = OLD_TIME;
313 utx.ut_type = NEW_TIME;
327 ut.ut_type = OLD_TIME;
331 ut.ut_type = NEW_TIME;
344 utx.ut_type = OLD_TIME;
354 utx.ut_type = NEW_TIME;
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftpd/
H A Dlogwtmp.c128 ut.ut_type = USER_PROCESS;
130 ut.ut_type = DEAD_PROCESS;
161 utx.ut_type = USER_PROCESS;
163 utx.ut_type = DEAD_PROCESS;
/macosx-10.9.5/sudo-72/src/
H A Dboottime.c116 key.ut_type = BOOT_TIME;
134 key.ut_type = BOOT_TIME;
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dutmpx-darwin.c273 ISET(ut_type);
302 if (u->ut_type == EMPTY)
309 * If the ut_type is USER_PROCESS, we use the LASTLOG_FACILITY,
314 if (u->ut_type == USER_PROCESS)
322 switch (u->ut_type) {
327 sprintf(msg, "%s: %ld %d", utmpx_types[u->ut_type], u->ut_tv.tv_sec, u->ut_tv.tv_usec);
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);
338 if (u->ut_type >= 0 && u->ut_type < (sizeo
[all...]
H A Dutmpx-darwin.h91 short ut_type; /* type of this entry */ member in struct:utmpx32
/macosx-10.9.5/adv_cmds-153/last/
H A Dlast.c162 switch(bp->ut_type) {
169 crmsg = bp->ut_type == BOOT_TIME ? "crash" : "shutdown";
173 UT_NAMESIZE, bp->ut_type == BOOT_TIME ? "reboot" : "shutdown",
187 UT_LINESIZE, bp->ut_type == OLD_TIME ? "|" : "{",
206 if (bp->ut_type != DEAD_PROCESS && want(bp, YES)) {
283 if (bp->ut_type == BOOT_TIME && !strncmp(step->name, "reboot", _UTX_USERSIZE))
285 if (bp->ut_type == SHUTDOWN_TIME && !strncmp(step->name, "shutdown", _UTX_USERSIZE))
/macosx-10.9.5/pam_modules-138/modules/pam_uwtmp/
H A Dpam_uwtmp.c103 u->ut_type = UTMPX_AUTOFILL_MASK | USER_PROCESS;
148 u->ut_type = UTMPX_AUTOFILL_MASK | DEAD_PROCESS;
/macosx-10.9.5/shell_cmds-175/users/
H A Dusers.c89 if (*ux->ut_user && ux->ut_type == USER_PROCESS)
/macosx-10.9.5/Libc-997.90.3/include/NetBSD/
H A Dutmpx.h123 short ut_type; /* type of this entry */ member in struct:utmpx
/macosx-10.9.5/shell_cmds-175/who/
H A Dutmpentry.c222 if (((1 << utx->ut_type) & etype) == 0)
224 if (fname == NULL && ((1 << utx->ut_type) & etype) == 0)
345 e->type = up->ut_type;
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dpty_unicos.c324 utmp.ut_type = USER_PROCESS;
398 utmp.ut_type = USER_PROCESS;
410 utmp.ut_type = DEAD_PROCESS;
/macosx-10.9.5/screen-22/screen/
H A Dutmp.c546 #define SLOT_USED(u) (u->ut_type == USER_PROCESS)
591 u->ut_type = DEAD_PROCESS;
607 u->ut_type = USER_PROCESS;
851 if (u.ut_type == USER_PROCESS)
874 return u->ut_type == DEAD_PROCESS ? u : 0;
875 return u->ut_type == u2->ut_type ? u : 0;
/macosx-10.9.5/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)
308 if (utmp.ut_type == DEAD_PROCESS && utmp.ut_line[0] == '\0')
319 if (utmp.ut_type == DEAD_PROCESS) {
370 if (utmp.ut_type == DEAD_PROCESS)
/macosx-10.9.5/system_cmds-597.90.1/ac.tproj/
H A Dac.c355 if (up->ut_type == BOOT_TIME || up->ut_type == SHUTDOWN_TIME || strncmp(lp->usr.ut_line, up->ut_line,
483 switch(u->ut_type) {
518 end.ut_type = SHUTDOWN_TIME;
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/ac.tproj/
H A Dac.c355 if (up->ut_type == BOOT_TIME || up->ut_type == SHUTDOWN_TIME || strncmp(lp->usr.ut_line, up->ut_line,
483 switch(u->ut_type) {
518 end.ut_type = SHUTDOWN_TIME;
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dsys_term.c1157 wtmp.ut_type = LOGIN_PROCESS;
1306 utmpx.ut_type = LOGIN_PROCESS;
1428 utmpx.ut_type = LOGIN_PROCESS;
1439 utxp->ut_type = DEAD_PROCESS;
1551 utmp.ut_type = USER_PROCESS;
1557 utptr->ut_type = DEAD_PROCESS;
1768 if ( (cur->ut_type != NULL) && (jid == cur->ut_jid) ) {
1813 if (utp->ut_type != USER_PROCESS || utp->ut_jid == 0)
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dloginrec.c659 ut->ut_type = USER_PROCESS;
665 ut->ut_type = DEAD_PROCESS;
752 utx->ut_type = USER_PROCESS;
755 utx->ut_type = DEAD_PROCESS;
1048 utx.ut_type = DEAD_PROCESS;
1147 * leave all fields set, but change the ut_type field to DEAD_PROCESS.
1151 * ut_type==USER_PROCESS (indicating a login.)
1156 * place and not have ut_type.
1166 if (ut->ut_type & USER_PROCESS)
1330 if (utx->ut_type
[all...]
/macosx-10.9.5/adv_cmds-153/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)

Completed in 328 milliseconds

12