![]() |
fehQlibs 28
Qlibs
|
seek in an open file descritor More...

Go to the source code of this file.
Macros | |
| #define | CUR 1 /* sigh */ |
| #define | END 2 /* sigh */ |
| #define | SET 0 /* sigh */ |
Functions | |
| off_t | lseek (int fd, off_t offset, int whence) |
| int | ftruncate (int fd, off_t length) |
| seek_pos | seek_cur (int fd) |
| int | seek_end (int fd) |
| int | seek_set (int fd, seek_pos pos) |
| int | seek_trunc (int fd, seek_pos pos) |
seek in an open file descritor
Definition in file seek.c.
| int ftruncate | ( | int | fd, |
| off_t | length ) |

| off_t lseek | ( | int | fd, |
| off_t | offset, | ||
| int | whence ) |

| seek_pos seek_cur | ( | int | fd | ) |
| int seek_end | ( | int | fd | ) |
| int seek_set | ( | int | fd, |
| seek_pos | pos ) |