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

  /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 2107 milliseconds