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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 47 of file strlcat.c.

References strlen().

Here is the call graph for this function: