HomeSort by relevance Sort by last modified time
    Searched defs:STRLCPY (Results 1 - 2 of 2) sorted by null

  /bionic/libc/arch-x86_64/string/
sse2-strlcpy-slm.S 59 #ifndef STRLCPY
60 # define STRLCPY strlcpy
75 ENTRY (STRLCPY)
990 END (STRLCPY)
  /external/valgrind/shared/
vg_replace_strmem.c 68 20100 STRLCPY
516 /*---------------------- strlcpy ----------------------*/
520 #define STRLCPY(soname, fnname) \
535 RECORD_OVERLAP_ERROR("strlcpy", dst, src, n); \
547 STRLCPY(VG_Z_LIBC_SONAME, strlcpy);
551 //STRLCPY(VG_Z_LIBC_SONAME, strlcpy)
552 //STRLCPY(VG_Z_DYLD, strlcpy)
    [all...]

Completed in 307 milliseconds