manページ検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 1481 for POSIX (0.093 sec.)
Man page of OPENDIR 2756
OPENDIR Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 opend ... _macros (7) 参照): fdopendir (): glibc 2.10 以降: _POSIX_C_SOURCE >= 200809L glibc 2.10 より前: _GNU_SOURCE ... -Safe 準拠 opendir () は SVr4 と 4.3BSD に存在し、 POSIX.1-2001 で規定されている。 fdopendir () は POSIX.1- ... リプター fd の close-on-exec を設定するかどうかは、 POSIX.1-200x では規定されていない。 関連項目 open (2), c ...
https://man.plustar.jp/manpage/man3/opendir.3.html - [similar]
Man page of PRINTF 2756
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... _SOURCE dprintf (), vdprintf (): glibc 2.10 以降: _POSIX_C_SOURCE >= 200809L glibc 2.10 より前: _GNU_SOURCE ... をどのように変換して出力するかを指定する。 C99 と POSIX.1-2001 では、 sprintf (), snprintf (), vsprintf () ... ロケールの LC_NUMERIC による ( setlocale (3) 参照)。 POSIX ロケールでは小数点に '.' を用い、 区切り文字は使わ ... ない。 従って、 printf("%'.2f", 1234567.89); は、 POSIX ロケールでは "1234567.89" 、 nl_NL ロケールでは "1 ...
https://man.plustar.jp/manpage/man3/printf.3.html - [similar]
Man page of PTHREAD_SETCONCURRENCY 2756
PTHREAD_SETCONCURRENCY Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home ... スレッド実装はこの情報をヒントとしてのみ利用する。 POSIX.1 では、 pthread_setconcurrency () の呼び出した結果 ... で失敗する場合がある。 EINVAL new_level が負である。 POSIX.1 also documents an EAGAIN error ("the value speci ... hread_getconcurrency () Thread safety MT-Safe 準拠 POSIX.1-2001, POSIX.1-2008. 注意 デフォルトの concurrenc ...
https://man.plustar.jp/manpage/man3/pthread_getconcurrency.3.html - [similar]
Man page of PTHREAD_SETCONCURRENCY 2756
PTHREAD_SETCONCURRENCY Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home ... スレッド実装はこの情報をヒントとしてのみ利用する。 POSIX.1 では、 pthread_setconcurrency () の呼び出した結果 ... で失敗する場合がある。 EINVAL new_level が負である。 POSIX.1 also documents an EAGAIN error ("the value speci ... hread_getconcurrency () Thread safety MT-Safe 準拠 POSIX.1-2001, POSIX.1-2008. 注意 デフォルトの concurrenc ...
https://man.plustar.jp/manpage/man3/pthread_setconcurrency.3.html - [similar]
Man page of UNLOCKED_STDIO 2756
UNLOCKED_STDIO Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 ... (), putchar_unlocked (): /* Since glibc 2.24: */ _POSIX_C_SOURCE >= 199309L || /* Glibc versions <= 2.23: ... */ _POSIX_C_SOURCE || /* Glibc versions <= 2.19: */ _SVID_SO ... c_unlocked (), putchar_unlocked () の 4 つの関数は POSIX.1-2001 と POSIX.1-2008 に規定されている。 非標準の ...
https://man.plustar.jp/manpage/man3/putc_unlocked.3.html - [similar]
Man page of UNLOCKED_STDIO 2756
UNLOCKED_STDIO Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 ... (), putchar_unlocked (): /* Since glibc 2.24: */ _POSIX_C_SOURCE >= 199309L || /* Glibc versions <= 2.23: ... */ _POSIX_C_SOURCE || /* Glibc versions <= 2.19: */ _SVID_SO ... c_unlocked (), putchar_unlocked () の 4 つの関数は POSIX.1-2001 と POSIX.1-2008 に規定されている。 非標準の ...
https://man.plustar.jp/manpage/man3/putchar_unlocked.3.html - [similar]
Man page of UNLOCKED_STDIO 2756
UNLOCKED_STDIO Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 ... (), putchar_unlocked (): /* Since glibc 2.24: */ _POSIX_C_SOURCE >= 199309L || /* Glibc versions <= 2.23: ... */ _POSIX_C_SOURCE || /* Glibc versions <= 2.19: */ _SVID_SO ... c_unlocked (), putchar_unlocked () の 4 つの関数は POSIX.1-2001 と POSIX.1-2008 に規定されている。 非標準の ...
https://man.plustar.jp/manpage/man3/putwc_unlocked.3.html - [similar]
Man page of UNLOCKED_STDIO 2756
UNLOCKED_STDIO Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 ... (), putchar_unlocked (): /* Since glibc 2.24: */ _POSIX_C_SOURCE >= 199309L || /* Glibc versions <= 2.23: ... */ _POSIX_C_SOURCE || /* Glibc versions <= 2.19: */ _SVID_SO ... c_unlocked (), putchar_unlocked () の 4 つの関数は POSIX.1-2001 と POSIX.1-2008 に規定されている。 非標準の ...
https://man.plustar.jp/manpage/man3/putwchar_unlocked.3.html - [similar]
Man page of SCALBLN 2756
SCALBLN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 scalb ... n (), scalblnf (), scalblnl (): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || /* glibc 2.19 以降: */ _DEF ... lbn (), scalbnf (), scalbnl (): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || /* Since glibc 2.19: */ _DE ... nf (), scalblnl () Thread safety MT-Safe 準拠 C99, POSIX.1-2001, POSIX.1-2008. 注意 これらの関数は、 scalb ...
https://man.plustar.jp/manpage/man3/scalbln.3.html - [similar]
Man page of SCALBLN 2756
SCALBLN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 scalb ... n (), scalblnf (), scalblnl (): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || /* glibc 2.19 以降: */ _DEF ... lbn (), scalbnf (), scalbnl (): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || /* Since glibc 2.19: */ _DE ... nf (), scalblnl () Thread safety MT-Safe 準拠 C99, POSIX.1-2001, POSIX.1-2008. 注意 これらの関数は、 scalb ...
https://man.plustar.jp/manpage/man3/scalblnf.3.html - [similar]
PREV 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 NEXT

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