Results of 1 - 10 of about 43 for SEEK (0.002 sec.)
- Man page of LSEEK 13482
- LSEEK Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 lseek -
...
clude < sys/types.h > #include < unistd.h > off_t lseek(int fd , off_t offset , int whence ); 説明 lseek ( ...
fset according to the directive whence as follows: SEEK_SET ファイルオフセットは offset バイトに設定される ...
。 SEEK_CUR ファイルオフセットは現在位置に offset バイトを ...
足した位置になる。 SEEK_END ファイルオフセットはファイルのサイズに offset ...
-
https://man.plustar.jp/manpage/man2/lseek.2.html
- [similar]
- Man page of FOPENCOOKIE 11754
- FOPENCOOKIE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 f
...
on_t *read; cookie_write_function_t *write; cookie_seek_function_t *seek; cookie_close_function_t *close; ...
の場合、 このストリームへの出力は破棄される。 cookie_seek_function_t *seek この関数はストリームに対する seek ...
装する。 呼び出される際、 3 つの引数を受け取る。 int seek(void *cookie, off64_t *offset, int whence); *offse ...
nce に以下の値のどれが指定されたかに応じて決まる。 SEEK_SET ストリームオフセットを、ストリームの先頭から * ...
-
https://man.plustar.jp/manpage/man3/fopencookie.3.html
- [similar]
- Man page of FSEEK 10273
- FSEEK Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 fgetpos
...
, fseek, fsetpos, ftell, rewind - ストリームの位置を変更す ...
る 書式 #include < stdio.h > int fseek(FILE * stream , long offset , int whence ); long f ...
setpos(FILE * stream , const fpos_t * pos ); 説明 fseek () 関数は stream によって指定されたストリームにおい ...
t バイトを加えることによって与えられる。 whence が SEEK_SET , SEEK_CUR , SEEK_END のどれかになっている場合 ...
-
https://man.plustar.jp/manpage/man3/fgetpos.3.html
- [similar]
- Man page of FSEEK 10273
- FSEEK Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 fgetpos
...
, fseek, fsetpos, ftell, rewind - ストリームの位置を変更す ...
る 書式 #include < stdio.h > int fseek(FILE * stream , long offset , int whence ); long f ...
setpos(FILE * stream , const fpos_t * pos ); 説明 fseek () 関数は stream によって指定されたストリームにおい ...
t バイトを加えることによって与えられる。 whence が SEEK_SET , SEEK_CUR , SEEK_END のどれかになっている場合 ...
-
https://man.plustar.jp/manpage/man3/fseek.3.html
- [similar]
- Man page of FSEEK 10273
- FSEEK Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 fgetpos
...
, fseek, fsetpos, ftell, rewind - ストリームの位置を変更す ...
る 書式 #include < stdio.h > int fseek(FILE * stream , long offset , int whence ); long f ...
setpos(FILE * stream , const fpos_t * pos ); 説明 fseek () 関数は stream によって指定されたストリームにおい ...
t バイトを加えることによって与えられる。 whence が SEEK_SET , SEEK_CUR , SEEK_END のどれかになっている場合 ...
-
https://man.plustar.jp/manpage/man3/fsetpos.3.html
- [similar]
- Man page of FSEEK 10273
- FSEEK Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 fgetpos
...
, fseek, fsetpos, ftell, rewind - ストリームの位置を変更す ...
る 書式 #include < stdio.h > int fseek(FILE * stream , long offset , int whence ); long f ...
setpos(FILE * stream , const fpos_t * pos ); 説明 fseek () 関数は stream によって指定されたストリームにおい ...
t バイトを加えることによって与えられる。 whence が SEEK_SET , SEEK_CUR , SEEK_END のどれかになっている場合 ...
-
https://man.plustar.jp/manpage/man3/ftell.3.html
- [similar]
- Man page of FSEEK 10273
- FSEEK Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 fgetpos
...
, fseek, fsetpos, ftell, rewind - ストリームの位置を変更す ...
る 書式 #include < stdio.h > int fseek(FILE * stream , long offset , int whence ); long f ...
setpos(FILE * stream , const fpos_t * pos ); 説明 fseek () 関数は stream によって指定されたストリームにおい ...
t バイトを加えることによって与えられる。 whence が SEEK_SET , SEEK_CUR , SEEK_END のどれかになっている場合 ...
-
https://man.plustar.jp/manpage/man3/rewind.3.html
- [similar]
- Man page of LLSEEK 8113
- LLSEEK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 _llseek
...
clude < sys/types.h > #include < unistd.h > int _llseek(unsigned int fd , unsigned long offset_high , unsi ...
の節を参照。 説明 Note: for information about the llseek (3) library function, see lseek64 (3). The _llseek ...
he end of the file, depending on whether whence is SEEK_SET , SEEK_CUR , or SEEK_END , respectively. The n ...
call exists on various 32-bit platforms to support seeking to large file offsets. 返り値 成功した場合は、 ...
-
https://man.plustar.jp/manpage/man2/_llseek.2.html
- [similar]
- Man page of LLSEEK 8113
- LLSEEK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 _llseek
...
clude < sys/types.h > #include < unistd.h > int _llseek(unsigned int fd , unsigned long offset_high , unsi ...
の節を参照。 説明 Note: for information about the llseek (3) library function, see lseek64 (3). The _llseek ...
he end of the file, depending on whether whence is SEEK_SET , SEEK_CUR , or SEEK_END , respectively. The n ...
call exists on various 32-bit platforms to support seeking to large file offsets. 返り値 成功した場合は、 ...
-
https://man.plustar.jp/manpage/man2/llseek.2.html
- [similar]
- Man page of FFLUSH 7867
- FFLUSH Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 fflush
...
にある書き込み関数を用いてこのストリームを更新する。 seek 可能なファイルに関連付けられた入力ストリーム (ディ ...
スクファイルは seek 可能だが、 パイプや端末は seek できない) に関しては ...
-
https://man.plustar.jp/manpage/man3/fflush.3.html
- [similar]