manページ検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 317 for WRITE (0.023 sec.)
Man page of OPEN 5494
OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op ... hat is used in subsequent system calls ( read (2), write (2), lseek (2), fcntl (2), etc.) to refer to the o ... END The file is opened in append mode. Before each write (2), the file offset is positioned at the end of t ... k (2). The modification of the file offset and the write operation are performed as a single atomic step. O ... at creates a read-only file may well return a read/write file descriptor. mode のために以下のシンボル定数が ...
https://man.plustar.jp/manpage/man2/openat.2.html - [similar]
Man page of INOTIFY 5374
INOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 inoti ... グループ ID ( chown (2) など) などである。 IN_CLOSE_WRITE (+) 書き込みのためにオープンされたファイルがクロー ... ズされた。 IN_CLOSE_NOWRITE (*) 書き込み用としてはオープンされていないファイル ... も生成される。 IN_MODIFY (+) ファイルが変更された ( write (2), truncate (2) など)。 IN_MOVE_SELF 監視対象のデ ... OVED_FROM | IN_MOVED_TO と等価。 IN_CLOSE IN_CLOSE_WRITE | IN_CLOSE_NOWRITE と等価。 その他にも以下のビット ...
https://man.plustar.jp/manpage/man7/inotify.7.html - [similar]
Man page of UNIX 5374
UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ ... of a new socket fails if the process does not have write and search (execute) permission on the directory i ... nux, connecting to a stream socket object requires write permission on that socket; sending a datagram to a ... datagram socket likewise requires write permission on that socket. POSIX does not make any ... nd result. */ sprintf(buffer, "%d", result); ret = write(data_socket, buffer, sizeof(buffer)); if (ret == - ...
https://man.plustar.jp/manpage/man7/unix.7.html - [similar]
Man page of GDBM 5309
GDBM Section: C Library Functions (3) Updated: 10/15/2002 Index JM Home Page 名前 GDBM - GNUデー ... ersion GDBM_FILE gdbm_open (name, block_size, read_write, mode, fatal_func) char * name; int block_size, re ... ad_write, mode; void (*fatal_func) (); void gdbm_close (dbf ... FILE dbf; dbf = gdbm_open ( name, block_size, read_write, mode, fatal_func ) name はファイルの名前である。( ... テムに対する stat のブロックサイズを使用する。 read_write には以下のいずれかの値を取る。 GDBM_READER リーダ ...
https://man.plustar.jp/manpage/man3/gdbm.3.html - [similar]
Man page of MAKEINFO 5253
MAKEINFO Section: User Commands (1) Updated: February 2003 Index JM Home Page 名前 makeinfo - Te ... r from HTML (thus producing shorter output); also, write to standard output by default. --no-split suppress ... 書き出します。 makeinfo --html --no-headers foo.texi write html without node lines, menus makeinfo --number-s ... ections foo.texi write Info with numbered sections makeinfo --no-split fo ... o.texi write one Info file however big バグ報告 バグレポートは ...
https://man.plustar.jp/manpage/man1/makeinfo.1.html - [similar]
Man page of MAKEINFO 5253
MAKEINFO Section: User Commands (1) Updated: February 2003 Index JM Home Page 名前 makeinfo - Te ... r from HTML (thus producing shorter output); also, write to standard output by default. --no-split suppress ... 書き出します。 makeinfo --html --no-headers foo.texi write html without node lines, menus makeinfo --number-s ... ections foo.texi write Info with numbered sections makeinfo --no-split fo ... o.texi write one Info file however big バグ報告 バグレポートは ...
https://man.plustar.jp/manpage/man1/texi2any.1.html - [similar]
Man page of SENDFILE 5253
SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send ... ネル内で行われるので、 sendfile () は、 read (2) と write (2) を組み合わせるよりも効率がよい。 read (2) や w ... ed. Note that a successful call to sendfile () may write fewer bytes than requested; the caller should be p ... 失敗するような場合は、 アプリケーションは read (2)/ write (2) に戻すことを考えてもよいかもしれない。 If out_ ...
https://man.plustar.jp/manpage/man2/sendfile.2.html - [similar]
Man page of SENDFILE 5253
SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send ... ネル内で行われるので、 sendfile () は、 read (2) と write (2) を組み合わせるよりも効率がよい。 read (2) や w ... ed. Note that a successful call to sendfile () may write fewer bytes than requested; the caller should be p ... 失敗するような場合は、 アプリケーションは read (2)/ write (2) に戻すことを考えてもよいかもしれない。 If out_ ...
https://man.plustar.jp/manpage/man2/sendfile64.2.html - [similar]
Man page of PREAD 5067
PREAD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pread, ... pwrite - 指定したオフセットでファイルディスクリプターを読 ... id * buf , size_t count , off_t offset ); ssize_t pwrite(int fd , const void * buf , size_t count , off_t o ... ロの要件 ( feature_test_macros (7) 参照): pread (), pwrite (): _XOPEN_SOURCE >= 500 || /* glibc 2.12 以降: */ ... buf へ読み込む。ファイルオフセットは変化しない。 pwrite () は、バッファー buf から最大 count バイトをファイ ...
https://man.plustar.jp/manpage/man2/pread.2.html - [similar]
Man page of PREAD 5067
PREAD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pread, ... pwrite - 指定したオフセットでファイルディスクリプターを読 ... id * buf , size_t count , off_t offset ); ssize_t pwrite(int fd , const void * buf , size_t count , off_t o ... ロの要件 ( feature_test_macros (7) 参照): pread (), pwrite (): _XOPEN_SOURCE >= 500 || /* glibc 2.12 以降: */ ... buf へ読み込む。ファイルオフセットは変化しない。 pwrite () は、バッファー buf から最大 count バイトをファイ ...
https://man.plustar.jp/manpage/man2/pread64.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT

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