Home
last modified time | relevance | path

Searched refs:ut_name (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtc.who.c43 # define UTNAMLEN sizeof(((struct utmpx *) 0)->ut_name)
81 # define ut_name ut_user macro
94 # define ut_name ut_user macro
97 # define UTNAMLEN sizeof(((struct utmp *) 0)->ut_name)
109 # define UTNAMLEN sizeof(__ut.ut_name)
304 if (utmp.ut_name[0] == '\0' && utmp.ut_line[0] == '\0')
324 if (utmp.ut_name[0] == '\0') {
328 else if (strncmp(utmp.ut_name, wp->who_name, UTNAMLEN) == 0) {
334 (void) strncpy(wp->who_new, utmp.ut_name, UTNAMLEN);
373 if (utmp.ut_name[0] == '\0')
[all …]
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c133 strncpy(ut.ut_name, name, sizeof(ut.ut_name)); in ftpd_logwtmp_wtmp()
/freebsd/crypto/heimdal/appl/login/
H A Dutmp_login.c93 strncpy(utmp->ut_name, username, sizeof(utmp->ut_name)); in prepare_utmp()
/freebsd/stand/libsa/
H A Dpkgfs.c68 char ut_name[100]; member
239 if (strcmp(fn, tf->tf_hdr.ut_name) == 0) { in pkg_open_follow()
437 memcpy(d->d_name, tf->tf_hdr.ut_name, sizeof(d->d_name)); in pkg_readdir()
534 __func__, tf->tf_hdr.ut_name)); in cache_data()
812 if (cur->tf_hdr.ut_name[0] != '+') in scan_tarfile()
/freebsd/usr.bin/rusers/
H A Drusers.c158 up->utmpidlearr_val[x].ui_utmp.ut_name, in rusers_reply()
164 up->utmpidlearr_val[x].ui_utmp.ut_name); in rusers_reply()
/freebsd/crypto/openssh/
H A Dloginrec.c676 strncpy(ut->ut_name, li->username, in construct_utmp()
677 MIN_SIZEOF(ut->ut_name, li->username)); in construct_utmp()
878 (strncmp(old_ut.ut_name, ut->ut_name, sizeof(ut->ut_name)) == 0)) in utmp_write_direct()
1152 if (strncmp(li->username, ut->ut_name, in wtmp_islogin()
1153 MIN_SIZEOF(li->username, ut->ut_name)) == 0) { in wtmp_islogin()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1467 strncpy(wtmp.ut_name, "", sizeof(wtmp.ut_name)); in rmut()
1508 u->ut_name[0]==0) in rmut()
1511 strncpy(u->ut_name, "", sizeof(u->ut_name)); in rmut()
1526 strncpy(wtmp.ut_name, "", sizeof(wtmp.ut_name)); in rmut()
/freebsd/include/rpcsvc/
H A Drnusers.x41 string ut_name<MAXUTLEN>;
/freebsd/libexec/rpc.rusersd/
H A Drusers_proc.c171 utmp_idle[nusers].ui_utmp.ut_name = in do_names_2()