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

/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c98 static int readchar (int single);
828 cc = readchar (1);
888 int readchar (int single) function
907 sr_extended_perror(ret, "readchar: poll error\n");
909 dlog(0, "readchar: poll got %d, expecting 1\n", (int)sr_Res(ret));
920 dlog (1, "readchar: Got EOF\n");
922 warning ("readchar read error\n");
941 dlog(1, "readchar: POLLcond got %d\n",
963 c = readchar (0);
973 c = readchar (
[all...]
/external/valgrind/main/coregrind/
H A Dvgdb.c559 readchar (int fd) function
569 bufcnt = read_buf (fd, buf, "static buf readchar");
573 fprintf (stderr, "readchar: Got EOF\n");
576 ERROR (errno, "readchar\n");
602 c = readchar (fromfd);
612 c = readchar (fromfd);
623 repeat = readchar (fromfd);
634 c1 = fromhex (readchar (fromfd));
635 c2 = fromhex (readchar (fromfd));
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3138 static Int readchar ( const HChar* buf, HChar* ch ) function
3268 j = readchar(&procmap_buf[i], &ch);
3273 j = readchar(&procmap_buf[i], &ch);
3276 j = readchar(&procmap_buf[i], &rr);
3278 j = readchar(&procmap_buf[i], &ww);
3280 j = readchar(&procmap_buf[i], &xx);
3283 j = readchar(&procmap_buf[i], &pp);
3287 j = readchar(&procmap_buf[i], &ch);
3293 j = readchar(&procmap_buf[i], &ch);
3298 j = readchar(
[all...]

Completed in 371 milliseconds