Home | History | Annotate | Download | only in posix

Lines Matching full:readfileat

691   if (!readfileat(fd, buf, buf, &len)) return 0;
732 if (!readfileat(fd, buf, buf, &temp)) *buf = 0;
746 if (!readfileat(fd, buf, buf, &temp)) *buf = 0;
769 if (!readfileat(fd, buf, buf, &temp)) *buf = 0;
781 if (readfileat(fd, buf, buf, &temp) && !memcmp(buf, "\177ELF", 4)) {
884 if (readfileat(fd, buf, buf, &len) && len>0) {