Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c2164 putStr( SizeT n, HChar** buf, SizeT *bufsiz, const HChar* str ) in putStr() function
2189 n = putStr( n, buf, bufsiz, "&"); in putStrEsc()
2192 n = putStr( n, buf, bufsiz, "<"); in putStrEsc()
2195 n = putStr( n, buf, bufsiz, ">"); in putStrEsc()
2200 n = putStr( n, buf, bufsiz, alt ); in putStrEsc()
2212 n = putStr(n, &buf, &bufsiz, _str) in VG_()