Searched refs:ut_id (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/appl/login/
H A Dutmpx_login.c37 strncpy(ut->ut_id, make_id(clean_tty), sizeof(ut->ut_id));
H A Dutmp_login.c121 strncpy(utmp->ut_id, make_id(ttyx), sizeof(utmp->ut_id));
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dpty_unicos.c329 strncpy(utmp.ut_id,linet+8,sizeof(utmp.ut_id));
396 (void) strncpy(utmp.ut_id, linet + strlen(linet) - 4,
397 sizeof (utmp.ut_id));
/macosx-10.10/Libc-1044.1.2/gen/
H A Dutmpx-darwin.c324 cp = (char *)u->ut_id + sizeof(u->ut_id);
325 while(--cp >= u->ut_id && isprint(*cp)) {}
326 if(cp < u->ut_id) {
327 SSET(ut_id);
330 (unsigned)u->ut_id[0], (unsigned)u->ut_id[1],
331 (unsigned)u->ut_id[2], (unsigned)u->ut_id[3]);
332 asl_set(m, "ut_id", bu
[all...]
H A Dutmpx-darwin.h88 char ut_id[_UTX_IDSIZE]; /* id */ member in struct:utmpx32
/macosx-10.10/Libc-1044.1.2/include/NetBSD/
H A Dutmpx.h120 char ut_id[_UTX_IDSIZE]; /* id */ member in struct:utmpx
/macosx-10.10/screen-22/screen/
H A Dutmp.c609 /* Now the tricky part... guess ut_id */
611 strncpy(u->ut_id, line + 3, sizeof(u->ut_id));
614 strncpy(u->ut_id, line, sizeof(u->ut_id));
616 strncpy(u->ut_id, line + strlen(line) - 2, sizeof(u->ut_id));
/macosx-10.10/configd-699.1.5/Plugins/Logger/
H A Dlogger.c1649 ut_id(struct utmpx *utmpx) function
1654 cp = utmpx->ut_id + sizeof(utmpx->ut_id);
1655 while(--cp >= utmpx->ut_id && isprint(*cp)) {}
1656 if(cp < utmpx->ut_id) {
1657 snprintf(str, sizeof(str), "%-4.4s", utmpx->ut_id);
1661 utmpx->ut_id[0],
1662 utmpx->ut_id[1],
1663 utmpx->ut_id[2],
1664 utmpx->ut_id[
[all...]
/macosx-10.10/Libc-1044.1.2/gen/NetBSD/
H A Dutmpx.c308 if (memcmp(U->ut.ut_id, utx->ut_id,
309 sizeof(U->ut.ut_id)) == 0)
/macosx-10.10/adv_cmds-158/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.10/OpenSSH-189/openssh/
H A Dloginrec.c652 line_abbrevname(ut->ut_id, li->line, sizeof(ut->ut_id));
746 line_abbrevname(utx->ut_id, li->line, sizeof(utx->ut_id));
1045 line_abbrevname(utx.ut_id, li->line, sizeof(utx.ut_id));
H A Dconfigure13889 # look for field 'ut_id' in header 'utmp.h'
13891 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id
13892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_id field in utmp.h" >&5
13893 $as_echo_n "checking for ut_id field in utmp.h... " >&6; }
13904 $EGREP "ut_id" >/dev/null 2>&1; then :
13928 # look for field 'ut_id' in header 'utmpx.h'
13930 ossh_varname="ossh_cv_$ossh_safe""_has_"ut_id
13931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_id field in utmpx.h" >&5
13932 $as_echo_n "checking for ut_id field in utmpx.h... " >&6; }
13943 $EGREP "ut_id" >/de
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c1085 * Generate a name usable as an `ut_id', typically without `tty'.
1163 strncpy(wtmp.ut_id, wtmp.ut_line + 3, sizeof(wtmp.ut_id));
1302 strncpy(utmpx.ut_id, make_id(clean_tty), sizeof(utmpx.ut_id));
/macosx-10.10/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c1114 utmpx.ut_id[0] = 't';
1115 utmpx.ut_id[1] = 'n';
1116 utmpx.ut_id[2] = SC_WILDC;
1117 utmpx.ut_id[3] = SC_WILDC;
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dntport.h497 char ut_id[2]; /*abbrev tty name */ member in struct:utmp
/macosx-10.10/Heimdal-398.1.2/
H A Dconfigure25828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_id in struct utmp" >&5
25829 $as_echo_n "checking for ut_id in struct utmp... " >&6; }
25840 struct utmp x; memset(&x, 0, sizeof(x)); x.ut_id

Completed in 195 milliseconds