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

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dlogutmp.c107 if (!ubuf.ut_name[0]) {
135 if (!ut.ut_name[0]
138 memset(ut.ut_name, 0, UT_NAMESIZE);
H A Dlogwtmp.c96 (void)strncpy(ut.ut_name, name, sizeof(ut.ut_name));
128 (void)strncpy(ut.ut_name, name, sizeof(ut.ut_name));
H A Dftpd.c1195 (void)strncpy(utmpx.ut_name, name, sizeof(utmpx.ut_name));
1208 (void)strncpy(utmp.ut_name, name, sizeof(utmp.ut_name));
/freebsd-9.3-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-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c93 strncpy(ut.ut_name, name, sizeof(ut.ut_name));
/freebsd-9.3-release/include/rpcsvc/
H A Drnusers.x48 string ut_name<MAXUTLEN>;
68 string ut_user<RUSERS_MAXUSERLEN>; /* aka ut_name */
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dutmp_login.c89 strncpy(utmp->ut_name, username, sizeof(utmp->ut_name));
/freebsd-9.3-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-9.3-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-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1456 strncpy(wtmp.ut_name, "", sizeof(wtmp.ut_name));
1497 u->ut_name[0]==0)
1500 strncpy(u->ut_name, "", sizeof(u->ut_name));
1515 strncpy(wtmp.ut_name, "", sizeof(wtmp.ut_name));
/freebsd-9.3-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-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c703 strncpy(ut->ut_name, utmp.ut_name, sizeof(utmp.ut_name));
/freebsd-9.3-release/libexec/rpc.rusersd/
H A Drusers_proc.c180 utmp_idle[nusers].ui_utmp.ut_name =
/freebsd-9.3-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 376 milliseconds