manページ検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 196 for end (0.142 sec.)
Man page of STRCAT 5061
STRCAT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strcat ... h source string while maintaining a pointer to the end of the target string will provide better performan ...
https://man.plustar.jp/manpage/man3/strncat.3.html - [similar]
Man page of TERMCAP 5061
TERMCAP Section: Linux Programmer's Manual (5) Updated: 2020-08-13 Index JM Home Page 名前 termc ... る機能 !1 シフト状態の save キー !2 シフト状態の suspend キー !3 シフト状態の undo キー #1 シフト状態の hel ... &4 restart キー &5 resume キー &6 save キー &7 suspend キー &8 undo キー &9 シフト状態の begin キー *0 シ ... 態の delete line キー *6 select キー *7 シフト状態の end キー *8 シフト状態の clear line キー *9 シフト状態 ... キー @4 command キー @5 copy キー @6 create キー @7 end キー @8 enter/send キー @9 exit キー al 1 行挿入す ...
https://man.plustar.jp/manpage/man5/termcap.5.html - [similar]
Man page of EBTABLES 5061
EBTABLES Section: Maintenance Commands (8) Updated: December 2011 Index JM Home Page 名前 ebtabl ... cific information from your Linux distribution or vendor. More docs are available at https://wiki.nftable ... たときは例外として複数のコマンドを使える。 -A, --append チェインの最後にルールを追加する。 -D, --delete チ ... ( -D 直後に) 指定する方法である。構文: start_nr [ :end_nr ] ( -L --Ln を使ってルール番号を表示できる) end ... -C 直後に) 指定する方法である。 構文: start_nr [ :end_nr ] ( -L --Ln を使ってルール番号を表示できる) 詳細 ...
https://man.plustar.jp/manpage/man8/ebtables-legacy.8.html - [similar]
Man page of CP 5007
CP Section: FSF (1) Updated: November 1998 Index JM Home Page 名前 cp - ファイルやディレクトリを ... inkfile -rw-r--r-- 1 symlinkpipe ----------------- end ------------------------ 関連キーワード コピー , f ...
https://man.plustar.jp/manpage/man1/cp.1.html - [similar]
Man page of HEXDUMP 5007
HEXDUMP Section: User Commands (1) Updated: April 2013 Index JM Home Page 名前 hexdump - ファイル ... 以下のとおりである: [!]COLOR[:VALUE][@OFFSET_START[-END]] ! 条件を否定する。 注意していただきたいが、あるカ ... 進数で指定するようだ)。OFFSET_START だけ指定すると、END オフセットが同じ値になることに注意していただきたい ...
https://man.plustar.jp/manpage/man1/hexdump.1.html - [similar]
Man page of TROFF 5007
TROFF Section: User Commands (1) Updated: 6 August 2001 Index JM Home Page 名称 troff - 文書をフ ... リをマクロ検索パスに加えます。 -R troffrc と troffrc-end を読みません。 -n num 最初のページ番号を num としま ... ケージの前に呼び出されます) /usr/share/tmac/troffrc-end 初期化ファイル (他のマクロパッケージの後に呼び出さ ... フォント F のフォント記述ファイル troffrc と troffrc-end は、セキュリティのためデフォルトで現在のディレクト ...
https://man.plustar.jp/manpage/man1/troff.1.html - [similar]
Man page of FCNTL 5007
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... れる。 Linux では、このコマンドで変更できるのは O_APPEND , O_ASYNC , O_DIRECT , O_NOATIME , O_NONBLOCK フラ ... How to interpret l_start: SEEK_SET, SEEK_CUR, SEEK_END */ off_t l_start; /* Starting offset for lock */ o ... ァイルオフセットからのオフセット、 l_whence が SEEK_END の場合はファイルの末尾からのオフセットと解釈される ... ossible that the lock might get lost. This may happen due to administrative action on the server, or due ...
https://man.plustar.jp/manpage/man2/fcntl.2.html - [similar]
Man page of FCNTL 5007
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... れる。 Linux では、このコマンドで変更できるのは O_APPEND , O_ASYNC , O_DIRECT , O_NOATIME , O_NONBLOCK フラ ... How to interpret l_start: SEEK_SET, SEEK_CUR, SEEK_END */ off_t l_start; /* Starting offset for lock */ o ... ァイルオフセットからのオフセット、 l_whence が SEEK_END の場合はファイルの末尾からのオフセットと解釈される ... ossible that the lock might get lost. This may happen due to administrative action on the server, or due ...
https://man.plustar.jp/manpage/man2/fcntl64.2.html - [similar]
Man page of SENDFILE 5007
SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send ... クリプター間でデータを転送する 書式 #include < sys/sendfile.h > ssize_t sendfile(int out_fd , int in_fd , ... off_t * offset , size_t count ); 説明 sendfile () は、あるファイルディスクリプターから別の フ ... ピーを行う。 このコピーはカーネル内で行われるので、 sendfile () は、 read (2) と write (2) を組み合わせるよ ... ばならない。 offset が NULL でない場合、 offset は sendfile () が in_fd のどこからデータを読み始めるかを示 ...
https://man.plustar.jp/manpage/man2/sendfile.2.html - [similar]
Man page of SENDFILE 5007
SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send ... クリプター間でデータを転送する 書式 #include < sys/sendfile.h > ssize_t sendfile(int out_fd , int in_fd , ... off_t * offset , size_t count ); 説明 sendfile () は、あるファイルディスクリプターから別の フ ... ピーを行う。 このコピーはカーネル内で行われるので、 sendfile () は、 read (2) と write (2) を組み合わせるよ ... ばならない。 offset が NULL でない場合、 offset は sendfile () が in_fd のどこからデータを読み始めるかを示 ...
https://man.plustar.jp/manpage/man2/sendfile64.2.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT

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