Home
last modified time | relevance | path

Searched defs:strlcpy (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/openpam/lib/libpam/
H A Dopenpam_strlcpy.h38 #define strlcpy(arg, ...) openpam_strlcpy(arg, __VA_ARGS__) macro
/dragonfly/lib/libc/string/
H A Dstrlcpy.c30 strlcpy(char * __restrict dst, const char * __restrict src, size_t siz) in strlcpy() function
/dragonfly/sys/libkern/
H A Dstrlcpy.c41 strlcpy(char *dst, const char *src, size_t siz) in strlcpy() function
/dragonfly/contrib/bmake/
H A Dstrlcpy.c35 strlcpy(char *dst, const char *src, size_t siz) in strlcpy() function
/dragonfly/libexec/dma/
H A Ddfcompat.c34 strlcpy(char *dst, const char *src, size_t siz) in strlcpy() function
/dragonfly/lib/libusb/
H A Dlibusb_global_linux.h72 #define strlcpy(d,s,len) do { \ macro