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

  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 99 static int readchar (int single);
882 cc = readchar (1);
942 int readchar (int single) function
961 sr_extended_perror(ret, "readchar: poll error\n");
963 dlog(0, "readchar: poll got %d, expecting 1\n", (int)sr_Res(ret));
974 dlog (1, "readchar: Got EOF\n");
976 warning ("readchar read error\n");
995 dlog(1, "readchar: POLLcond got %d\n",
1017 c = readchar (0);
1027 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");
603 c = readchar (fromfd);
613 c = readchar (fromfd);
624 repeat = readchar (fromfd);
635 c1 = fromhex (readchar (fromfd));
636 c2 = fromhex (readchar (fromfd));
    [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 3266 static Int readchar ( const HChar* buf, HChar* ch ) function
    [all...]

Completed in 103 milliseconds