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

/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp1299 char smallbuf[3]; local
1300 smallbuf[0] = *c;
1301 smallbuf[1] = *(c + 1);
1302 smallbuf[2] = '\0';
1305 int ch = strtoul (smallbuf, NULL, 16);
1569 char smallbuf[3] = { c[0], c[1], '\0' }; local
1571 int ch = strtoul (smallbuf, NULL, 16);
2296 char smallbuf[3]; local
2297 smallbuf[0] = *c;
2298 smallbuf[
3012 char smallbuf[3]; local
[all...]

Completed in 814 milliseconds