Home
last modified time | relevance | path

Searched defs:strlcat (Results 1 – 8 of 8) sorted by relevance

/openbsd/lib/libc/string/
H A Dstrlcat.c30 strlcat(char *dst, const char *src, size_t dsize) in strlcat() function
/openbsd/sys/lib/libkern/
H A Dstrlcat.c29 strlcat(char *dst, const char *src, size_t dsize) in strlcat() function
/openbsd/lib/libedit/
H A Dsys.h71 #define strlcat libedit_strlcat macro
/openbsd/regress/lib/libpthread/include/
H A Dtest.h30 #define strlcat(dst,src,siz) strcat(dst,src) macro
/openbsd/usr.sbin/unbound/
H A Dconfig.h.in1312 #define strlcat strlcat_unbound macro
/openbsd/gnu/usr.bin/perl/
H A Dconfig_h.SH3446 * This symbol, if defined, indicates that the strlcat () routine is function
/openbsd/sbin/unwind/libunbound/
H A Dconfig.h1313 #define strlcat strlcat_unbound macro
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp78 enum class ConcatFnKind { none = 0, strcat = 1, strlcat = 2 }; enumerator