Home | History | Annotate | Download | only in darwin-lib

Lines Matching refs:bufsize

1461 /* Read at most BUFSIZE bytes from FD into BUF, starting at OFFSET.
1472 (int fd, void *buf, size_t bufsize, off_t offset)
1475 (int fd, void *buf, size_t bufsize, off_t offset));
1479 (int fd, void *buf, size_t bufsize, off_t offset)
1483 (int fd, void *buf, size_t bufsize, off_t offset));
1496 /* Write at most BUFSIZE bytes from BUF into FD, starting at OFFSET.
1507 (int fd, const void *buf, size_t bufsize, off_t offset)
1510 (int fd, const void *buf, size_t bufsize, off_t offset));
1514 (int fd, const void *buf, size_t bufsize, off_t offset)
1518 (int fd, const void *buf, size_t bufsize, off_t offset));
1553 /* Read the contents of the symbolic link FILE and place the first BUFSIZE
1563 (const char *file, char *buf, size_t bufsize)
1566 (const char *file, char *buf, size_t bufsize));
1570 (const char *file, char *buf, size_t bufsize)
1574 (const char *file, char *buf, size_t bufsize));