Page MenuHomeFreeBSD

LinuxKPI: string.h implement memcpy_and_pad()
ClosedPublic

Authored by bz on Oct 31 2022, 10:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 15, 1:06 AM
Unknown Object (File)
Thu, Oct 9, 11:41 AM
Unknown Object (File)
Thu, Oct 9, 11:41 AM
Unknown Object (File)
Thu, Oct 9, 11:41 AM
Unknown Object (File)
Thu, Oct 9, 11:30 AM
Unknown Object (File)
Fri, Oct 3, 11:50 AM
Unknown Object (File)
Fri, Oct 3, 11:02 AM
Unknown Object (File)
Sun, Sep 28, 5:56 PM
Subscribers

Details

Summary

Add a memcpy variant which takes length of source and destination
buffers and a padding character in case there is free space in the
destination. This is used by a wireless driver.

MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable