Home | History | Annotate | Download | only in pam_lastlog

Lines Matching refs:strncpy

279 	(void)strncpy(utmpx.ut_name, username, sizeof(utmpx.ut_name));
281 (void)strncpy(utmpx.ut_host, hostname, sizeof(utmpx.ut_host));
285 (void)strncpy(utmpx.ut_line, tty, sizeof(utmpx.ut_line));
290 (void)strncpy(utmpx.ut_id, t - sizeof(utmpx.ut_id),
293 (void)strncpy(utmpx.ut_id, tty, sizeof(utmpx.ut_id));
315 (void)strncpy(ll.ll_line, tty, sizeof(ll.ll_line));
318 (void)strncpy(ll.ll_host, hostname, sizeof(ll.ll_host));
342 (void)strncpy(utmp.ut_name, username, sizeof(utmp.ut_name));
344 (void)strncpy(utmp.ut_host, hostname, sizeof(utmp.ut_host));
345 (void)strncpy(utmp.ut_line, tty, sizeof(utmp.ut_line));
373 (void)strncpy(ll.ll_line, tty, sizeof(ll.ll_line));
376 (void)strncpy(ll.ll_host, hostname, sizeof(ll.ll_host));