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

12

/freebsd-current/libexec/ftpd/
H A Dlogwtmp.c55 (void)strncpy(ut.ut_user, user, sizeof(ut.ut_user));
/freebsd-current/libexec/comsat/
H A Dcomsat.c116 char buf[sizeof(_PATH_MAILDIR) + sizeof(utp->ut_user) + 1];
117 char buf2[sizeof(_PATH_MAILDIR) + sizeof(utp->ut_user) + 1];
127 sprintf(buf, "%s/%.*s", _PATH_MAILDIR, (int)sizeof(utp->ut_user),
131 (int)sizeof(utp->ut_user), file);
137 if (utp->ut_type == USER_PROCESS && !strcmp(utp->ut_user, name))
164 dsyslog(LOG_DEBUG, "%s: wrong mode on %s", utp->ut_user, tty);
167 dsyslog(LOG_DEBUG, "notify %s on %s", utp->ut_user, tty);
188 cr, utp->ut_user, (int)sizeof(hostname), hostname,
191 jkfprintf(tp, utp->ut_user, file, offset);
/freebsd-current/include/rpcsvc/
H A Drnusers.x61 string ut_user<RUSERS_MAXUSERLEN>; /* aka ut_name */
/freebsd-current/lib/libulog/
H A Dulog_login.c69 strlcpy(utx.ut_user, user, sizeof utx.ut_user);
/freebsd-current/usr.sbin/lastlogin/
H A Dlastlogin.c64 return (order * strcmp(((const struct utmpx *)u1)->ut_user,
65 ((const struct utmpx *)u2)->ut_user));
160 u->ut_user, u->ut_line, u->ut_host);
/freebsd-current/include/
H A Dutmpx.h46 char ut_user[32]; /* User login name. */ member in struct:utmpx
/freebsd-current/usr.bin/users/
H A Dusers.cc62 names.insert(ut->ut_user);
/freebsd-current/crypto/heimdal/appl/login/
H A Dutmpx_login.c39 strncpy(ut->ut_user, user, sizeof(ut->ut_user));
H A Dutmp_login.c96 strncpy(utmp->ut_user, username, sizeof(utmp->ut_user));
/freebsd-current/usr.bin/who/
H A Dwho.c185 printf("%-16s ", ut->ut_user);
250 printf("%-16s", utx->ut_user);
290 strlcpy(ut.ut_user, name, sizeof ut.ut_user);
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c145 strncpy(utx.ut_user, name, sizeof(utx.ut_user));
/freebsd-current/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c137 strncpy(utl.ut_user, user, sizeof utl.ut_user);
/freebsd-current/usr.bin/finger/
H A Dfinger.c234 if ((pn = find_person(user->ut_user)) == NULL) {
235 if ((pw = getpwnam(user->ut_user)) == NULL)
377 if ((pn = find_person(user->ut_user)) == NULL)
/freebsd-current/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1159 strncpy(wtmp.ut_user, "LOGIN", sizeof(wtmp.ut_user));
1299 strncpy(utmpx.ut_user, ".telnet", sizeof(utmpx.ut_user));
1437 user0 = utxp->ut_user[0];
1438 utxp->ut_user[0] = '\0';
1458 utxp->ut_user[0] = user0;
1820 ret = jobend(utp->ut_jid, utp->ut_tpath, utp->ut_user);
1834 static char saved_user[sizeof(wtmp.ut_user)+1];
1875 cleantmpdir(jid, utp->ut_tpath, utp->ut_user);
[all...]
/freebsd-current/usr.sbin/ac/
H A Dac.c51 char user[sizeof(((struct utmpx *)0)->ut_user)];
64 char user[sizeof(((struct utmpx *)0)->ut_user)];
394 strlcpy(lp->user, up->ut_user, sizeof(lp->user));
/freebsd-current/usr.sbin/ppp/
H A Did.c211 (int)sizeof ut->ut_user, ut->ut_user,
/freebsd-current/usr.bin/write/
H A Dwrite.c194 strcmp(user, u->ut_user) == 0) {
226 strcmp(user, u->ut_user) == 0) {
/freebsd-current/usr.bin/wall/
H A Dwall.c141 pw = getpwnam(utmp->ut_user);
151 if (strcmp(*np, utmp->ut_user) == 0) {
/freebsd-current/crypto/openssh/
H A Dloginrec.c767 strncpy(utx->ut_user, li->username,
768 MIN_SIZEOF(utx->ut_user, li->username));
1334 if (strncmp(li->username, utx->ut_user,
1335 MIN_SIZEOF(li->username, utx->ut_user)) == 0 ) {
1694 strncpy(ut.ut_user, username, sizeof(ut.ut_user));
/freebsd-current/contrib/tcsh/
H A Dtc.who.c81 # define ut_name ut_user
94 # define ut_name ut_user
/freebsd-current/usr.bin/last/
H A Dlast.c366 bp->ut_user, bp->ut_line, bp->ut_host);
435 if (!strcmp(step->name, bp->ut_user))
/freebsd-current/libexec/rpc.rusersd/
H A Drusers_proc.c172 utmp_list[nusers].ut_user;
/freebsd-current/libexec/talkd/
H A Dprocess.c190 strcmp(ut->ut_user, name) == 0) {
/freebsd-current/usr.bin/getent/
H A Dgetent.c654 ut->ut_pid, ut->ut_user, ut->ut_line, ut->ut_host);
665 ut->ut_pid, ut->ut_user, ut->ut_line, ut->ut_host);
/freebsd-current/usr.bin/w/
H A Dw.c221 if (!strcmp(utmp->ut_user, *user))
437 W_DISPUSERSIZE, W_DISPUSERSIZE, ep->utmp.ut_user,

Completed in 244 milliseconds

12