Home
last modified time | relevance | path

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

/openbsd/lib/libc/string/
H A Dstrlcpy.c28 strlcpy(char *dst, const char *src, size_t dsize) in strlcpy() function
/openbsd/sys/lib/libkern/
H A Dstrlcpy.c27 strlcpy(char *dst, const char *src, size_t dsize) in strlcpy() function
/openbsd/lib/libedit/
H A Dsys.h76 #define strlcpy libedit_strlcpy macro
/openbsd/usr.sbin/unbound/
H A Dconfig.h.in1259 #define strlcpy strlcpy_unbound macro
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs15 # define strlcpy(d,s,l) my_strlcpy(d,s,l) macro
17 # define strlcpy(d,s,l) strcpy(d,s) macro
/openbsd/gnu/usr.bin/perl/
H A Dconfig_h.SH3441 * This symbol, if defined, indicates that the strlcpy () routine is function
/openbsd/sbin/unwind/libunbound/
H A Dconfig.h1260 #define strlcpy strlcpy_unbound macro