Home
last modified time | relevance | path

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

/minix3/lib/libc/string/
H A DLint_strcat.c12 strcat(s, append) in strcat() function
/minix3/common/lib/libc/string/
H A Dstrcat.c53 strcat(char *s, const char *append) in strcat() function
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dsecurity-syntax-checks.m153 #define strcat(a,b) __strcat_chk(a,b,(size_t)-1) macro
157 #define strcat BUILTIN(strcat) macro
158 char *strcat(char *restrict s1, const char *restrict s2); function
H A Dstring.c354 #define strcat(a,b) __strcat_chk(a,b,(size_t)-1) macro
358 #define strcat BUILTIN(strcat) macro
/minix3/include/ssp/
H A Dstring.h103 #define strcat(dst, src) __ssp_bos_check2(strcat, dst, src) macro
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2002-07-14-MiscTests3.c161 void strcat(char *s1, char *s2) { in strcat() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h576 strcat, enumerator