Searched refs:ut_user (Results 1 - 25 of 30) sorted by path

12

/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c145 strncpy(utx.ut_user, name, sizeof(utx.ut_user));
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dutmp_login.c96 strncpy(utmp->ut_user, username, sizeof(utmp->ut_user));
H A Dutmpx_login.c39 strncpy(ut->ut_user, user, sizeof(ut->ut_user));
/freebsd-11-stable/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-11-stable/crypto/heimdal/
H A Dconfigure27305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_user in struct utmp" >&5
27306 $as_echo_n "checking for ut_user in struct utmp... " >&6; }
27317 struct utmp x; memset(&x, 0, sizeof(x)); x.ut_user
27571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_user in struct utmpx" >&5
27572 $as_echo_n "checking for ut_user in struct utmpx... " >&6; }
27583 struct utmpx x; memset(&x, 0, sizeof(x)); x.ut_user
/freebsd-11-stable/crypto/openssh/
H A Dloginrec.c769 strncpy(utx->ut_user, li->username,
770 MIN_SIZEOF(utx->ut_user, li->username));
1333 if (strncmp(li->username, utx->ut_user,
1334 MIN_SIZEOF(li->username, utx->ut_user)) == 0 ) {
1693 strncpy(ut.ut_user, username, sizeof(ut.ut_user));
/freebsd-11-stable/include/rpcsvc/
H A Drnusers.x70 string ut_user<RUSERS_MAXUSERLEN>; /* aka ut_name */
/freebsd-11-stable/include/
H A Dutmpx.h46 char ut_user[32]; /* User login name. */ member in struct:utmpx
/freebsd-11-stable/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c137 strncpy(utl.ut_user, user, sizeof utl.ut_user);
/freebsd-11-stable/lib/libulog/
H A Dulog_login.c70 strncpy(utx.ut_user, user, sizeof utx.ut_user);
/freebsd-11-stable/libexec/comsat/
H A Dcomsat.c128 char buf[sizeof(_PATH_MAILDIR) + sizeof(utp->ut_user) + 1];
129 char buf2[sizeof(_PATH_MAILDIR) + sizeof(utp->ut_user) + 1];
139 sprintf(buf, "%s/%.*s", _PATH_MAILDIR, (int)sizeof(utp->ut_user),
143 (int)sizeof(utp->ut_user), file);
149 if (utp->ut_type == USER_PROCESS && !strcmp(utp->ut_user, name))
176 dsyslog(LOG_DEBUG, "%s: wrong mode on %s", utp->ut_user, tty);
179 dsyslog(LOG_DEBUG, "notify %s on %s", utp->ut_user, tty);
200 cr, utp->ut_user, (int)sizeof(hostname), hostname,
203 jkfprintf(tp, utp->ut_user, file, offset);
/freebsd-11-stable/libexec/ftpd/
H A Dlogwtmp.c62 (void)strncpy(ut.ut_user, user, sizeof(ut.ut_user));
/freebsd-11-stable/libexec/rpc.rusersd/
H A Drusers_proc.c175 utmp_list[nusers].ut_user;
/freebsd-11-stable/libexec/talkd/
H A Dprocess.c196 strcmp(ut->ut_user, name) == 0) {
/freebsd-11-stable/release/picobsd/tinyware/login/
H A Dpico-login.c166 int UT_NAMESIZE = sizeof(utmp.ut_user);
517 (void)strncpy(utmp.ut_user, username, sizeof(utmp.ut_user));
/freebsd-11-stable/usr.bin/finger/
H A Dfinger.c247 if ((pn = find_person(user->ut_user)) == NULL) {
248 if ((pw = getpwnam(user->ut_user)) == NULL)
389 if ((pn = find_person(user->ut_user)) == NULL)
/freebsd-11-stable/usr.bin/getent/
H A Dgetent.c656 ut->ut_pid, ut->ut_user, ut->ut_line, ut->ut_host);
667 ut->ut_pid, ut->ut_user, ut->ut_line, ut->ut_host);
/freebsd-11-stable/usr.bin/users/
H A Dusers.cc63 names.insert(ut->ut_user);
/freebsd-11-stable/usr.bin/w/
H A Dw.c223 if (!strcmp(utmp->ut_user, *user))
429 W_DISPUSERSIZE, W_DISPUSERSIZE, ep->utmp.ut_user,
/freebsd-11-stable/usr.bin/wall/
H A Dwall.c153 pw = getpwnam(utmp->ut_user);
163 if (strcmp(*np, utmp->ut_user) == 0) {
/freebsd-11-stable/usr.bin/who/
H A Dwho.c188 printf("%-16s ", ut->ut_user);
250 printf("%-16s", utx->ut_user);
290 strlcpy(ut.ut_user, name, sizeof ut.ut_user);
/freebsd-11-stable/usr.bin/write/
H A Dwrite.c153 strcmp(user, u->ut_user) == 0) {
186 strcmp(user, u->ut_user) == 0) {
/freebsd-11-stable/usr.sbin/ac/
H A Dac.c53 char user[sizeof(((struct utmpx *)0)->ut_user)];
66 char user[sizeof(((struct utmpx *)0)->ut_user)];
396 strlcpy(lp->user, up->ut_user, sizeof(lp->user));
/freebsd-11-stable/usr.sbin/lastlogin/
H A Dlastlogin.c65 return (order * strcmp(((const struct utmpx *)u1)->ut_user,
66 ((const struct utmpx *)u2)->ut_user));
161 u->ut_user, u->ut_line, u->ut_host);
/freebsd-11-stable/usr.sbin/ppp/
H A Did.c213 (int)sizeof ut->ut_user, ut->ut_user,

Completed in 292 milliseconds

12