Home | History | Annotate | Download | only in login

Lines Matching refs:strncpy

246 	(void)strncpy(utmpx.ut_name, username, sizeof(utmpx.ut_name));
248 (void)strncpy(utmpx.ut_host, hostname, sizeof(utmpx.ut_host));
251 (void)strncpy(utmpx.ut_line, tty, sizeof(utmpx.ut_line));
256 (void)strncpy(utmpx.ut_id, t - sizeof(utmpx.ut_id),
259 (void)strncpy(utmpx.ut_id, tty, sizeof(utmpx.ut_id));
284 (void)strncpy(ll.ll_line, tty, sizeof(ll.ll_line));
286 (void)strncpy(ll.ll_host, hostname, sizeof(ll.ll_host));
306 (void)strncpy(utmp.ut_name, username, sizeof(utmp.ut_name));
308 (void)strncpy(utmp.ut_host, hostname, sizeof(utmp.ut_host));
309 (void)strncpy(utmp.ut_line, tty, sizeof(utmp.ut_line));
338 (void)strncpy(ll.ll_line, tty, sizeof(ll.ll_line));
340 (void)strncpy(ll.ll_host, hostname, sizeof(ll.ll_host));