HomeSort by relevance Sort by last modified time
    Searched defs:strcpy (Results 26 - 32 of 32) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 414 # define strcpy(dest, src) \ macro
420 : strcpy (dest, src)))
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 207 char *strcpy (char *, const char *);
274 #define strcpy(strDest,strSource) AsciiStrCpyS(strDest,MAX_STRING_SIZE,strSource) macro
  /external/valgrind/coregrind/
m_libcbase.c 308 HChar* VG_(strcpy) ( HChar* dest, const HChar* src ) function
589 VG_(strcpy) (tok_input, input);
607 VG_(strcpy) (tok_tokens, tokens);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string.h 576 #define strcpy(dest, src) \ macro
    [all...]
  /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 1926 #undef strcpy macro
1927 #define strcpy macro
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 111 milliseconds

12