manページ検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 356 for READ (0.010 sec.)
Man page of TERMIOS 6329
TERMIOS Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 termi ... ing bytes, \377 and \0. Thus, the program actually reads three bytes for one erroneous byte received from ... る。 CSTOPB ストップビットを 1 ではなく 2 にする。 CREAD 受信を有効にする。 PARENB 出力にパリティを付加し、 ... これが行の最初の文字だった場合、ユーザープログラムの read (2) は 0 を 返し、 ファイル終端であることを知らせる ... EOL2 および行頭での EOF である。 EOF 以外の場合、 read (2) が返すバッファーに行区切り文字も含められる。 * ...
https://man.plustar.jp/manpage/man3/termios.3.html - [similar]
Man page of FOPENCOOKIE 6284
FOPENCOOKIE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 f ... 以下のように定義されている。 typedef struct { cookie_read_function_t *read; cookie_write_function_t *write; ... つのフィールドの詳細は以下のとおりである。 cookie_read_function_t *read この関数はストリームに対する read ... る。 呼び出される際、 3 つの引数を受け取る。 ssize_t read(void *cookie, char *buf, size_t size); 引数 buf と ... とそのバッファーのサイズである。 関数の結果として、 read 関数は buf にコピーされたバイト数を、 ファイル末尾 ...
https://man.plustar.jp/manpage/man3/fopencookie.3.html - [similar]
Man page of SIGNALFD 6025
SIGNALFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sign ... イルディスクリプターは以下の操作をサポートしている。 read (2) mask に指定されているシグナルのうち一つ以上がそ ... 理待ち (pending) であれば、それらのシグナルの情報が read (2) に渡されたバッファーを使って、 signalfd_siginf ... o 構造体に格納されて返される。 read (2) は、バッファーに格納可能な範囲でできるだけ多く ... gnalfd_siginfo) バイトの大きさがなければならない。 read (2) の返り値は読み出されたトータルのバイト数である ...
https://man.plustar.jp/manpage/man2/signalfd.2.html - [similar]
Man page of SIGNALFD 6025
SIGNALFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sign ... イルディスクリプターは以下の操作をサポートしている。 read (2) mask に指定されているシグナルのうち一つ以上がそ ... 理待ち (pending) であれば、それらのシグナルの情報が read (2) に渡されたバッファーを使って、 signalfd_siginf ... o 構造体に格納されて返される。 read (2) は、バッファーに格納可能な範囲でできるだけ多く ... gnalfd_siginfo) バイトの大きさがなければならない。 read (2) の返り値は読み出されたトータルのバイト数である ...
https://man.plustar.jp/manpage/man2/signalfd4.2.html - [similar]
Man page of PCICONFIG_READ 5981
PCICONFIG_READ Section: Linux Programmer's Manual (2) Updated: 2016-07-17 Index JM Home Page 名前 ... pciconfig_read, pciconfig_write, pciconfig_iobase - pci デバイス情 ... 報を扱う 書式 #include < pci.h > int pciconfig_read(unsigned long bus , unsigned long dfn , unsigned l ... をユーザー空間からアクセスする必要はない。 pciconfig_read () デバイス dev のオフセット off の値を buf に読み ... A hole の物理アドレスを取得する。 返り値 pciconfig_read () 成功した場合は 0 が返される。エラーの場合は -1 ...
https://man.plustar.jp/manpage/man2/pciconfig_iobase.2.html - [similar]
Man page of PCICONFIG_READ 5981
PCICONFIG_READ Section: Linux Programmer's Manual (2) Updated: 2016-07-17 Index JM Home Page 名前 ... pciconfig_read, pciconfig_write, pciconfig_iobase - pci デバイス情 ... 報を扱う 書式 #include < pci.h > int pciconfig_read(unsigned long bus , unsigned long dfn , unsigned l ... をユーザー空間からアクセスする必要はない。 pciconfig_read () デバイス dev のオフセット off の値を buf に読み ... A hole の物理アドレスを取得する。 返り値 pciconfig_read () 成功した場合は 0 が返される。エラーの場合は -1 ...
https://man.plustar.jp/manpage/man2/pciconfig_read.2.html - [similar]
Man page of PCICONFIG_READ 5981
PCICONFIG_READ Section: Linux Programmer's Manual (2) Updated: 2016-07-17 Index JM Home Page 名前 ... pciconfig_read, pciconfig_write, pciconfig_iobase - pci デバイス情 ... 報を扱う 書式 #include < pci.h > int pciconfig_read(unsigned long bus , unsigned long dfn , unsigned l ... をユーザー空間からアクセスする必要はない。 pciconfig_read () デバイス dev のオフセット off の値を buf に読み ... A hole の物理アドレスを取得する。 返り値 pciconfig_read () 成功した場合は 0 が返される。エラーの場合は -1 ...
https://man.plustar.jp/manpage/man2/pciconfig_write.2.html - [similar]
Man page of READV 5981
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... writev, preadv, pwritev, preadv2, pwritev2 - 複数のバッファーへの ... 読み書きを行なう 書式 #include < sys/uio.h > ssize_t readv(int fd , const struct iovec * iov , int iovcnt ); ... const struct iovec * iov , int iovcnt ); ssize_t preadv(int fd , const struct iovec * iov , int iovcnt , ... ovec * iov , int iovcnt , off_t offset ); ssize_t preadv2(int fd , const struct iovec * iov , int iovcnt , ...
https://man.plustar.jp/manpage/man2/preadv.2.html - [similar]
Man page of READV 5981
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... writev, preadv, pwritev, preadv2, pwritev2 - 複数のバッファーへの ... 読み書きを行なう 書式 #include < sys/uio.h > ssize_t readv(int fd , const struct iovec * iov , int iovcnt ); ... const struct iovec * iov , int iovcnt ); ssize_t preadv(int fd , const struct iovec * iov , int iovcnt , ... ovec * iov , int iovcnt , off_t offset ); ssize_t preadv2(int fd , const struct iovec * iov , int iovcnt , ...
https://man.plustar.jp/manpage/man2/preadv2.2.html - [similar]
Man page of READV 5981
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... writev, preadv, pwritev, preadv2, pwritev2 - 複数のバッファーへの ... 読み書きを行なう 書式 #include < sys/uio.h > ssize_t readv(int fd , const struct iovec * iov , int iovcnt ); ... const struct iovec * iov , int iovcnt ); ssize_t preadv(int fd , const struct iovec * iov , int iovcnt , ... ovec * iov , int iovcnt , off_t offset ); ssize_t preadv2(int fd , const struct iovec * iov , int iovcnt , ...
https://man.plustar.jp/manpage/man2/pwritev.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT

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