| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
| string2.h | 414 # define strcpy(dest, src) \ macro 420 : strcpy (dest, src))) [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
| string2.h | 414 # define strcpy(dest, src) \ macro 420 : strcpy (dest, src))) [all...] |
| /external/valgrind/main/coregrind/ |
| m_libcbase.c | 267 HChar* VG_(strcpy) ( HChar* dest, const HChar* src ) function 519 VG_(strcpy) (tok_input, input); 537 VG_(strcpy) (tok_tokens, tokens);
|
| /external/clang/test/Analysis/ |
| string.c | 248 // strcpy() 256 #define strcpy(a,b) __strcpy_chk(a,b,(size_t)-1) macro 260 #define strcpy BUILTIN(strcpy) macro 261 char *strcpy(char *restrict s1, const char *restrict s2); 267 strcpy(NULL, x); // expected-warning{{Null pointer argument in call to string copy function}} 271 strcpy(x, NULL); // expected-warning{{Null pointer argument in call to string copy function}} 275 strcpy(x, (char*)&strcpy_fn); // expected-warning{{Argument to string copy function is the address of the function 'strcpy_fn', which is not a null-terminated string}} 279 strcpy(x, (const char*)&strcpy_fn); // expected-warning{{Argument to string copy function is the address of the function 'strcpy_fn', which is not a null-terminated string}} 288 clang_analyzer_eval(strcpy(x, y) == x); // expected-warning{{TRUE} [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| strsafe.h | 1922 #undef strcpy macro 1923 #define strcpy macro [all...] |
| /external/llvm/include/llvm/Target/ |
| TargetLibraryInfo.h | 571 /// char *strcpy(char *s1, const char *s2); 572 strcpy, enumerator in enum:llvm::LibFunc::Func 745 case LibFunc::memcmp: case LibFunc::strcmp: case LibFunc::strcpy:
|
| /cts/suite/cts/deviceTests/browserbench/assets/octane/ |
| mandreel.js | 107157 function strcpy(sp) function [all...] |