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

Lines Matching defs:lseek

89    lseek(), read(), unlink(), write() in <io.h>.  */
1393 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/lseek.html>. */
1396 # define lseek rpl_lseek
1398 _GL_FUNCDECL_RPL (lseek, off_t, (int fd, off_t offset, int whence));
1399 _GL_CXXALIAS_RPL (lseek, off_t, (int fd, off_t offset, int whence));
1401 _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence));
1403 _GL_CXXALIASWARN (lseek);
1405 # undef lseek
1407 _GL_WARN_ON_USE (lseek, "lseek does not fail with ESPIPE on pipes on some "
1408 "systems - use gnulib module lseek for portability");