lseek64

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. off_t lseek64(int , off_t , int )
    version(linux)
    extern (C)
    static if(__USE_LARGEFILE64)
    lseek64
    (
    int
    ,,
    int
    )
  2. off_t lseek64(int , off_t , int )

Meta