Lines Matching refs:strncpy
103 strncpy(buf, llxp->ll_host, bufsize - 1);
132 strncpy(buf, ll.ll_host, bufsize - 1);
202 strncpy(u.ut_line, tty + 5, sizeof(u.ut_line));
204 strncpy(u.ut_name, user, sizeof(u.ut_name));
205 strncpy(u.ut_host, host, sizeof(u.ut_host));
219 strncpy(ll.ll_line, tty + 5, sizeof(ll.ll_line));
220 strncpy(ll.ll_host, host, sizeof(ll.ll_host));
233 strncpy(ux.ut_line, tty + 5, sizeof(ux.ut_line));
238 strncpy(ux.ut_name, user, sizeof(ux.ut_name));
239 strncpy(ux.ut_host, host, sizeof(ux.ut_host));
242 strncpy(ux.ut_id,
246 strncpy(ux.ut_id, tty, sizeof(ux.ut_id));
256 strncpy(llx.ll_line, tty + 5, sizeof(llx.ll_line));
257 strncpy(llx.ll_host, host, sizeof(llx.ll_host));