Home | History | Annotate | Download | only in openssh

Lines Matching full:strncpy

590  * NOTE: use strncpy because we do NOT necessarily want zero
616 strncpy(dst, src, (size_t)dstsize);
693 /* Use strncpy because we don't necessarily want null termination */
694 strncpy(ut->ut_name, li->username,
697 strncpy(ut->ut_host, li->hostname,
766 /* strncpy(): Don't necessarily want null termination */
767 strncpy(utx->ut_user, li->username,
779 strncpy(utx->ut_host, li->hostname,
1690 /* strncpy because we don't necessarily want nul termination */
1691 strncpy(ut.ut_user, username, sizeof(ut.ut_user));
1699 /* strncpy because we don't necessarily want nul termination */
1700 strncpy(ut.ut_host, hostname, sizeof(ut.ut_host));