xpread            567 builtin/index-pack.c 		n = xpread(get_thread_data()->pack_fd, inbuf, n, from);
xpread             17 compat/mmap.c  		ssize_t count = xpread(fd, (char *)start + n, length - n, offset + n);
xpread            727 git-compat-util.h extern ssize_t xpread(int fd, void *buf, size_t len, off_t offset);
xpread            327 wrapper.c      		ssize_t loaded = xpread(fd, p, count, offset);