为您找到"

lseek64

"相关结果约100,000,000个

lseek64 (3) - Linux manual page - man7.org

lseek64(3) is a C library function that repositions the file offset of an open file descriptor to a specified position. It uses a 64-bit type for the offset and is available only when _LARGEFILE64_SOURCE is defined.

lseek64 (3) - Linux man page

lseek64 (3) is a library function that repositions the offset of a 64-bit file to a specified position. It is an alias for llseek (2), which uses a 64-bit type for the offset parameter. See also lseek (2), llseek (2), and _llseek (2).

lseek64: reposition 64-bit read/write file offset - Linux Manuals (3)

Learn how to use lseek64 function to change the position of a file pointer in Linux. Compare lseek64 with other functions that support 64-bit file offsets and see the differences and attributes of each one.

lseek64函数 - 知乎

│lseek64 () │ Thread safety │ MT-Safe │ └──────────┴───────────────┴─────────┘

Linux文件编程常用函数详解——lseek()函数 - CSDN博客

文章浏览阅读1.9w次,点赞17次,收藏50次。博客主要介绍了lseek ()函数,包括其头文件和形式、函数说明、参数说明。参数方面,第一个是文件描述符,第二个是偏移量,第三个有SEEK_SET、SEEK_CUR、SEEK_END三个选项。最后还给出了实例代码。

C++之lseek64应用总结 (二百三十六) - CSDN博客

文章浏览阅读972次,点赞2次,收藏2次。本文详细介绍了C++中的lseek64系统调用函数,用于文件指针定位,支持大文件操作,包括从头、尾、当前位置以及距离末尾的不同位置定位。提供了实际应用实例以帮助读者掌握其用法。

lseek (), lseek64 () -- reposition read/write file offset

The lseek64 () function is identical to the lseek () function except that it uses the larger off64_t in order to manipulate the file position of files that are larger than 2 gigabytes.

lseek64 (3) — Arch manual pages

lseek64 () is a library function that repositions the file offset of an open file descriptor to a specified value. It uses a 64-bit type and is available only when _LARGEFILE64_SOURCE is defined.

lseek64 (3): Linux man pages - code.tools

lseek64 (3) is a function to reposition the offset of a 64-bit file in Linux. It is an alias for llseek (2), which uses a 64-bit type loff_t. See the syntax, description, attributes, and related functions.

gnu Man Page: lseek64 (3) - software.cfht.hawaii.edu

The library routine lseek64 () uses a 64-bit type even when off_t is a 32-bit type. Its prototype (and the type off64_t) is available only when one compiles with

相关搜索