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

/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c38 static int readchar (int single);
715 cc = readchar (1);
771 int readchar (int single) function
789 dlog(0, "readchar: poll got %d\n", ret);
799 dlog (1, "readchar: Got EOF\n");
801 warning ("readchar read error\n");
820 dlog(1, "readchar: POLLcond got %d\n",
842 c = readchar (0);
852 c = readchar (0);
862 c1 = fromhex (readchar (
[all...]
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3140 static Int readchar ( const Char* buf, Char* ch ) function
3270 j = readchar(&procmap_buf[i], &ch);
3275 j = readchar(&procmap_buf[i], &ch);
3278 j = readchar(&procmap_buf[i], &rr);
3280 j = readchar(&procmap_buf[i], &ww);
3282 j = readchar(&procmap_buf[i], &xx);
3285 j = readchar(&procmap_buf[i], &pp);
3289 j = readchar(&procmap_buf[i], &ch);
3295 j = readchar(&procmap_buf[i], &ch);
3300 j = readchar(
[all...]
/external/valgrind/main/coregrind/
H A Dvgdb.c1494 readchar (int fd) function
1507 fprintf (stderr, "readchar: Got EOF\n");
1510 ERROR (errno, "readchar\n");
1536 c = readchar (fromfd);
1546 c = readchar (fromfd);
1557 repeat = readchar (fromfd);
1568 c1 = fromhex (readchar (fromfd));
1569 c2 = fromhex (readchar (fromfd));

Completed in 96 milliseconds