Home | History | Annotate | Download | only in posix

Lines Matching full:readfileat

575   if (!readfileat(fd, buf, buf, &len)) return 0;
615 if (!readfileat(fd, buf, buf, &temp)) *buf = 0;
629 if (!readfileat(fd, buf, buf, &temp)) *buf = 0;
652 if (!readfileat(fd, buf, buf, &temp)) *buf = 0;
732 if (readfileat(fd, buf, buf, &len) && len>0) {