Results of 1 - 10 of about 15 for whence (0.001 sec.)
- Man page of LSEEK64 12156
- LSEEK64 Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 lseek
...
.h > off64_t lseek64(int fd , off64_t offset , int whence ); 説明 lseek () 関数ファミリーは、ファイルディスク ...
現在位置・終端から offset の位置へ変更する。 これは whence がそれぞれ SEEK_SET , SEEK_CUR , SEEK_END の場合に ...
ロトタイプ: off_t lseek(int fd , off_t offset , int whence ); The C library's lseek () wrapper function uses ...
イプ: off64_t lseek64(int fd , off64_t offset , int whence ); ライブラリ関数 lseek64 () は off_t が 32 ビット ...
-
https://man.plustar.jp/manpage/man3/lseek64.3.html
- [similar]
- Man page of FSEEK 9944
- FSEEK Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 fgetpos
...
io.h > int fseek(FILE * stream , long offset , int whence ); long ftell(FILE * stream ); void rewind(FILE * ...
ndicator) をセットする。新たな位置 (バイト単位) は whence で指定された位置に offset バイトを加えることによっ ...
て与えられる。 whence が SEEK_SET , SEEK_CUR , SEEK_END のどれかになって ...
setpos () 関数は、それぞれ ftell () と fseek () で whence に SEEK_SET を指定した場合と同様の機能を、異なるイ ...
-
https://man.plustar.jp/manpage/man3/fgetpos.3.html
- [similar]
- Man page of FSEEK 9944
- FSEEK Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 fgetpos
...
io.h > int fseek(FILE * stream , long offset , int whence ); long ftell(FILE * stream ); void rewind(FILE * ...
ndicator) をセットする。新たな位置 (バイト単位) は whence で指定された位置に offset バイトを加えることによっ ...
て与えられる。 whence が SEEK_SET , SEEK_CUR , SEEK_END のどれかになって ...
setpos () 関数は、それぞれ ftell () と fseek () で whence に SEEK_SET を指定した場合と同様の機能を、異なるイ ...
-
https://man.plustar.jp/manpage/man3/fseek.3.html
- [similar]
- Man page of FSEEK 9944
- FSEEK Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 fgetpos
...
io.h > int fseek(FILE * stream , long offset , int whence ); long ftell(FILE * stream ); void rewind(FILE * ...
ndicator) をセットする。新たな位置 (バイト単位) は whence で指定された位置に offset バイトを加えることによっ ...
て与えられる。 whence が SEEK_SET , SEEK_CUR , SEEK_END のどれかになって ...
setpos () 関数は、それぞれ ftell () と fseek () で whence に SEEK_SET を指定した場合と同様の機能を、異なるイ ...
-
https://man.plustar.jp/manpage/man3/fsetpos.3.html
- [similar]
- Man page of FSEEK 9944
- FSEEK Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 fgetpos
...
io.h > int fseek(FILE * stream , long offset , int whence ); long ftell(FILE * stream ); void rewind(FILE * ...
ndicator) をセットする。新たな位置 (バイト単位) は whence で指定された位置に offset バイトを加えることによっ ...
て与えられる。 whence が SEEK_SET , SEEK_CUR , SEEK_END のどれかになって ...
setpos () 関数は、それぞれ ftell () と fseek () で whence に SEEK_SET を指定した場合と同様の機能を、異なるイ ...
-
https://man.plustar.jp/manpage/man3/ftell.3.html
- [similar]
- Man page of FSEEK 9944
- FSEEK Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 fgetpos
...
io.h > int fseek(FILE * stream , long offset , int whence ); long ftell(FILE * stream ); void rewind(FILE * ...
ndicator) をセットする。新たな位置 (バイト単位) は whence で指定された位置に offset バイトを加えることによっ ...
て与えられる。 whence が SEEK_SET , SEEK_CUR , SEEK_END のどれかになって ...
setpos () 関数は、それぞれ ftell () と fseek () で whence に SEEK_SET を指定した場合と同様の機能を、異なるイ ...
-
https://man.plustar.jp/manpage/man3/rewind.3.html
- [similar]
- Man page of LSEEK 9770
- LSEEK Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 lseek -
...
unistd.h > off_t lseek(int fd , off_t offset , int whence ); 説明 lseek () repositions the file offset of th ...
to the argument offset according to the directive whence as follows: SEEK_SET ファイルオフセットは offset バ ...
データとホールの探索 Linux バージョン 3.1 以降では、 whence に以下の値も指定することができる。 SEEK_DATA ファイ ...
ープンされたファイルディスクリプターでない。 EINVAL whence が有効な値ではない。または、seek の結果、ファイルオ ...
-
https://man.plustar.jp/manpage/man2/lseek.2.html
- [similar]
- Man page of LLSEEK 8586
- LLSEEK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 _llsee
...
d long offset_low , loff_t * result , unsigned int whence ); 注 : このシステムコールには glibc のラッパー関数 ...
fset, or the end of the file, depending on whether whence is SEEK_SET , SEEK_CUR , or SEEK_END , respectivel ...
ユーザー空間にコピーするときに問題があった。 EINVAL whence が不正である。 準拠 この関数は Linux 特有であり、移 ...
-
https://man.plustar.jp/manpage/man2/_llseek.2.html
- [similar]
- Man page of LLSEEK 8586
- LLSEEK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 _llsee
...
d long offset_low , loff_t * result , unsigned int whence ); 注 : このシステムコールには glibc のラッパー関数 ...
fset, or the end of the file, depending on whether whence is SEEK_SET , SEEK_CUR , or SEEK_END , respectivel ...
ユーザー空間にコピーするときに問題があった。 EINVAL whence が不正である。 準拠 この関数は Linux 特有であり、移 ...
-
https://man.plustar.jp/manpage/man2/llseek.2.html
- [similar]
- Man page of FOPENCOOKIE 8586
- 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 引数は新しいファイルオフセットを指定する ...
。 新しいオフセットは whence に以下の値のどれが指定されたかに応じて決まる。 SEE ...
; } int memfile_seek(void *c, off64_t *offset, int whence) { off64_t new_offset; struct memfile_cookie *cook ...
ie = c; if (whence == SEEK_SET) new_offset = *offset; else if (whence ...
-
https://man.plustar.jp/manpage/man3/fopencookie.3.html
- [similar]