manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 317 for WRITE (0.003 sec.)
Man page of WRITE 11899
WRITE Section: Linux Programmer's Manual (2) Updated: 2019-10-10 Index JM Home Page 名前 write - ... tor) に書き込む 書式 #include < unistd.h > ssize_t write(int fd , const void * buf , size_t count ); 説明 w ... み操作はアトミックな処理として 実行される。 POSIX は write () が行なわれた後に実行した read (2) が 新しいデー ... の原因を示す値が設定される。 Note that a successful write () may transfer fewer than count bytes. Such parti ... al writes can occur for various reasons; for example, becau ...
https://man.plustar.jp/manpage/man2/write.2.html - [similar]
Man page of WRITE 10321
WRITE Section: User Commands (1) Updated: March 1995 Index JM Home Page 名前 write - 他のユーザに ... メッセージを送る 書式 write user [ ttyname ] 説明 write は、あなたが端末に入力 ... ことによって、 他のユーザと会話ができるようにする。 write コマンドを実行すると、宛先のユーザは次のような形の ... もし宛先の人が返事をしたいと思ったら、その人もやはり write を実行しなければならない。 用件が済んだら、ファイル ... ンしている場合は、 どの端末にメッセージを送るかを、 write コマンドの 2 番目の引き数で指定することができる。あ ...
https://man.plustar.jp/manpage/man1/write.1.html - [similar]
Man page of AIO_WRITE 8362
AIO_WRITE Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 aio ... _write - 非同期で書き込む 書式 #include < aio.h > int aio ... _write(struct aiocb * aiocbp ); -lrt でリンクする。 説明 ... aio_write () 関数は、 aiocbp が指すバッファーに記載された I/ ... O リクエストをキューに入れる。この関数は write (2) の非同期版である。 呼び出し write(fd, buf, cou ...
https://man.plustar.jp/manpage/man3/aio_write.3.html - [similar]
Man page of FCNTL 8121
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... ードのロックの使用は回避される; 代わりに read (2) や write (2) を使用すること。 上記で説明したレコードロックは ... licting lock combinations (i.e., a read lock and a write lock or two write locks) where one lock is an open ... ロックが適用されたファイル領域に対して ( read (2) や write (2) により) 互換性のないアクセスを実行しようとした ... ines that a lock has been lost, future read (2) or write (2) requests may fail with the error EIO . This er ...
https://man.plustar.jp/manpage/man2/fcntl.2.html - [similar]
Man page of FCNTL 8121
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... ードのロックの使用は回避される; 代わりに read (2) や write (2) を使用すること。 上記で説明したレコードロックは ... licting lock combinations (i.e., a read lock and a write lock or two write locks) where one lock is an open ... ロックが適用されたファイル領域に対して ( read (2) や write (2) により) 互換性のないアクセスを実行しようとした ... ines that a lock has been lost, future read (2) or write (2) requests may fail with the error EIO . This er ...
https://man.plustar.jp/manpage/man2/fcntl64.2.html - [similar]
Man page of PIPE 7267
PIPE Section: Linux Programmer's Manual (7) Updated: 2014-07-08 Index JM Home Page 名前 pipe - パ ... セスがフル状態のパイプに書き込みを行おうとした場合、 write (2) は書き込みを完了するのに十分な量のパイプからの ... ァイルディスクリプターが すべてクローズされた後で、 write (2) を行うと、呼び出し元プロセスに SIGPIPE シグナル ... 出し元プロセスがこのシグナルを無視しているときには、 write (2) はエラー EPIPE で失敗する。 pipe (2) と fork ( ... パイプの容量には上限がある。 パイプがフルの場合、 write (2) は停止したり失敗したりする。どちらになるかは O ...
https://man.plustar.jp/manpage/man7/pipe.7.html - [similar]
Man page of FOPENCOOKIE 7202
FOPENCOOKIE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 f ... edef struct { cookie_read_function_t *read; cookie_write_function_t *write; cookie_seek_function_t *seek; c ... 出しは常にファイル末尾 (end of file) を返す。 cookie_write_function_t *write この関数はストリームに対する wri ... る。 呼び出される際、 3 つの引数を受け取る。 ssize_t write(void *cookie, const char *buf, size_t size); 引数 ... とそのバッファーのサイズである。 関数の結果として、 write 関数は buf からコピーされたバイト数を返し、 エラー ...
https://man.plustar.jp/manpage/man3/fopencookie.3.html - [similar]
Man page of MEMFD_CREATE 7081
MEMFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... を使ってファイルサイズを設定すべきである (代わりに、 write (2) や同様の関数を呼び出してファイルにデータを書き ... fications on the file. (If placing the seal F_SEAL_WRITE , then it will be necessary to first unmap the sha ... evious step. Otherwise, behavior similar to F_SEAL_WRITE can be achieved by using F_SEAL_FUTURE_WRITE , whi ... ch will prevent future writes via mmap (2) and write (2) from succeeding while ...
https://man.plustar.jp/manpage/man2/memfd_create.2.html - [similar]
Man page of READV 6840
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... writev, preadv, pwritev, preadv2, pwritev2 - 複数のバッファーへの読み書き ... , const struct iovec * iov , int iovcnt ); ssize_t writev(int fd , const struct iovec * iov , int iovcnt ); ... ovec * iov , int iovcnt , off_t offset ); ssize_t pwritev(int fd , const struct iovec * iov , int iovcnt , ... int iovcnt , off_t offset , int flags ); ssize_t pwritev2(int fd , const struct iovec * iov , int iovcnt , ...
https://man.plustar.jp/manpage/man2/preadv.2.html - [similar]
Man page of READV 6840
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... writev, preadv, pwritev, preadv2, pwritev2 - 複数のバッファーへの読み書き ... , const struct iovec * iov , int iovcnt ); ssize_t writev(int fd , const struct iovec * iov , int iovcnt ); ... ovec * iov , int iovcnt , off_t offset ); ssize_t pwritev(int fd , const struct iovec * iov , int iovcnt , ... int iovcnt , off_t offset , int flags ); ssize_t pwritev2(int fd , const struct iovec * iov , int iovcnt , ...
https://man.plustar.jp/manpage/man2/preadv2.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

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