FreeBSD kernel libkern code
strlcpy.c File Reference
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/libkern.h>
Include dependency graph for strlcpy.c:

Go to the source code of this file.

Functions

 __FBSDID ("$BSDSUniX$")
 
size_t strlcpy (char *__restrict dst, const char *__restrict src, size_t siz)
 

Function Documentation

__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().

Here is the caller graph for this function: