manページ検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 1481 for POSIX (0.130 sec.)
Man page of TIME 3011
TIME Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 time - 秒 ... ger a SIGSEGV signal. 準拠 SVr4, 4.3BSD, C89, C99, POSIX.1-2001. POSIX にはエラー状態の規定はない。 注意 PO ... 解釈に一貫性を持たせることになる。 より詳しい原理は POSIX.1 Rationale A.4.15 を参照すること。 On Linux, a ca ... (2038-01-19 03:14:08 UTC, ignoring leap seconds). (POSIX.1 permits, but does not require, the EOVERFLOW err ...
https://man.plustar.jp/manpage/man2/time.2.html - [similar]
Man page of TIMER_DELETE 3011
TIMER_DELETE Section: Linux Programmer's Manual (2) Updated: 2015-08-08 Index JM Home Page 名前 ... timer_delete - プロセス単位の POSIX タイマーを削除する 書式 #include < time.h > int ti ... ( feature_test_macros (7) 参照): timer_delete (): _POSIX_C_SOURCE >= 199309L 説明 timer_delete () は timeri ... のシステムコールは Linux 2.6 以降で利用できる。 準拠 POSIX.1-2001, POSIX.1-2008. 関連項目 clock_gettime (2), ...
https://man.plustar.jp/manpage/man2/timer_delete.2.html - [similar]
Man page of VFORK 3011
VFORK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 vfork - ... (): glibc 2.12 以降: (_XOPEN_SOURCE >= 500) && ! (_POSIX_C_SOURCE >= 200809L) || /* glibc 2.19 以降: */ _DE ... SD_SOURCE || _XOPEN_SOURCE >= 500 説明 規格の説明 (POSIX.1 より引用) vfork () 関数は fork (2) と同じ働きをす ... れているかを知らな ければならなかった。 準拠 4.3BSD; POSIX.1-2001 (廃止予定とされている)。 POSIX.1-2008 では ... うなシステムで fork (2) を実装することはできない。 (POSIX.1-2008 では vfork () が標準から削除された。 posix_ ...
https://man.plustar.jp/manpage/man2/vfork.2.html - [similar]
Man page of WAIT 3011
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... info_t * infop , int options ); /* これは glibc と POSIX のインターフェイスである。 生のシステムコールについ ... itid (): glibc 2.26 以降: _XOPEN_SOURCE >= 500 || _POSIX_C_SOURCE >= 200809L glibc 2.25 以前: _XOPEN_SOURCE ... || /* Since glibc 2.12: */ _POSIX_C_SOURCE >= 200809L || /* Glibc versions <= 2.19: ... ALED returned true. This macro is not specified in POSIX.1-2001 and is not available on some UNIX implement ...
https://man.plustar.jp/manpage/man2/wait.2.html - [similar]
Man page of WAIT 3011
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... info_t * infop , int options ); /* これは glibc と POSIX のインターフェイスである。 生のシステムコールについ ... itid (): glibc 2.26 以降: _XOPEN_SOURCE >= 500 || _POSIX_C_SOURCE >= 200809L glibc 2.25 以前: _XOPEN_SOURCE ... || /* Since glibc 2.12: */ _POSIX_C_SOURCE >= 200809L || /* Glibc versions <= 2.19: ... ALED returned true. This macro is not specified in POSIX.1-2001 and is not available on some UNIX implement ...
https://man.plustar.jp/manpage/man2/waitid.2.html - [similar]
Man page of WAIT 3011
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... info_t * infop , int options ); /* これは glibc と POSIX のインターフェイスである。 生のシステムコールについ ... itid (): glibc 2.26 以降: _XOPEN_SOURCE >= 500 || _POSIX_C_SOURCE >= 200809L glibc 2.25 以前: _XOPEN_SOURCE ... || /* Since glibc 2.12: */ _POSIX_C_SOURCE >= 200809L || /* Glibc versions <= 2.19: ... ALED returned true. This macro is not specified in POSIX.1-2001 and is not available on some UNIX implement ...
https://man.plustar.jp/manpage/man2/waitpid.2.html - [similar]
Man page of WRITE 3011
WRITE Section: Linux Programmer's Manual (2) Updated: 2019-10-10 Index JM Home Page 名前 write - ... と書き込み操作はアトミックな処理として 実行される。 POSIX は write () が行なわれた後に実行した read (2) が 新 ... を返すことを要求している。 全てのファイルシステムが POSIX 準拠ではない点に注意すること。 According to POSIX. ... 設定されており、書き込みを行うと停止する状況にある。 POSIX.1-2001 は、この場合にどちらのエラーを返すことも認め ... 他のエラーが起こるかもしれない。 準拠 SVr4, 4.3BSD, POSIX.1-2001. SVr4 では write が割り込まれると、データが ...
https://man.plustar.jp/manpage/man2/write.2.html - [similar]
Man page of ATANH 3011
ATANH Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 atanh, ... est_macros (7) 参照): atanh (): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 500 || /* ... ID_SOURCE atanhf (), atanhl (): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || /* Since glibc 2.19: */ _DE ... anhf (), atanhl () Thread safety MT-Safe 準拠 C99, POSIX.1-2001, POSIX.1-2008. double 版の関数は SVr4, 4.3B ... とそれ以前のバージョンでは、 極エラーが発生した場合、POSIX で要求されている ERANGE ではなく EDOM が errno に設 ...
https://man.plustar.jp/manpage/man3/atanh.3.html - [similar]
Man page of ATANH 3011
ATANH Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 atanh, ... est_macros (7) 参照): atanh (): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 500 || /* ... ID_SOURCE atanhf (), atanhl (): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || /* Since glibc 2.19: */ _DE ... anhf (), atanhl () Thread safety MT-Safe 準拠 C99, POSIX.1-2001, POSIX.1-2008. double 版の関数は SVr4, 4.3B ... とそれ以前のバージョンでは、 極エラーが発生した場合、POSIX で要求されている ERANGE ではなく EDOM が errno に設 ...
https://man.plustar.jp/manpage/man3/atanhf.3.html - [similar]
Man page of ATANH 3011
ATANH Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 atanh, ... est_macros (7) 参照): atanh (): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 500 || /* ... ID_SOURCE atanhf (), atanhl (): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || /* Since glibc 2.19: */ _DE ... anhf (), atanhl () Thread safety MT-Safe 準拠 C99, POSIX.1-2001, POSIX.1-2008. double 版の関数は SVr4, 4.3B ... とそれ以前のバージョンでは、 極エラーが発生した場合、POSIX で要求されている ERANGE ではなく EDOM が errno に設 ...
https://man.plustar.jp/manpage/man3/atanhl.3.html - [similar]
PREV 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 NEXT

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