Home
last modified time | relevance | path

Searched refs:local_strlen (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/exp-sgcheck/tests/
Dbad_percentify.stderr.exp-glibc28-amd643 at 0x........: local_strlen (bad_percentify.c:138)
15 at 0x........: local_strlen (bad_percentify.c:138)
Dbad_percentify.c135 static Int local_strlen ( const HChar* str ) in local_strlen() function
187 Int len = local_strlen(str); in myvprintf_str()
231 Int len = local_strlen(str); in myvprintf_str_XML_simplistic()
535 assert(local_strlen(buf) == ret); in VG_()
598 len = local_strlen(buf); in VG_percentify()
/external/valgrind/coregrind/
Dm_debuglog.c614 static Int local_strlen ( const HChar* str ) in local_strlen() function
673 Int len = local_strlen(str); in myvprintf_str()
717 Int len = local_strlen(str); in myvprintf_str_XML_simplistic()
1184 emit( buf->buf, local_strlen(buf->buf) ); in add_to_buf()
1233 emit( buf.buf, local_strlen(buf.buf) ); in VG_()