Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dipcio.cc931 int stringSize = sb->length (); in print() local
932 writeResponseHeader (requestID, responseType, responseStatus, stringSize); in print()
933 if (stringSize > 0) in print()
939 write (1, s, stringSize); // write(1, sb->toString(), stringSize); in print()