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

/external/valgrind/coregrind/m_gdbserver/
H A Dremote-utils.c99 static int readchar (int single);
879 cc = readchar (1);
939 int readchar (int single) function
958 sr_extended_perror(ret, "readchar: poll error\n");
960 dlog(0, "readchar: poll got %d, expecting 1\n", (int)sr_Res(ret));
971 dlog (1, "readchar: Got EOF\n");
973 warning ("readchar read error\n");
992 dlog(1, "readchar: POLLcond got %d\n",
1014 c = readchar (0);
1024 c = readchar (
[all...]
/external/valgrind/coregrind/
H A Dvgdb.c561 readchar (int fd) function
571 bufcnt = read_buf (fd, buf, "static buf readchar");
575 fprintf (stderr, "readchar: Got EOF\n");
578 ERROR (errno, "readchar\n");
604 c = readchar (fromfd);
614 c = readchar (fromfd);
625 repeat = readchar (fromfd);
636 c1 = fromhex (readchar (fromfd));
637 c2 = fromhex (readchar (fromfd));
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3069 static Int readchar ( const HChar* buf, HChar* ch ) function
3199 j = readchar(&procmap_buf[i], &ch);
3204 j = readchar(&procmap_buf[i], &ch);
3207 j = readchar(&procmap_buf[i], &rr);
3209 j = readchar(&procmap_buf[i], &ww);
3211 j = readchar(&procmap_buf[i], &xx);
3214 j = readchar(&procmap_buf[i], &pp);
3218 j = readchar(&procmap_buf[i], &ch);
3224 j = readchar(&procmap_buf[i], &ch);
3229 j = readchar(
[all...]

Completed in 123 milliseconds