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

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

Completed in 189 milliseconds