Searched defs:strlcpy (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/contrib/ntp/sntp/libevent/
H A Dstrlcpy-internal.h16 #define strlcpy event_strlcpy_ macro
/freebsd-current/contrib/openpam/lib/libpam/
H A Dopenpam_strlcpy.h35 #undef strlcpy macro
36 #define strlcpy(arg, ...) openpam_strlcpy(arg, __VA_ARGS__) macro
/freebsd-current/contrib/libevent/
H A Dstrlcpy-internal.h16 #define strlcpy event_strlcpy_ macro
/freebsd-current/contrib/ldns/compat/
H A Dstrlcpy.c32 strlcpy(char *dst, const char *src, size_t siz) function
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dstrlcpy.c33 strlcpy(char *dst, const char *src, size_t siz) function
/freebsd-current/contrib/unbound/compat/
H A Dstrlcpy.c32 strlcpy(char *dst, const char *src, size_t siz) function
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dstrlcpy.c34 strlcpy(char *dst, const char *src, size_t siz) function
/freebsd-current/contrib/bmake/
H A Dstrlcpy.c35 strlcpy(char *dst, const char *src, size_t siz) function
/freebsd-current/contrib/tcpdump/missing/
H A Dstrlcpy.c47 strlcpy(char *dst, const char *src, size_t siz) function
/freebsd-current/contrib/file/src/
H A Dstrlcpy.c34 strlcpy(char *dst, const char *src, size_t siz) function
/freebsd-current/crypto/heimdal/lib/roken/
H A Dstrlcpy.c42 strlcpy (char *dst, const char *src, size_t dst_cch) function
55 strlcpy (char *dst, const char *src, size_t dst_sz) function
/freebsd-current/contrib/ntp/libntp/
H A Dstrl_obsd.c40 strlcpy(char *dst, const char *src, size_t siz) function
/freebsd-current/contrib/mandoc/
H A Dcompat_strlcpy.c30 strlcpy(char *dst, const char *src, size_t dsize) function
/freebsd-current/sys/contrib/openzfs/lib/libspl/
H A Dstrlcpy.c39 strlcpy(char *dst, const char *src, size_t len) function
/freebsd-current/contrib/ntp/libntp/lib/isc/include/isc/
H A Dstring.h236 #define strlcpy isc_string_strlcpy macro
/freebsd-current/lib/libc/string/
H A Dstrlcpy.c28 strlcpy(char * __restrict dst, const char * __restrict src, size_t dsize) function
/freebsd-current/sys/libkern/
H A Dstrlcpy.c28 strlcpy(char * __restrict dst, const char * __restrict src, size_t dsize) function
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dstring.h37 strlcpy(char *dest, const char *src, size_t size) function
/freebsd-current/contrib/libdiff/compat/
H A Dstrlcpy.c28 strlcpy(char *dst, const char *src, size_t dsize) function
/freebsd-current/contrib/dma/
H A Ddfcompat.c34 strlcpy(char *dst, const char *src, size_t siz) function
/freebsd-current/lib/libusb/
H A Dlibusb_global_linux.h74 #define strlcpy(d,s,len) do { \ macro
/freebsd-current/contrib/bsnmp/lib/
H A Dsupport.c99 strlcpy(char *dst, const char *src, size_t len) function
/freebsd-current/stand/kshim/
H A Dbsd_kernel.h665 #define strlcpy(d,s,n) snprintf((d),(n),"%s",(s)) macro
/freebsd-current/lib/libunbound/
H A Dconfig.h1348 #define strlcpy strlcpy_unbound macro

Completed in 292 milliseconds