manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 1481 for POSIX (0.042 sec.)
Man page of SYSCONF 5630
SYSCONF Section: Linux Programmer's Manual (3) Updated: 2019-05-09 Index JM Home Page 名前 sysco ... include < unistd.h > long sysconf(int name ); 説明 POSIX では、アプリケーションがコンパイル時や実行時に、 特 ... を確認できるように、たいていは < unistd.h > で定数 _POSIX_FOO が定義されている。 定義されていないときは、実行 ... されている。通常は、そのオプションについて記載した POSIX の改訂年月 を示す値になっている (例えば 200112L)。 ... されていると、そのオプションはサポートされているが、 POSIX の改訂版がまだ発行されていないことを示す。 sysconf ...
https://man.plustar.jp/manpage/man3/sysconf.3.html - [similar]
Man page of POSIX_MEMALIGN 5572
POSIX_MEMALIGN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... posix_memalign, aligned_alloc, memalign, valloc, pvalloc ... リーの割り当てを行う 書式 #include < stdlib.h > int posix_memalign(void ** memptr , size_t alignment , size_ ... 能検査マクロの要件 ( feature_test_macros (7) 参照): posix_memalign (): _POSIX_C_SOURCE >= 200112L aligned_al ... (): glibc 2.12 以降: (_XOPEN_SOURCE >= 500) && !(_POSIX_C_SOURCE >= 200112L) || /* glibc 2.19 以降: */ _DE ...
https://man.plustar.jp/manpage/man3/aligned_alloc.3.html - [similar]
Man page of POSIX_MEMALIGN 5572
POSIX_MEMALIGN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... posix_memalign, aligned_alloc, memalign, valloc, pvalloc ... リーの割り当てを行う 書式 #include < stdlib.h > int posix_memalign(void ** memptr , size_t alignment , size_ ... 能検査マクロの要件 ( feature_test_macros (7) 参照): posix_memalign (): _POSIX_C_SOURCE >= 200112L aligned_al ... (): glibc 2.12 以降: (_XOPEN_SOURCE >= 500) && !(_POSIX_C_SOURCE >= 200112L) || /* glibc 2.19 以降: */ _DE ...
https://man.plustar.jp/manpage/man3/memalign.3.html - [similar]
Man page of POSIX_MEMALIGN 5572
POSIX_MEMALIGN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... posix_memalign, aligned_alloc, memalign, valloc, pvalloc ... リーの割り当てを行う 書式 #include < stdlib.h > int posix_memalign(void ** memptr , size_t alignment , size_ ... 能検査マクロの要件 ( feature_test_macros (7) 参照): posix_memalign (): _POSIX_C_SOURCE >= 200112L aligned_al ... (): glibc 2.12 以降: (_XOPEN_SOURCE >= 500) && !(_POSIX_C_SOURCE >= 200112L) || /* glibc 2.19 以降: */ _DE ...
https://man.plustar.jp/manpage/man3/posix_memalign.3.html - [similar]
Man page of POSIX_MEMALIGN 5572
POSIX_MEMALIGN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... posix_memalign, aligned_alloc, memalign, valloc, pvalloc ... リーの割り当てを行う 書式 #include < stdlib.h > int posix_memalign(void ** memptr , size_t alignment , size_ ... 能検査マクロの要件 ( feature_test_macros (7) 参照): posix_memalign (): _POSIX_C_SOURCE >= 200112L aligned_al ... (): glibc 2.12 以降: (_XOPEN_SOURCE >= 500) && !(_POSIX_C_SOURCE >= 200112L) || /* glibc 2.19 以降: */ _DE ...
https://man.plustar.jp/manpage/man3/pvalloc.3.html - [similar]
Man page of POSIX_MEMALIGN 5572
POSIX_MEMALIGN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... posix_memalign, aligned_alloc, memalign, valloc, pvalloc ... リーの割り当てを行う 書式 #include < stdlib.h > int posix_memalign(void ** memptr , size_t alignment , size_ ... 能検査マクロの要件 ( feature_test_macros (7) 参照): posix_memalign (): _POSIX_C_SOURCE >= 200112L aligned_al ... (): glibc 2.12 以降: (_XOPEN_SOURCE >= 500) && !(_POSIX_C_SOURCE >= 200112L) || /* glibc 2.19 以降: */ _DE ...
https://man.plustar.jp/manpage/man3/valloc.3.html - [similar]
Man page of POSIX_FALLOCATE 5010
POSIX_FALLOCATE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名 ...posix_fallocate - ファイルのスペースを確保する 書式 #inc ... lude < fcntl.h > int posix_fallocate(int fd , off_t offset , off_t len ); gli ... 能検査マクロの要件 ( feature_test_macros (7) 参照): posix_fallocate (): _POSIX_C_SOURCE >= 200112L 説明 関数 ... posix_fallocate () は、ファイルディスクリプター fd で参照 ...
https://man.plustar.jp/manpage/man3/posix_fallocate.3.html - [similar]
Man page of POSIX_OPENPT 4925
POSIX_OPENPT Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 ... 書式 #include < stdlib.h > #include < fcntl.h > int posix_openpt(int flags ); glibc 向けの機能検査マクロの要 ... 件 ( feature_test_macros (7) 参照): posix_openpt (): _XOPEN_SOURCE >= 600 説明 posix_openpt ... をプロセスの制御端末としない。 返り値 成功した場合、 posix_openpt () は、未使用のファイルディスクリプターのう ... される。 エラー open (2) を参照すること。 バージョン posix_openpt () の glibc でのサポートはバージョン 2.2.1 ...
https://man.plustar.jp/manpage/man3/posix_openpt.3.html - [similar]
Man page of TERMIOS 4586
TERMIOS Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 termi ... ロは角括弧 ("[]") 内に書かれている。 以下の説明で、 "POSIX にはない" は その値が POSIX.1-2001 で規定されていな ... いことを意味し、 "XSI" はその値が POSIX.1-2001 の XSI 拡張で 規定されていることを意味する。 ... ていない場合) 入力の CR を NL に置き換える。 IUCLC (POSIX にはない) 入力の大文字を小文字に置き換える。 IXON ... 入力の XON/XOFF フロー制御を有効にする。 IMAXBEL (POSIX にはない) 入力キューが一杯の時にベルを鳴らす。 Lin ...
https://man.plustar.jp/manpage/man3/cfgetispeed.3.html - [similar]
Man page of TERMIOS 4586
TERMIOS Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 termi ... ロは角括弧 ("[]") 内に書かれている。 以下の説明で、 "POSIX にはない" は その値が POSIX.1-2001 で規定されていな ... いことを意味し、 "XSI" はその値が POSIX.1-2001 の XSI 拡張で 規定されていることを意味する。 ... ていない場合) 入力の CR を NL に置き換える。 IUCLC (POSIX にはない) 入力の大文字を小文字に置き換える。 IXON ... 入力の XON/XOFF フロー制御を有効にする。 IMAXBEL (POSIX にはない) 入力キューが一杯の時にベルを鳴らす。 Lin ...
https://man.plustar.jp/manpage/man3/cfgetospeed.3.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