Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/string/
H A Dstrlcpy.c28 strlcpy(char *dst, const char *src, size_t dsize) in strlcpy() function
/openbsd-src/sys/lib/libkern/
H A Dstrlcpy.c27 strlcpy(char *dst, const char *src, size_t dsize) in strlcpy() function
/openbsd-src/lib/libedit/
H A Dsys.h76 #define strlcpy libedit_strlcpy macro
/openbsd-src/usr.sbin/unbound/
H A Dconfig.h.in1318 #define strlcpy strlcpy_ global() macro
/openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs13 # define strlcpy(d,s,l) my_strlcpy(d,s,l) macro
15 # define strlcpy(d,s,l) strcpy(d,s) macro
/openbsd-src/sbin/unwind/libunbound/
H A Dconfig.h1319 #define strlcpy strlcpy_ global() macro