Searched defs:strlcpy (Results 1 - 25 of 27) sorted by path

12

/netbsd-current/external/bsd/unbound/dist/compat/
H A Dstrlcpy.c32 strlcpy(char *dst, const char *src, size_t siz) function
/netbsd-current/usr.sbin/mopd/common/
H A Dport.h68 strlcpy(char *d, const char *s, size_t l) function
/netbsd-current/common/lib/libc/arch/arm/string/
H A Dstrcpy_naive.S36 #define strlcpy _strlcpy define
H A Dstrcpy_thumb.S36 #define strlcpy _strlcpy define
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dmisc.h64 #define strlcpy(d,s,l) (strncpy(d,s,l), (d)[(l)-1] = '\0') macro
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dstrlcpy.c44 strlcpy (char *dst, const char *src, size_t dst_cch) function
57 strlcpy (char *dst, const char *src, size_t dst_sz) function
/netbsd-current/external/bsd/am-utils/dist/libamu/
H A Dstrlcpy.c58 strlcpy(char *dst, const char *src, size_t siz) function
/netbsd-current/external/bsd/mdocml/dist/
H A Dcompat_strlcpy.c36 strlcpy(char *dst, const char *src, size_t siz) function
/netbsd-current/external/bsd/nsd/dist/compat/
H A Dstrlcpy.c32 strlcpy(char *dst, const char *src, size_t siz) function
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dcompat.c112 strlcpy(char *dst, const char *src, size_t siz) function
/netbsd-current/crypto/dist/ipsec-tools/src/setkey/
H A Dsetkey.c96 #define strlcpy(d,s,l) (strncpy(d,s,l), (d)[(l)-1] = '\0') macro
/netbsd-current/external/bsd/file/dist/src/
H A Dstrlcpy.c40 strlcpy(char *dst, const char *src, size_t siz) function
/netbsd-current/external/bsd/libevent/dist/
H A Dstrlcpy-internal.h17 #define strlcpy event_strlcpy_ macro
/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dstrlcpy.c34 strlcpy(char *dst, const char *src, size_t siz) function
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dstring.h238 #define strlcpy isc_string_strlcpy macro
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dstrl_obsd.c42 strlcpy(char *dst, const char *src, size_t siz) function
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dstrlcpy-internal.h16 #define strlcpy event_strlcpy_ macro
/netbsd-current/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_strlcpy.h37 #undef strlcpy macro
38 #define strlcpy(arg, ...) openpam_strlcpy(arg, __VA_ARGS__) macro
/netbsd-current/external/bsd/pam-u2f/dist/pamu2fcfg/
H A Dstrlcpy.c36 strlcpy(char *dst, const char *src, size_t siz) function
/netbsd-current/external/bsd/tcpdump/dist/missing/
H A Dstrlcpy.c47 strlcpy(char *dst, const char *src, size_t siz) function
/netbsd-current/external/bsd/unbound/include/
H A Dconfig.h1276 #define strlcpy strlcpy_unbound macro
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcollector_module.h92 size_t (*strlcpy)(char *dest, const char *src, size_t dstsize); member in struct:CollectorUtilFuncs
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dstring.c62 strlcpy(char *dst, const char *src, size_t size) { function
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dstring.c63 strlcpy(char *dst, const char *src, size_t size) { function
/netbsd-current/lib/libc/arch/hppa/string/
H A Dstrlcpy.S43 strlcpy = _strlcpy define

Completed in 523 milliseconds

12