Searched defs:strcat (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Darray.pxd49 from libc.string cimport strcat, strncat, \
50 memset, memchr, memcmp, memcpy, memmove namespace
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h55 #define strcat(_dd,_ss) VG_(strcat)((_dd),(_ss)) macro
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.h144 #define strcat(s1,s2) VG_(strcat) ((s1),(s2)) macro
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S167 bl strcat
171 bl strcat
175 bl strcat
179 bl strcat
183 bl strcat
224 bl strcat
237 bl strcat
251 bl strcat
274 bl strcat
287 bl strcat
372 strcat: label
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_dll_thunk.cc317 INTERCEPT_LIBRARY_FUNCTION(strcat); // NOLINT variable
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S127 mov $strcat,%edx # use rdx as call pointer (smaller op)
142 call *%rdx # call strcat
145 call *%rdx # call strcat
149 call *%rdx # call strcat
153 call *%rdx # call strcat
157 call *%rdx # call strcat
164 call *%rdx # call strcat
245 call *%rdx # copy it (call strcat)
253 push %rdx # store strcat pointer
266 # below is same as "sub $(strcat
434 strcat: label
[all...]
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S133 bl strcat @ call strcat
137 bl strcat @ call strcat
141 bl strcat @ call strcat
145 bl strcat @ call strcat
149 bl strcat @ call strcat
305 strcat: label
[all...]
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S119 mov $strcat,%edx # use edx as call pointer
134 call *%edx # call strcat
137 call *%edx # call strcat
141 call *%edx # call strcat
145 call *%edx # call strcat
149 call *%edx # call strcat
156 call *%edx # call strcat
240 call *%edx # copy it (call strcat)
247 push %edx # store strcat pointer
260 # below is same as "sub $(strcat
434 strcat: label
[all...]
/external/clang/test/CodeGen/
H A D2002-07-14-MiscTests3.c161 void strcat(char *s1, char *s2) { function
/external/valgrind/main/coregrind/
H A Dm_libcbase.c236 HChar* VG_(strcat) ( HChar* dest, const HChar* src ) function
/external/clang/test/Analysis/
H A Dstring.c346 // strcat()
354 #define strcat(a,b) __strcat_chk(a,b,(size_t)-1) macro
358 #define strcat BUILTIN(strcat) macro
359 char *strcat(char *restrict s1, const char *restrict s2);
365 strcat(NULL, x); // expected-warning{{Null pointer argument in call to string copy function}}
369 strcat(x, NULL); // expected-warning{{Null pointer argument in call to string copy function}}
373 strcat(x, (char*)&strcat_fn); // expected-warning{{Argument to string copy function is the address of the function 'strcat_fn', which is not a null-terminated string}}
384 clang_analyzer_eval(strcat(x, y) == x); // expected-warning{{TRUE}}
391 strcat(
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h563 /// char *strcat(char *s1, const char *s2);
564 strcat, enumerator in enum:llvm::LibFunc::Func

Completed in 204 milliseconds