manページ検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 340 for 等価 (0.068 sec.)
Man page of ISALPHA 5857
ISALPHA Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 isaln ... であるかを調べる。 (isalpha( c ) || isdigit( c )) と等価である。 isalpha () アルファベットかどうか調べる。標 ... "C" ロケールでは (isupper( c ) || islower( c )) と等価である。他のロケールでは、大文字でも小文字でもない他 ... e f A B C D E F の文字であるかどうかを調べることと等価である。 返り値 文字 c が調べた文字の種類に合っていれ ...
https://man.plustar.jp/manpage/man3/isxdigit_l.3.html - [similar]
Man page of INSTALL-INFO 5693
INSTALL-INFO Section: User Commands (1) Updated: February 2003 Index JM Home Page 名前 install-i ... 名を指定します。 これは、DIR-FILE 引数を使用するのと等価です。 --entry = TEXT Info ディレクトリエントリとして ... ルを指定します。 これは、INFO-FILE 引数を指定するのと等価です。 --info-dir = DIR --dir-file = DIR /dir と同じ ...
https://man.plustar.jp/manpage/man1/install-info.1.html - [similar]
Man page of WAIT4 5693
WAIT4 Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 wait3, ... の呼び出し wait3(wstatus, options, rusage); は以下と等価である。 waitpid(-1, wstatus, options); 同様に、次の ... び出し wait4(pid, wstatus, options, rusage); は以下と等価である。 waitpid(pid, wstatus, options); 言い換えると ...
https://man.plustar.jp/manpage/man2/wait3.2.html - [similar]
Man page of WAIT4 5693
WAIT4 Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 wait3, ... の呼び出し wait3(wstatus, options, rusage); は以下と等価である。 waitpid(-1, wstatus, options); 同様に、次の ... び出し wait4(pid, wstatus, options, rusage); は以下と等価である。 waitpid(pid, wstatus, options); 言い換えると ...
https://man.plustar.jp/manpage/man2/wait4.2.html - [similar]
Man page of FEATURE_TEST_MACROS 5693
FEATURE_TEST_MACROS Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Pag ... _SOURCE /* 500 未満の任意の値 */ 別の方法としては、等価な定義をコンパイル用のコマンドで 指定することもできる ... される (言い換えると、 _ISOC99_SOURCE を定義するのと等価である)。 • (glibc 2.10 以降) 値が 200809L 以上の場合 ... 値に関わらず、 _POSIX_C_SOURCE を値 1 で定義するのと等価となる。 Since this macro is obsolete, its usage is ... 開する。 初期のバージョン 2.1.x の glibc では、これと等価な _ISOC9X_SOURCE という名前のマクロが使われていた ( ...
https://man.plustar.jp/manpage/man7/feature_test_macros.7.html - [similar]
Man page of SETEUID 5530
SETEUID Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 seteu ... .0 では、 seteuid( euid ) は setreuid(-1, euid ) と等価であり、保存 set-user-ID を変更するかもしれない。 gl ... ibc 2.1 では、 setresuid(-1, euid , -1) と等価であり、保存 set-user-ID 変更しない。 同様のことが s ...
https://man.plustar.jp/manpage/man2/setegid.2.html - [similar]
Man page of SETEUID 5530
SETEUID Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 seteu ... .0 では、 seteuid( euid ) は setreuid(-1, euid ) と等価であり、保存 set-user-ID を変更するかもしれない。 gl ... ibc 2.1 では、 setresuid(-1, euid , -1) と等価であり、保存 set-user-ID 変更しない。 同様のことが s ...
https://man.plustar.jp/manpage/man2/seteuid.2.html - [similar]
Man page of VFORK 5530
VFORK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 vfork - ... SIX の原理 (rationale) には、 fork (2)+ exec (3) と等価な機能を提供する posix_spawn (3) は、 MMU を持たない ... は、以下の flags を指定して clone (2) を呼び出す のと等価である。 CLONE_VM | CLONE_VFORK | SIGCHLD 歴史 vfork ... 参照。 Linux では 2.2.0-pre6 あたりまでは fork (2) と等価であった。(i386 では) 2.2.0-pre9 から (他のアーキテク ...
https://man.plustar.jp/manpage/man2/vfork.2.html - [similar]
Man page of LSBLK 5367
LSBLK Section: System Administration (8) Updated: February 2013 Index JM Home Page 名前 lsblk - ... NAME,FSTYPE,LABEL,UUID,FSAVAIL,FSUSE%,MOUNTPOINT と等価である。 なお、ファイルシステムや RAID についての信頼 ... 。このオプションは、 -o NAME,SIZE,OWNER,GROUP,MODE と等価である。 -n , --noheadings ヘッダ行を表示しない。 -o ... -IO,PHY-SEC,LOG-SEC,ROTA, SCHED,RQ-SIZE,RA,WSAME と等価である。 -V , --version バージョン情報を表示して終了 ...
https://man.plustar.jp/manpage/man8/lsblk.8.html - [similar]
Man page of nm 5213
nm Section: GNU Development Tools (1) Updated: 5 November 1991 Index JM Home Page 名前 nm - オブ ... 式と短い形式がある。並べて書いてある場合は、それら が等価なオプションであることを意味する。 -A -o --print-fil ... はなく POSIX.2 標準のものを用い る。 ``-f posix'' と等価。 -s --print-armap 書庫のメンバーからシンボルをリス ...
https://man.plustar.jp/manpage/man1/nm.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT

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