Searched defs:strlcat (Results 1 – 8 of 8) sorted by relevance
/openbsd/lib/libc/string/ |
H A D | strlcat.c | 30 strlcat(char *dst, const char *src, size_t dsize) in strlcat() function
|
/openbsd/sys/lib/libkern/ |
H A D | strlcat.c | 29 strlcat(char *dst, const char *src, size_t dsize) in strlcat() function
|
/openbsd/lib/libedit/ |
H A D | sys.h | 71 #define strlcat libedit_strlcat macro
|
/openbsd/regress/lib/libpthread/include/ |
H A D | test.h | 31 #define strlcat(dst,src,siz) strcat(dst,src) macro
|
/openbsd/usr.sbin/unbound/ |
H A D | config.h.in | 1324 #define strlcat strlcat_unbound macro
|
/openbsd/gnu/usr.bin/perl/ |
H A D | config_h.SH | 3452 * This symbol, if defined, indicates that the strlcat () routine is function
|
/openbsd/sbin/unwind/libunbound/ |
H A D | config.h | 1329 #define strlcat strlcat_unbound macro
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringChecker.cpp | 78 enum class ConcatFnKind { none = 0, strcat = 1, strlcat = 2 }; enumerator
|