manページ検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 547 for value (0.029 sec.)
Man page of SEM_OPEN 4587
SEM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sem_ ... ar * name , int oflag , mode_t mode , unsigned int value ); -pthread とリンクする。 説明 sem_open () は、新 ... 読み出し許可と書き込み許可の 両方を得る必要がある。 value 引数は新しいセマフォの初期値を指定する。 O_CREAT が ... た名前 name のセマフォがすでに存在する場合、 mode と value は無視される。 返り値 成功すると、 sem_open () は新 ... name という名前のセマフォはすでに存在する。 EINVAL value が SEM_VALUE_MAX よりも大きい。 EINVAL name が "/" ...
https://man.plustar.jp/manpage/man3/sem_open.3.html - [similar]
Man page of LISTEN 4541
LISTEN Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 listen ... される。 If the backlog argument is greater than the value in /proc/sys/net/core/somaxconn , then it is silen ... tly truncated to that value. Since Linux 5.4, the default in this file is 4096 ... ; in earlier kernels, the default value is 128. In kernels before 2.4.25, this limit was a ... hard coded value, SOMAXCONN , with the value 128. 例 bind (2) 参照。 ...
https://man.plustar.jp/manpage/man2/listen.2.html - [similar]
Man page of SIGQUEUE 4541
SIGQUEUE Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 sigq ... sigqueue(pid_t pid , int sig , const union sigval value ); glibc 向けの機能検査マクロの要件 ( feature_test ... のプロセスが存在するかをチェックすることができる。 value 引数はシグナルと一緒に送るデータの付属アイテムを指 ... 定する。 value は (整数またはポインターの値であり) 以下のような型 ... ンドラーの第 2 引数に渡される siginfo_t 構造体の si_value フィールドによって、このデータを取得できる。 さらに ...
https://man.plustar.jp/manpage/man3/sigqueue.3.html - [similar]
Man page of NSLOOKUP 4541
NSLOOKUP Section: Maintenance Commands (8) Index JM Home Page BSD mandoc BSD 4 名称 nslookup - イ ... ます。 exit プログラムを終了します。 set keyword [= value ] このコマンドは探索に影響するオプションを変更する ... トサーバとホストに関する情報も表示されます。 class= value 問い合わせのクラスを次のいずれかに変更します。 IN ... す。 (デフォルト = search 略記 = Op Ic no sea port= value デフォルトのネームサーバの TCP/UDP ポートを value ... 変更します。 (デフォルト = 53; 略記 = po querytype= value type= value 問い合わせる情報の種類を変更します。情 ...
https://man.plustar.jp/manpage/man8/nslookup.8.html - [similar]
Man page of SETFSUID 4502
SETFSUID Section: Linux Programmer's Manual (2) Updated: 2019-05-09 Index JM Home Page 名前 setf ... ssions checks (see credentials (7)). Normally, the value of the process's filesystem user ID is the same as ... the value of its effective user ID. This is so, because when ... s the filesystem user ID to be the same as the new value of the effective user ID. A process can cause the ... etfsuid () to change its filesystem user ID to the value given in fsuid . Explicit calls to setfsuid () and ...
https://man.plustar.jp/manpage/man2/setfsuid.2.html - [similar]
Man page of SETFSUID 4502
SETFSUID Section: Linux Programmer's Manual (2) Updated: 2019-05-09 Index JM Home Page 名前 setf ... ssions checks (see credentials (7)). Normally, the value of the process's filesystem user ID is the same as ... the value of its effective user ID. This is so, because when ... s the filesystem user ID to be the same as the new value of the effective user ID. A process can cause the ... etfsuid () to change its filesystem user ID to the value given in fsuid . Explicit calls to setfsuid () and ...
https://man.plustar.jp/manpage/man2/setfsuid32.2.html - [similar]
Man page of GETAUXVAL 4502
GETAUXVAL Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 get ... etails relating to the Intel x86 architecture; the value returned is the first 32-bit word of the array des ... The associativity is such that if N is the 16-bit value, the cache is N-way set associative. AT_L1D_CACHES ... 16 バイトがあるアドレス。 AT_SECURE Has a nonzero value if this executable should be treated securely. Mos ... t commonly, a nonzero value indicates that the process is executing a set-user ...
https://man.plustar.jp/manpage/man3/getauxval.3.html - [similar]
Man page of SETENV 4502
SETENV Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 setenv ... ib.h > int setenv(const char * name , const char * value , int overwrite ); int unsetenv(const char * name ... 関数は、 name が存在しない場合 環境変数 name に値 value を設定し、環境に追加する。 name が環境に存在する場 ... 合、 overwrite が 0 以外ならば その値を value に変更し、 overwrite が 0 ならば name の値を変更し ... を返す)。 この関数は、 ( putenv (3) と違い) name と value により参照される文字列のコピーを行う。 unsetenv () ...
https://man.plustar.jp/manpage/man3/setenv.3.html - [similar]
Man page of STRTOD 4502
STRTOD Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtod ... , zero is returned and (unless endptr is null) the value of nptr is stored in the location referenced by en ... dptr . If the correct value would cause overflow, plus or minus HUGE_VAL , HUG ... rned (according to the return type and sign of the value), and ERANGE is stored in errno . If the correct v ... alue would cause underflow, a value with magnitude no larger than DBL_MIN , FLT_MIN , ...
https://man.plustar.jp/manpage/man3/strtod.3.html - [similar]
Man page of STRTOD 4502
STRTOD Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtod ... , zero is returned and (unless endptr is null) the value of nptr is stored in the location referenced by en ... dptr . If the correct value would cause overflow, plus or minus HUGE_VAL , HUG ... rned (according to the return type and sign of the value), and ERANGE is stored in errno . If the correct v ... alue would cause underflow, a value with magnitude no larger than DBL_MIN , FLT_MIN , ...
https://man.plustar.jp/manpage/man3/strtof.3.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