Searched defs:read_bytes (Results 1 – 2 of 2) sorted by relevance
257 read_bytes(FILE *fp, void *buf, size_t bytes_to_read, int fail_on_eof, in read_bytes() function
177 size_t read_bytes = fread (buf, 1, sizeof (buf), f); in commandline_from_pid() local