manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 960 for IN (0.014 sec.)
Man page of POLL 4862
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... ファイルディスクリプターにおけるイベントを待つ 書式 #include < poll.h > int poll(struct pollfd * fds , nfd ... s_t nfds , int timeout ); #define _GNU_SOURCE /* feature_test_ma ... cros (7) 参照 */ #include < signal.h > #include < poll.h > int ppoll(st ... e descriptors to become ready to perform I/O. The Linux-specific epoll (7) API performs a similar task, ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 4862
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... ファイルディスクリプターにおけるイベントを待つ 書式 #include < poll.h > int poll(struct pollfd * fds , nfd ... s_t nfds , int timeout ); #define _GNU_SOURCE /* feature_test_ma ... cros (7) 参照 */ #include < signal.h > #include < poll.h > int ppoll(st ... e descriptors to become ready to perform I/O. The Linux-specific epoll (7) API performs a similar task, ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of SENDFILE 4831
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_f ... d , int in_fd , off_t * offset , size_t count ); 説明 sen ... ザー空間との間でデータの転送が必要となるからである。 in_fd は読み込みのためにオープンされたファイルディスク ... fset が NULL でない場合、 offset は sendfile () が in_fd のどこからデータを読み始めるかを示すファイルオフ ...
https://man.plustar.jp/manpage/man2/sendfile.2.html - [similar]
Man page of SENDFILE 4831
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_f ... d , int in_fd , off_t * offset , size_t count ); 説明 sen ... ザー空間との間でデータの転送が必要となるからである。 in_fd は読み込みのためにオープンされたファイルディスク ... fset が NULL でない場合、 offset は sendfile () が in_fd のどこからデータを読み始めるかを示すファイルオフ ...
https://man.plustar.jp/manpage/man2/sendfile64.2.html - [similar]
Man page of CORE 4806
CORE Section: Linux Programmer's Manual (5) Updated: 2020-11-01 Index JM Home Page 名前 core - コ ... 合のデフォルトのアクションは、 プロセスを終了し (terminate)、 コアダンプファイル (core dump file) を生成す ... ルを生成しようとしたファイルシステムがフルであるか、 inode が全て使用されているか、読み込み専用でマウントさ ... のドキュメント ( csh (1) の limit ) を参照。 * The binary being executed by the process does not have rea ... not produce a---possibly readable---core dump containing an image of the executable.) * The process is e ...
https://man.plustar.jp/manpage/man5/core.5.html - [similar]
Man page of ZEBEDEE 4774
ZEBEDEE Section: User Contributed Perl Documentation (1) Updated: 2012-06-06 Index JM Home Page ... generation: zebedee -h [ file ... ] zebedee -H string ... Windows Service: zebedee [ -n name ] -S [inst ... ことも可能である。 Zebedee の主な目的は: • UNIX と Windows 95/98/NT の双方にてクライアントとサーバーの機能 ... 0.0 の機能について記している. 名前の由来は?(What's in a name?) あなたが疑問を持とうが持つまいが、 Zebede ... ebedee -s うまくいけば(いくはず!) Zebedee は 端末(windowsではコンソールウインドウ)から切り離されてバック ...
https://man.plustar.jp/manpage/man1/zebedee.1.html - [similar]
Man page of LOCALE 4749
LOCALE Section: Linux User Manual (5) Updated: 2020-11-01 Index JM Home Page 名前 locale - ロケー ... に変換するのに 必要な全ての情報を含んでいる。 The definition files consist of sections which each describe ... a locale category in detail. See locale (7) for additional details for ... 。デフォルトではシャープ (#) である。 The locale definition has one part for each locale category. Each p ... art can be copied from another existing locale or can be defined from scratch. If the cat ...
https://man.plustar.jp/manpage/man5/locale.5.html - [similar]
Man page of BOOTPARAM 4749
BOOTPARAM Section: Linux Programmer's Manual (7) Updated: 2017-09-15 Index JM Home Page 名前 boo ... tparam - Linux カーネル起動時パラメーターの解説 説明 Linux カー ... have no opportunity to specify any parameters. So, in order to take advantage of this possibility you ha ... ters, such as GRUB. 引数リスト The kernel command line is parsed into a list of strings (boot arguments) ... マンドラインの識別はほとんどがカーネルソースファイル init/main.c に書かれている。 最初に、カーネルは 'root ...
https://man.plustar.jp/manpage/man7/bootparam.7.html - [similar]
Man page of FANOTIFY 4549
FANOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 fano ... する 説明 The fanotify API provides notification and interception of filesystem events. Use cases include ... virus scanning and hierarchical storage management. In the origi ... y API, only a limited set of events was supported. In particular, there was no support for create, delet ... ove events. The support for those events was added in Linux 5.1. (See inotify (7) for details of an API ...
https://man.plustar.jp/manpage/man7/fanotify.7.html - [similar]
Man page of MLOCK 4518
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... lockall - メモリーのロックとロック解除を行う 書式 #include < sys/mman.h > int mlock(const void * addr , ... size_t len ); int mlock2(const void * addr , size_t len , int flags ... ); int munlock(const void * addr , size_t len ); int mlo ... ckall(int flags ); int munlockall(void); 説明 mlock () と m ...
https://man.plustar.jp/manpage/man2/mlock.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT

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