Searched refs:ut_name (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/contrib/tcsh/ |
| D | tc.who.c | 43 # 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-12-stable/contrib/opie/libopie/ |
| D | logwtmp.c | 154 strncpy(ut.ut_name, name, sizeof(ut.ut_name)); 171 strncpy(utx.ut_name, name, sizeof(utx.ut_name));
|
| D | login.c | 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)
|
| /freebsd-12-stable/crypto/heimdal/appl/login/ |
| D | utmp_login.c | 93 strncpy(utmp->ut_name, username, sizeof(utmp->ut_name)); in prepare_utmp()
|
| /freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/ |
| D | logwtmp.c | 133 strncpy(ut.ut_name, name, sizeof(ut.ut_name)); in ftpd_logwtmp_wtmp()
|
| /freebsd-12-stable/stand/libsa/ |
| D | pkgfs.c | 71 char ut_name[100]; member 242 if (strcmp(fn, tf->tf_hdr.ut_name) == 0) { in pkg_open_follow() 440 memcpy(d->d_name, tf->tf_hdr.ut_name, sizeof(d->d_name)); in pkg_readdir() 537 __func__, tf->tf_hdr.ut_name)); in cache_data() 815 if (cur->tf_hdr.ut_name[0] != '+') in scan_tarfile()
|
| /freebsd-12-stable/usr.bin/rusers/ |
| D | rusers.c | 161 up->utmpidlearr_val[x].ui_utmp.ut_name, in rusers_reply() 167 up->utmpidlearr_val[x].ui_utmp.ut_name); in rusers_reply()
|
| /freebsd-12-stable/crypto/openssh/ |
| D | loginrec.c | 694 strncpy(ut->ut_name, li->username, in construct_utmp() 695 MIN_SIZEOF(ut->ut_name, li->username)); in construct_utmp() 896 (strncmp(old_ut.ut_name, ut->ut_name, sizeof(ut->ut_name)) == 0)) in utmp_write_direct() 1170 if (strncmp(li->username, ut->ut_name, in wtmp_islogin() 1171 MIN_SIZEOF(li->username, ut->ut_name)) == 0) { in wtmp_islogin()
|
| /freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/ |
| D | sys_term.c | 1467 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-12-stable/include/rpcsvc/ |
| D | rnusers.x | 50 string ut_name<MAXUTLEN>;
|
| /freebsd-12-stable/libexec/rpc.rusersd/ |
| D | rusers_proc.c | 176 utmp_idle[nusers].ui_utmp.ut_name = in do_names_2()
|
| /freebsd-12-stable/contrib/opie/ |
| D | configure.in | 485 AC_MSG_CHECKING(for ut_name in struct utmp) 487 #include <utmp.h>], [struct utmp foo; return (int)foo.ut_name[0];], AC_DEFINE(HAVE_UT_NAME) AC_MSG_…
|
| D | config.h.in | 146 /* Define if there is a ut_name field in struct utmp */
|
| D | configure | 2501 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
|