manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 18 for ftruncate (0.004 sec.)
Man page of TRUNCATE 11719
TRUNCATE Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 trun ... cate, ftruncate - 指定した長さにファイルを切り詰める 書式 #include ... t truncate(const char * path , off_t length ); int ftruncate(int fd , off_t length ); glibc 向けの機能検査マクロ ... E >= 200809L || /* glibc 2.19 以前: */ _BSD_SOURCE ftruncate (): _XOPEN_SOURCE >= 500 || /* glibc 2.3.5 以降: * ... 説明 truncate () は path で指定されるファイルを、 ftruncate () は fd で参照されるファイルを length バイトの長さ ...
https://man.plustar.jp/manpage/man2/ftruncate.2.html - [similar]
Man page of TRUNCATE 11719
TRUNCATE Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 trun ... cate, ftruncate - 指定した長さにファイルを切り詰める 書式 #include ... t truncate(const char * path , off_t length ); int ftruncate(int fd , off_t length ); glibc 向けの機能検査マクロ ... E >= 200809L || /* glibc 2.19 以前: */ _BSD_SOURCE ftruncate (): _XOPEN_SOURCE >= 500 || /* glibc 2.3.5 以降: * ... 説明 truncate () は path で指定されるファイルを、 ftruncate () は fd で参照されるファイルを length バイトの長さ ...
https://man.plustar.jp/manpage/man2/ftruncate64.2.html - [similar]
Man page of TRUNCATE 11719
TRUNCATE Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 trun ... cate, ftruncate - 指定した長さにファイルを切り詰める 書式 #include ... t truncate(const char * path , off_t length ); int ftruncate(int fd , off_t length ); glibc 向けの機能検査マクロ ... E >= 200809L || /* glibc 2.19 以前: */ _BSD_SOURCE ftruncate (): _XOPEN_SOURCE >= 500 || /* glibc 2.3.5 以降: * ... 説明 truncate () は path で指定されるファイルを、 ftruncate () は fd で参照されるファイルを length バイトの長さ ...
https://man.plustar.jp/manpage/man2/truncate.2.html - [similar]
Man page of TRUNCATE 11719
TRUNCATE Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 trun ... cate, ftruncate - 指定した長さにファイルを切り詰める 書式 #include ... t truncate(const char * path , off_t length ); int ftruncate(int fd , off_t length ); glibc 向けの機能検査マクロ ... E >= 200809L || /* glibc 2.19 以前: */ _BSD_SOURCE ftruncate (): _XOPEN_SOURCE >= 500 || /* glibc 2.3.5 以降: * ... 説明 truncate () は path で指定されるファイルを、 ftruncate () は fd で参照されるファイルを length バイトの長さ ...
https://man.plustar.jp/manpage/man2/truncate64.2.html - [similar]
Man page of SHM_OPEN 8390
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... クトは長さ 0 で初期化される。 オブジェクトの大きさは ftruncate (2) を使って設定できる。 共有メモリーオブジェクトと ... のファイルディスクリプターは、この後続けて実行される ftruncate (2) (新規に作成されたオブジェクトの場合のみ) と mm ... | S_IWUSR); if (fd == -1) errExit("shm_open"); if (ftruncate(fd, sizeof(struct shmbuf)) == -1) errExit("ftrunca ... (2), fchmod (2), fchown (2), fcntl (2), fstat (2), ftruncate (2), memfd_create (2), mmap (2), open (2), umask ( ...
https://man.plustar.jp/manpage/man3/shm_open.3.html - [similar]
Man page of SHM_OPEN 8390
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... クトは長さ 0 で初期化される。 オブジェクトの大きさは ftruncate (2) を使って設定できる。 共有メモリーオブジェクトと ... のファイルディスクリプターは、この後続けて実行される ftruncate (2) (新規に作成されたオブジェクトの場合のみ) と mm ... | S_IWUSR); if (fd == -1) errExit("shm_open"); if (ftruncate(fd, sizeof(struct shmbuf)) == -1) errExit("ftrunca ... (2), fchmod (2), fchown (2), fcntl (2), fstat (2), ftruncate (2), memfd_create (2), mmap (2), open (2), umask ( ...
https://man.plustar.jp/manpage/man3/shm_unlink.3.html - [similar]
Man page of MEMFD_CREATE 7927
MEMFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... イルの初期サイズは 0 に設定される。 呼び出しの後に、 ftruncate (2) を使ってファイルサイズを設定すべきである (代わ ... ファイルディスクリプターを返す。 2. 最初のプロセスは ftruncate (2) を使って直前のステップで作成したファイルのサイ ... e the file as specified on the command line */ if (ftruncate(fd, len) == -1) errExit("truncate"); printf("PID: ... itted */ exit(EXIT_SUCCESS); } 関連項目 fcntl (2), ftruncate (2), mmap (2), shmget (2), shm_open (3) この文書に ...
https://man.plustar.jp/manpage/man2/memfd_create.2.html - [similar]
Man page of SHM_OVERVIEW 7858
SHM_OVERVIEW Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 ... フェースで使用する ファイルディスクリプターを返す。 ftruncate (2) 共有メモリーオブジェクトの大きさを設定する。 m ... ない)。 関連項目 fchmod (2), fchown (2), fstat (2), ftruncate (2), mmap (2), mprotect (2), munmap (2), shmget (2 ...
https://man.plustar.jp/manpage/man7/shm_overview.7.html - [similar]
Man page of FALLOCATE 7772
FALLOCATE Section: Linux Programmer's Manual (2) Updated: 2019-11-19 Index JM Home Page 名前 fal ... ラーが返される。 代わりに、ファイルの切り詰めを行う ftruncate (2) を使用すること。 FALLOC_FL_COLLAPSE_RANGE と他 ... tions (i.e., inserting a hole at the end of file), ftruncate (2) should be used. FALLOC_FL_INSERT_RANGE と他のフ ... e () は Linux 固有である。 関連項目 fallocate (1), ftruncate (2), posix_fadvise (3), posix_fallocate (3) この文 ...
https://man.plustar.jp/manpage/man2/fallocate.2.html - [similar]
JM Project (Japanese)::List(man1) 7772
Linux マニュアル 一覧表 man2 linuxマニュアルの man2 一覧表です。 Linux マニュアル 一覧表 [ man1 ... ァイルの内容をストレージデバイス上のものと同期させる ftruncate truncate, ftruncate - 指定した長さにファイルを切り ... 詰める ftruncate64 truncate, ftruncate - 指定した長さにファイルを切 ... kill - スレッドにシグナルを送る truncate truncate, ftruncate - 指定した長さにファイルを切り詰める truncate64 tr ... uncate, ftruncate - 指定した長さにファイルを切り詰める tuxcall afs_s ...
https://man.plustar.jp/manpage/man_2.html - [similar]
PREV 1 2 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022