manページ検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 161 for count (0.075 sec.)
Man page of LPTEST 6542
LPTEST Section: User Commands (1) Index JM Home Page BSD mandoc 名称 lptest - ラインプリンタのテ ... スト用のパターンを出力する 書式 [ length ] [ count ] 解説 は、伝統的な ``リプルテスト'' (ripple test) ... フォルトの 79 ではふさわしくない場合に 指定します。 count 引数は、行数がデフォルトの 200 ではふさわしくない場 ... 合に指定します。 count を指定したい場合は length も指定しなければならない ... から登場しました。 関連キーワード LPTEST , 出力 , count , length , パターン , 端末 , 解説 , 名称 , テスト ...
https://man.plustar.jp/manpage/man1/lptest.1.html - [similar]
Man page of DEBUGFS 6542
DEBUGFS Section: Maintenance Commands (8) Updated: May 2006 Index JM Home Page 名前 debugfs - ex ... ム属性の現在状態の一覧を表示する。 find_free_block [count [goal]] goal から始まる最初の count 分の空きブロッ ... ートルーチンの挙動は異なるものになる。) freeb block [count] ブロック番号 block をアロケートされていないものと ... してマークする。 省略可能な引数 count を指定すると、ブロック番号 block から始まる count ... file を作成する。 この際 inode の参照数 (reference counts) は変更しないことに注意。 logdump [-acs] [-b<bloc ...
https://man.plustar.jp/manpage/man8/debugfs.8.html - [similar]
Man page of READ 6279
READ Section: Linux Programmer's Manual (2) Updated: 2018-02-02 Index JM Home Page 名前 read - フ ... istd.h > ssize_t read(int fd , void * buf , size_t count ); 説明 read () はファイルディスクリプター (file d ... escriptor) fd から最大 count バイトを buf で始まるバッファーへ読み込もうとする。 ... の場合は、読み出しは行われず、 read () は 0 を返す。 count が 0 の場合、 read () は以下で説明するエラーを検出 ... もしくは read () がエラーのチェックを行わない場合、 count が 0 で呼び出された read () は 0 を返し、何も行わな ...
https://man.plustar.jp/manpage/man2/read.2.html - [similar]
Man page of AECHO 5855
AECHO Section: User Commands (1) Updated: 17 Dec 1991 Index JM Home Page 名前 aecho - AppleTalk ... ケットをネットワーク上のホストに送る 書式 aecho [ -c count ] ( address | nbpname ) 説明 aecho は、AppleTalk の ... round-trip (ms) min/avg/max = 9/9/10 オプション -c count count 個のパケットを送った後に停止する。 関連項目 ...
https://man.plustar.jp/manpage/man1/aecho.1.html - [similar]
Man page of SENDFILE 5855
SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send ... e(int out_fd , int in_fd , off_t * offset , size_t count ); 説明 sendfile () は、あるファイルディスクリプタ ... れ、 ファイルオフセットはこの呼び出しで更新される。 count は、ファイルディスクリプター間でコピーするバイト数 ... ap (2) 風の操作が in_fd では利用できない。もしくは count が負である。 EINVAL out_fd has the O_APPEND flag s ... から読み込むための十分なメモリーがない。 EOVERFLOW count is too large, the operation would result in exceed ...
https://man.plustar.jp/manpage/man2/sendfile.2.html - [similar]
Man page of SENDFILE 5855
SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send ... e(int out_fd , int in_fd , off_t * offset , size_t count ); 説明 sendfile () は、あるファイルディスクリプタ ... れ、 ファイルオフセットはこの呼び出しで更新される。 count は、ファイルディスクリプター間でコピーするバイト数 ... ap (2) 風の操作が in_fd では利用できない。もしくは count が負である。 EINVAL out_fd has the O_APPEND flag s ... から読み込むための十分なメモリーがない。 EOVERFLOW count is too large, the operation would result in exceed ...
https://man.plustar.jp/manpage/man2/sendfile64.2.html - [similar]
JM Project (Japanese)::List(man1) 5797
Linux マニュアル 一覧表 アルファベット順 - e linuxマニュアルの e の一覧表です。 Linux マニュアル ... 番号 error man3 error, error_at_line, error_message_count, error_one_per_line, error_print_progname - glibc ... r_at_line man3 error, error_at_line, error_message_count, error_one_per_line, error_print_progname - glibc ... のエラー書き出し関数 error_message_count man3 error, error_at_line, error_message_count, er ... _per_line man3 error, error_at_line, error_message_count, error_one_per_line, error_print_progname - glibc ...
https://man.plustar.jp/manpage/man_e.html - [similar]
Man page of PREAD 5740
PREAD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pread, ... std.h > ssize_t pread(int fd , void * buf , size_t count , off_t offset ); ssize_t pwrite(int fd , const vo ... id * buf , size_t count , off_t offset ); glibc 向けの機能検査マクロの要件 ... (ファイルの先頭からの) オフセット offset から最大 count バイトをバッファー buf へ読み込む。ファイルオフセッ ... は変化しない。 pwrite () は、バッファー buf から最大 count バイトをファイルディスクリプター fd のオフセット o ...
https://man.plustar.jp/manpage/man2/pread.2.html - [similar]
Man page of PREAD 5740
PREAD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pread, ... std.h > ssize_t pread(int fd , void * buf , size_t count , off_t offset ); ssize_t pwrite(int fd , const vo ... id * buf , size_t count , off_t offset ); glibc 向けの機能検査マクロの要件 ... (ファイルの先頭からの) オフセット offset から最大 count バイトをバッファー buf へ読み込む。ファイルオフセッ ... は変化しない。 pwrite () は、バッファー buf から最大 count バイトをファイルディスクリプター fd のオフセット o ...
https://man.plustar.jp/manpage/man2/pread64.2.html - [similar]
Man page of PREAD 5740
PREAD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pread, ... std.h > ssize_t pread(int fd , void * buf , size_t count , off_t offset ); ssize_t pwrite(int fd , const vo ... id * buf , size_t count , off_t offset ); glibc 向けの機能検査マクロの要件 ... (ファイルの先頭からの) オフセット offset から最大 count バイトをバッファー buf へ読み込む。ファイルオフセッ ... は変化しない。 pwrite () は、バッファー buf から最大 count バイトをファイルディスクリプター fd のオフセット o ...
https://man.plustar.jp/manpage/man2/pwrite.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT

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