HomeSort by relevance Sort by last modified time
    Searched refs:readchar (Results 1 - 3 of 3) sorted by null

  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 99 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 (0)
    [all...]
  /external/valgrind/coregrind/
vgdb.c 561 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));
    [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 3069 static Int readchar ( const HChar* buf, HChar* ch ) function
    [all...]

Completed in 281 milliseconds