FreeBSD kernel libkern code
|
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/libkern.h>
Go to the source code of this file.
Functions | |
__FBSDID ("$BSDSUniX$") | |
size_t | strlcpy (char *__restrict dst, const char *__restrict src, size_t siz) |
__FBSDID | ( | "$BSDSUniX$" | ) |
size_t strlcpy | ( | char *__restrict | dst, |
const char *__restrict | src, | ||
size_t | siz | ||
) |
Definition at line 31 of file strlcpy.c.
Referenced by inet_ntop4().