__buf             434 lib/replace/replace.c ssize_t rep_pread(int __fd, void *__buf, size_t __nbytes, off_t __offset)
__buf             439 lib/replace/replace.c 	return read(__fd, __buf, __nbytes);
__buf             448 lib/replace/replace.c ssize_t rep_pwrite(int __fd, const void *__buf, size_t __nbytes, off_t __offset)
__buf             453 lib/replace/replace.c 	return write(__fd, __buf, __nbytes);
__buf             436 lib/replace/replace.h ssize_t rep_pread(int __fd, void *__buf, size_t __nbytes, off_t __offset);
__buf             444 lib/replace/replace.h ssize_t rep_pwrite(int __fd, const void *__buf, size_t __nbytes, off_t __offset);