Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/tcsh/
HDtc.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-14-stable/crypto/heimdal/appl/login/
HDutmp_login.c93 strncpy(utmp->ut_name, username, sizeof(utmp->ut_name)); in prepare_utmp()
/freebsd-14-stable/crypto/heimdal/appl/ftp/ftpd/
HDlogwtmp.c133 strncpy(ut.ut_name, name, sizeof(ut.ut_name)); in ftpd_logwtmp_wtmp()
/freebsd-14-stable/stand/libsa/
HDpkgfs.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-14-stable/usr.bin/rusers/
HDrusers.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-14-stable/crypto/openssh/
HDloginrec.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-14-stable/include/rpcsvc/
HDrnusers.x49 string ut_name<MAXUTLEN>;
/freebsd-14-stable/crypto/heimdal/appl/telnet/telnetd/
HDsys_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-14-stable/libexec/rpc.rusersd/
HDrusers_proc.c171 utmp_idle[nusers].ui_utmp.ut_name = in do_names_2()