Lines Matching full:strlen
2267 Some implementations of strlen may read up to 7 bytes past the end
2395 // --- STRLEN -----------------------------------------------------
2398 // calls to strlen() with its own built-in version. This can be very
2401 #define STRLEN(soname, fnname) \
2406 STRLEN(VG_Z_LIBC_SONAME, strlen)
2407 STRLEN(NONE, strlen)
2409 STRLEN(VG_Z_LIBC_SONAME, __GI_strlen)