Searched refs:ut_name (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/contrib/opie/libopie/
H A Dlogin.c12 ut_syslen. Don't zero-terminate ut_name and ut_host.
80 strncpy(u.ut_name, name, sizeof(u.ut_name));
82 #error No ut_name field in struct utmp? (Please send in a bug report)
H A Dlogwtmp.c154 strncpy(ut.ut_name, name, sizeof(ut.ut_name));
171 strncpy(utx.ut_name, name, sizeof(utx.ut_name));
/freebsd-10.1-release/include/rpcsvc/
H A Drnusers.x50 string ut_name<MAXUTLEN>;
70 string ut_user<RUSERS_MAXUSERLEN>; /* aka ut_name */
/freebsd-10.1-release/crypto/heimdal/appl/login/
H A Dutmp_login.c93 strncpy(utmp->ut_name, username, sizeof(utmp->ut_name));
/freebsd-10.1-release/contrib/tcsh/
H A Dtc.who.c47 # define UTNAMLEN sizeof(((struct utmpx *) 0)->ut_name)
83 # define ut_name ut_user macro
96 # define ut_name ut_user macro
99 # define UTNAMLEN sizeof(((struct utmp *) 0)->ut_name)
111 # define UTNAMLEN sizeof(__ut.ut_name)
323 if (utmp.ut_name[0] == '\0' && utmp.ut_line[0] == '\0')
343 if (utmp.ut_name[0] == '\0') {
347 else if (strncmp(utmp.ut_name, wp->who_name, UTNAMLEN) == 0) {
353 (void) strncpy(wp->who_new, utmp.ut_name, UTNAMLEN);
392 if (utmp.ut_name[
[all...]
/freebsd-10.1-release/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c133 strncpy(ut.ut_name, name, sizeof(ut.ut_name));
/freebsd-10.1-release/usr.bin/rusers/
H A Drusers.c159 up->utmpidlearr_val[x].ui_utmp.ut_name,
165 up->utmpidlearr_val[x].ui_utmp.ut_name);
/freebsd-10.1-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1467 strncpy(wtmp.ut_name, "", sizeof(wtmp.ut_name));
1508 u->ut_name[0]==0)
1511 strncpy(u->ut_name, "", sizeof(u->ut_name));
1526 strncpy(wtmp.ut_name, "", sizeof(wtmp.ut_name));
/freebsd-10.1-release/crypto/openssh/
H A Dloginrec.c693 strncpy(ut->ut_name, li->username,
694 MIN_SIZEOF(ut->ut_name, li->username));
887 * and ut_line and ut_name match, preserve the old ut_line.
892 (strncmp(old_ut.ut_name, ut->ut_name, sizeof(ut->ut_name)) == 0))
1166 if (strncmp(li->username, ut->ut_name,
1167 MIN_SIZEOF(li->username, ut->ut_name)) == 0) {
/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c703 strncpy(ut->ut_name, utmp.ut_name, sizeof(utmp.ut_name));
/freebsd-10.1-release/libexec/rpc.rusersd/
H A Drusers_proc.c174 utmp_idle[nusers].ui_utmp.ut_name =
/freebsd-10.1-release/contrib/opie/
H A Dconfigure2501 echo $ac_n "checking for ut_name in struct utmp""... $ac_c" 1>&6
2502 echo "configure:2503: checking for ut_name in struct utmp" >&5
2509 struct utmp foo; return (int)foo.ut_name[0];

Completed in 208 milliseconds