Home
last modified time | relevance | path

Searched refs:nrread (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
Dvgdb.c1302 int nrread; in read_buf() local
1304 nrread = read(fd, buf, PBUFSIZ); in read_buf()
1305 if (nrread == -1) { in read_buf()
1309 buf[nrread] = '\0'; in read_buf()
1311 return nrread; in read_buf()
1368 int nrread; in read_from_gdb_write_to_pid() local
1370 nrread = read_buf(from_gdb, buf, "from gdb on stdin"); in read_from_gdb_write_to_pid()
1371 if (nrread <= 0) { in read_from_gdb_write_to_pid()
1372 if (nrread == 0) in read_from_gdb_write_to_pid()
1380 return write_buf(to_pid, buf, nrread, "to_pid", /* notify */ True); in read_from_gdb_write_to_pid()
[all …]