Home
last modified time | relevance | path

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

/freebsd/sys/libkern/
H A Dstrcat.c36 strcat(char * __restrict s, const char * __restrict append) in strcat() function
/freebsd/lib/libc/string/
H A Dstrcat.c37 strcat(char * __restrict s, const char * __restrict append) in strcat() function
/freebsd/include/ssp/
H A Dstring.h124 #define strcat(dst, src) __ssp_bos_check2(strcat, dst, src) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp176 INTERCEPTOR(char *, strcat, char *to, const char *from) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp67 enum class ConcatFnKind { none = 0, strcat = 1, strlcat = 2 }; enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp386 INTERCEPTOR(char *, strcat, char *dest, const char *src) { in INTERCEPTOR() argument