Results of 1 - 10 of about 144 for offset (0.003 sec.)
- Man page of FOPENCOOKIE 11244
- FOPENCOOKIE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 f
...
つの引数を受け取る。 int seek(void *cookie, off64_t *offset, int whence); *offset 引数は新しいファイルオフセッ ...
_SET ストリームオフセットを、ストリームの先頭から *offset バイトの位置に設定する。 SEEK_CUR ストリームの現在 ...
のオフセットに *offset を加算する。 SEEK_END ストリームのオフセットを、ス ...
トリームのサイズに *offset を足した場所に設定する。 関数が返る前に、 seek 関数 ...
-
https://man.plustar.jp/manpage/man3/fopencookie.3.html
- [similar]
- Man page of LSEEK 10322
- LSEEK Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 lseek -
...
> #include < unistd.h > off_t lseek(int fd , off_t offset , int whence ); 説明 lseek () repositions the file ...
offset of the open file description associated with the f ...
ile descriptor fd to the argument offset according to the directive whence as follows: SEEK ...
_SET ファイルオフセットは offset バイトに設定される。 SEEK_CUR ファイルオフセットは ...
-
https://man.plustar.jp/manpage/man2/lseek.2.html
- [similar]
- Man page of FALLOCATE 9695
- FALLOCATE Section: Linux Programmer's Manual (2) Updated: 2019-11-19 Index JM Home Page 名前 fal
...
fcntl.h > int fallocate(int fd , int mode , off_t offset , off_t len ); 説明 このシステムコールは、移植性の ...
てられたディスク空間を直接操作できる。 操作対象は、 offset から始まる長さ len バイトの領域である。 mode 引数は ...
のデフォルトの動作 (つまり mode が 0 の場合) は、 offset と len で指定された範囲のディスク領域の割り当てを行 ...
う。 offset + len がファイルサイズよりも大きかった場合、 ( sta ...
-
https://man.plustar.jp/manpage/man2/fallocate.2.html
- [similar]
- Man page of LLSEEK 9021
- LLSEEK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 _llsee
...
td.h > int _llseek(unsigned int fd , unsigned long offset_high , unsigned long offset_low , loff_t * result ...
64 (3). The _llseek () system call repositions the offset of the open file description associated with the f ...
ile descriptor fd to the value (offset_high << 32) | offset_low This new offset is a byte ...
offset relative to the beginning of the file, the current ...
-
https://man.plustar.jp/manpage/man2/_llseek.2.html
- [similar]
- Man page of LLSEEK 9021
- LLSEEK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 _llsee
...
td.h > int _llseek(unsigned int fd , unsigned long offset_high , unsigned long offset_low , loff_t * result ...
64 (3). The _llseek () system call repositions the offset of the open file description associated with the f ...
ile descriptor fd to the value (offset_high << 32) | offset_low This new offset is a byte ...
offset relative to the beginning of the file, the current ...
-
https://man.plustar.jp/manpage/man2/llseek.2.html
- [similar]
- Man page of MMAP 8489
- MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu
...
e_t length , int prot , int flags , int fd , off_t offset ); int munmap(void * addr , size_t length ); 機能検 ...
れるファイル (もしくは他のオブジェクト) のオフセット offset から開始される length バイトのデータで初期化される ...
名マッピングの反対語である。 MAP_ANONYMOUS を参照)。 offset は sysconf(_SC_PAGE_SIZE) が返すページサイズの倍数 ...
マッピングの内容は 0 で初期化される。 引き数 fd と offset は無視される。 ただし、実装によっては MAP_ANONYMOU ...
-
https://man.plustar.jp/manpage/man2/mmap.2.html
- [similar]
- Man page of MMAP 8489
- MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu
...
e_t length , int prot , int flags , int fd , off_t offset ); int munmap(void * addr , size_t length ); 機能検 ...
れるファイル (もしくは他のオブジェクト) のオフセット offset から開始される length バイトのデータで初期化される ...
名マッピングの反対語である。 MAP_ANONYMOUS を参照)。 offset は sysconf(_SC_PAGE_SIZE) が返すページサイズの倍数 ...
マッピングの内容は 0 で初期化される。 引き数 fd と offset は無視される。 ただし、実装によっては MAP_ANONYMOU ...
-
https://man.plustar.jp/manpage/man2/munmap.2.html
- [similar]
- Man page of MMAP 8489
- MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu
...
e_t length , int prot , int flags , int fd , off_t offset ); int munmap(void * addr , size_t length ); 機能検 ...
れるファイル (もしくは他のオブジェクト) のオフセット offset から開始される length バイトのデータで初期化される ...
名マッピングの反対語である。 MAP_ANONYMOUS を参照)。 offset は sysconf(_SC_PAGE_SIZE) が返すページサイズの倍数 ...
マッピングの内容は 0 で初期化される。 引き数 fd と offset は無視される。 ただし、実装によっては MAP_ANONYMOU ...
-
https://man.plustar.jp/manpage/man3/mmap64.3.html
- [similar]
- Man page of LSEEK64 8052
- LSEEK64 Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 lseek
...
lude < unistd.h > off64_t lseek64(int fd , off64_t offset , int whence ); 説明 lseek () 関数ファミリーは、フ ...
フセットを、 ファイルの開始位置・現在位置・終端から offset の位置へ変更する。 これは whence がそれぞれ SEEK_S ...
) lseek() プロトタイプ: off_t lseek(int fd , off_t offset , int whence ); The C library's lseek () wrapper f ...
hitectures, unless one compiles with #define _FILE_OFFSET_BITS 64 を定義してコンパイルした場合は 64 ビット符 ...
-
https://man.plustar.jp/manpage/man3/lseek64.3.html
- [similar]
- Man page of READV 7863
- READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv,
...
fd , const struct iovec * iov , int iovcnt , off_t offset ); ssize_t pwritev(int fd , const struct iovec * i ...
ov , int iovcnt , off_t offset ); ssize_t preadv2(int fd , const struct iovec * i ...
ov , int iovcnt , off_t offset , int flags ); ssize_t pwritev2(int fd , const str ...
uct iovec * iov , int iovcnt , off_t offset , int flags ); glibc 向けの機能検査マクロの要件 ( ...
-
https://man.plustar.jp/manpage/man2/preadv.2.html
- [similar]