Home
last modified time | relevance | path

Searched refs:whence (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Dhead.c224 elseek (int fd, off_t offset, int whence, char const *filename) in elseek() argument
226 off_t new_offset = lseek (fd, offset, whence); in elseek()
231 _(whence == SEEK_SET in elseek()
Dtail.c478 xlseek (int fd, off_t offset, int whence, char const *filename) in xlseek() argument
480 off_t new_offset = lseek (fd, offset, whence); in xlseek()
488 switch (whence) in xlseek()