Searched hist:130633 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/pw/
H A Dpw_vpw.cdiff 130633 Thu Jun 17 12:07:16 MDT 2004 robert Use strlcpy(3) to replace the idiomatic

strncpy(d, s, l);
d[l - 1] = '\0';

statements.
H A Dpsdate.cdiff 130633 Thu Jun 17 12:07:16 MDT 2004 robert Use strlcpy(3) to replace the idiomatic

strncpy(d, s, l);
d[l - 1] = '\0';

statements.
H A Dpw_user.cdiff 130633 Thu Jun 17 12:07:16 MDT 2004 robert Use strlcpy(3) to replace the idiomatic

strncpy(d, s, l);
d[l - 1] = '\0';

statements.

Completed in 132 milliseconds