Home | History | Annotate | Download | only in lib

Lines Matching refs:bufsize

1149 /* Read at most BUFSIZE bytes from FD into BUF, starting at OFFSET.
1160 (int fd, void *buf, size_t bufsize, off_t offset)
1163 (int fd, void *buf, size_t bufsize, off_t offset));
1167 (int fd, void *buf, size_t bufsize, off_t offset)
1171 (int fd, void *buf, size_t bufsize, off_t offset));
1184 /* Write at most BUFSIZE bytes from BUF into FD, starting at OFFSET.
1195 (int fd, const void *buf, size_t bufsize, off_t offset)
1198 (int fd, const void *buf, size_t bufsize, off_t offset));
1202 (int fd, const void *buf, size_t bufsize, off_t offset)
1206 (int fd, const void *buf, size_t bufsize, off_t offset));
1241 /* Read the contents of the symbolic link FILE and place the first BUFSIZE
1251 (const char *file, char *buf, size_t bufsize)
1254 (const char *file, char *buf, size_t bufsize));
1258 (const char *file, char *buf, size_t bufsize)
1262 (const char *file, char *buf, size_t bufsize));