Home
last modified time | relevance | path

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

/openbsd-src/sys/lib/libkern/
H A Dstrlcat.c29 strlcat(char *dst, const char *src, size_t dsize) in strlcat() function
/openbsd-src/lib/libc/string/
H A Dstrlcat.c30 strlcat(char *dst, const char *src, size_t dsize) in strlcat() function
/openbsd-src/lib/libedit/
H A Dsys.h71 #define strlcat libedit_strlcat macro
/openbsd-src/regress/lib/libpthread/include/
H A Dtest.h30 #define strlcat( global() macro
/openbsd-src/usr.sbin/unbound/
H A Dconfig.h.in1312 #define strlcat strlcat_ global() macro
/openbsd-src/sbin/unwind/libunbound/
H A Dconfig.h1313 #define strlcat strlcat_ global() macro
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp78 enum class ConcatFnKind { none = 0, strcat = 1, strlcat = 2 }; enumerator