Searched refs:local_strlen (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c135 static Int local_strlen ( const HChar* str ) function
187 Int len = local_strlen(str);
231 Int len = local_strlen(str);
504 // cp += local_strlen(cp);
535 assert(local_strlen(buf) == ret);
598 len = local_strlen(buf);
/external/valgrind/main/coregrind/
H A Dm_debuglog.c410 static Int local_strlen ( const HChar* str ) function
469 Int len = local_strlen(str);
513 Int len = local_strlen(str);
858 emit( buf->buf, local_strlen(buf->buf) );
907 emit( buf.buf, local_strlen(buf.buf) );

Completed in 337 milliseconds