HomeSort by relevance Sort by last modified time
    Searched refs:STRCPY (Results 1 - 6 of 6) sorted by null

  /bionic/libc/arch-x86/string/
ssse3-strncpy-atom.S 32 #define STRCPY strncpy
33 #include "ssse3-strcpy-atom.S"
ssse3-strlcpy-atom.S 32 #define STRCPY strlcpy
35 #include "ssse3-strcpy-atom.S"
1402 END (STRCPY)
ssse3-strcpy-atom.S 83 # ifndef STRCPY
84 # define STRCPY strcpy
121 ENTRY (STRCPY)
    [all...]
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 136 #define STRCPY(soname, fnname) \
148 STRCPY(VG_Z_LIBC_SONAME, strcpy)
150 STRCPY(VG_Z_LIBC_SONAME, __GI_strcpy)
152 STRCPY(VG_Z_DYLD, strcpy)
280 DEST. (minor variant of strcpy) */
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 3 /*--- Replacements for strcpy(), memcpy() et al, which run on the ---*/
67 20080 STRCPY
412 /*---------------------- strcpy ----------------------*/
414 #define STRCPY(soname, fnname) \
432 RECORD_OVERLAP_ERROR("strcpy", dst_orig, src_orig, 0); \
438 STRCPY(VG_Z_LIBC_SONAME, strcpy)
439 STRCPY(VG_Z_LIBC_SONAME, __GI_strcpy)
442 //STRCPY(VG_Z_LIBC_SONAME, strcpy)
    [all...]
  /external/valgrind/main/helgrind/
hg_intercepts.c     [all...]

Completed in 264 milliseconds