manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 589 for On (0.009 sec.)
Man page of MPROTECT 5858
MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mpro ... をそのプロセスに対して生成する。 prot is a combination of the following access flags: PROT_NONE or a bitw ... r of the other values in the following list: PROT_NONE そのメモリーには全くアクセスできない。 PROT_READ ... 5.7 以降) The memory can be used for atomic operations. This flag was introduced as part of the futex (2 ... ) implementation (in order to guarantee the ability to perform atom ...
https://man.plustar.jp/manpage/man2/mprotect.2.html - [similar]
Man page of MPROTECT 5858
MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mpro ... をそのプロセスに対して生成する。 prot is a combination of the following access flags: PROT_NONE or a bitw ... r of the other values in the following list: PROT_NONE そのメモリーには全くアクセスできない。 PROT_READ ... 5.7 以降) The memory can be used for atomic operations. This flag was introduced as part of the futex (2 ... ) implementation (in order to guarantee the ability to perform atom ...
https://man.plustar.jp/manpage/man2/pkey_mprotect.2.html - [similar]
Man page of TOP 5798
TOP Section: Linux User's Manual (1) Updated: September 2002 Index JM Home Page 名前 top - Linux ... 示する 書式 top - hv | - bcisS - d delay - n iterations - p pid [, pid ...] 昔からのスイッチ '-' と空白の ... (全画面) * 'd' - 遅延時間 3.0 秒 'I' - Irix モード On ('solaris' smp ではない) * 'p' - PID の監視 Off * ... サマリーエリアのデフォルト 'l' - 負荷平均/稼働時間 On (プログラム名が表示される) 't' - タスク/Cpu 統計 O ... n (1+1 行。'1' を参照) 'm' - メモリ/スワップ使用量 On (2 行を使う) '1' - シングル Cpu On (smp の場合 1 行 ...
https://man.plustar.jp/manpage/man1/top.1.html - [similar]
Man page of SOCKET 5798
SOCKET Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 socket ... ジを 見てほしい。 socket (2) はソケットを生成する。 connect (2) はソケットをリモートのソケットアドレスに接 ... ir (2) は互いに接続された二つの名前無しソケット (anonymous socket) を返す ( AF_UNIX のような、いくつかの ... 2) を使ってソケットのファイルディスクリプターに O_NONBLOCK フラグをセットすれば良い。 こうするとブロック ... なる (後で処理が再試行されることが期待されている)。 connect (2) では EINPROGRESS エラーが返される。 この場 ...
https://man.plustar.jp/manpage/man7/socket.7.html - [similar]
Man page of SYSCALL 5738
SYSCALL Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 sysca ... #include < sys/syscall.h > /* SYS_xxx の定義用 */ long syscall(long number , ...); glibc 向けの機能検査マ ... キテクチャーでは非常によくあることだ。 For example, on the ARM architecture Embedded ABI (EABI), a 64-bit ... value (e.g., long long ) must be aligned to an even register pair. ... dahead (2) system call would be invoked as follows on the ARM architecture with the EABI in little endia ...
https://man.plustar.jp/manpage/man2/syscall.2.html - [similar]
Man page of HOST.CONF 5738
HOST.CONF Section: Linux System Administration (5) Updated: 2019-03-06 Index JM Home Page 名前 h ... ost.conf - レゾルバ設定ファイル 説明 ファイル /etc/host.co ... 選択する必要がある。注意すること。) multi 有効な値は on と off である。 on に設定された場合、最初のエントリ ... で、 デフォルトでは off である。 reorder 有効な値は on と off である。 on に設定されると、 gethostbyname ... 境変数 以下の環境変数を使って、ユーザーは /etc/host.conf で設定されている動作を上書きできる。 RESOLV_HOST_ ...
https://man.plustar.jp/manpage/man5/host.conf.5.html - [similar]
Man page of FEXECVE 5679
FEXECVE Section: Linux Programmer's Manual (3) Updated: 2019-10-10 Index JM Home Page 名前 fexec ... #include < unistd.h > int fexecve(int fd , char *const argv [], char *const envp []); glibc 向けの機能検 ... thname. The file descriptor fd must be opened read-only ( O_RDONLY ) or with the O_PATH flag and the cal ... ler must have permission to execute the file that it refers to. 返り値 fexe ... ある。または envp が NULL である。 ENOENT The close-on-exec flag is set on fd , and fd refers to a script ...
https://man.plustar.jp/manpage/man3/fexecve.3.html - [similar]
Man page of OPEN 5626
OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op ... lude < sys/stat.h > #include < fcntl.h > int open(const char * pathname , int flags ); int open(const ch ... * pathname , int flags , mode_t mode ); int creat(const char * pathname , mode_t mode ); int openat(int ... dirfd , const char * pathname , int flags ); int openat(int di ... rfd , const char * pathname , int flags , mode_t mode ); /* ...
https://man.plustar.jp/manpage/man2/creat.2.html - [similar]
Man page of OPEN 5626
OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op ... lude < sys/stat.h > #include < fcntl.h > int open(const char * pathname , int flags ); int open(const ch ... * pathname , int flags , mode_t mode ); int creat(const char * pathname , mode_t mode ); int openat(int ... dirfd , const char * pathname , int flags ); int openat(int di ... rfd , const char * pathname , int flags , mode_t mode ); /* ...
https://man.plustar.jp/manpage/man2/open.2.html - [similar]
Man page of OPEN 5626
OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op ... lude < sys/stat.h > #include < fcntl.h > int open(const char * pathname , int flags ); int open(const ch ... * pathname , int flags , mode_t mode ); int creat(const char * pathname , mode_t mode ); int openat(int ... dirfd , const char * pathname , int flags ); int openat(int di ... rfd , const char * pathname , int flags , mode_t mode ); /* ...
https://man.plustar.jp/manpage/man2/openat.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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