manページ検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 1481 for POSIX (0.041 sec.)
Man page of NEXTAFTER 2926
NEXTAFTER Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 nex ... macros (7) 参照): nextafter (): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 500 || /* ... E nextafterf (), nextafterl (): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || /* Since glibc 2.19: */ _DE ... rdl (): _XOPEN_SOURCE >= 600 || _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L 説明 関数 nextafter (), nextaf ... (), nexttowardl () Thread safety MT-Safe 準拠 C99, POSIX.1-2001, POSIX.1-2008. この関数は IEC 559 で定義され ...
https://man.plustar.jp/manpage/man3/nexttowardl.3.html - [similar]
Man page of FTW 2926
FTW Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ftw, nftw ... fety MT-Safe cwd ftw () Thread safety MT-Safe 準拠 POSIX.1-2001, POSIX.1-2008, SVr4, SUSv1. POSIX.1-2008 は ... ftw () を廃止予定としている。 注意 POSIX.1-2008 notes that the results are unspecified if f ... . If fpath is a symbolic link and stat (2) failed, POSIX.1-2008 states that it is undefined whether FTW_NS ... redictable results, use nftw (). バグ According to POSIX.1-2008, when the typeflag argument passed to fn () ...
https://man.plustar.jp/manpage/man3/nftw.3.html - [similar]
Man page of STRCASECMP 2926
STRCASECMP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 st ... secmp () Thread safety MT-Safe locale 準拠 4.4BSD, POSIX.1-2001, POSIX.1-2008. 注意 関数 strcasecmp () と s ... string.h > でもこれらの関数が宣言されている。 The POSIX.1-2008 standard says of these functions: When the ... TYPE category of the locale being used is from the POSIX locale, these functions shall behave as if the str ...
https://man.plustar.jp/manpage/man3/strcasecmp.3.html - [similar]
Man page of STRCASECMP 2926
STRCASECMP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 st ... secmp () Thread safety MT-Safe locale 準拠 4.4BSD, POSIX.1-2001, POSIX.1-2008. 注意 関数 strcasecmp () と s ... string.h > でもこれらの関数が宣言されている。 The POSIX.1-2008 standard says of these functions: When the ... TYPE category of the locale being used is from the POSIX locale, these functions shall behave as if the str ...
https://man.plustar.jp/manpage/man3/strncasecmp.3.html - [similar]
Man page of GETHOSTNAME 2900
GETHOSTNAME Section: Linux Programmer's Manual (2) Updated: 2019-10-10 Index JM Home Page 名前 g ... || _XOPEN_SOURCE >= 500 || /* glibc 2.12 以降: */ _POSIX_C_SOURCE >= 200112L sethostname (): glibc 2.21 以降 ... れ、エラーは返されない (下記の「注意」の節を参照)。 POSIX.1 では、結果の切り詰めが発生した場合に、 返されたバ ... れらのインターフェースは 4.2BSD で初めて登場した)。 POSIX.1-2001 と POSIX.1-2008 では gethostname () について ... ト名が 255 バイトに制限される」ことを保証している。 POSIX.1 では「ホスト名 (終端のヌルバイトは含まない) が H ...
https://man.plustar.jp/manpage/man2/gethostname.2.html - [similar]
Man page of LSEEK 2900
LSEEK Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 lseek - ... fd がパイプ、ソケット、FIFO を参照している。 準拠 POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD. SEEK_DATA と S ... is, FreeBSD, DragonFly BSD にも存在する。 これらは POSIX の次の版 (Issue 8) に入れるよう提案されている。 注 ... ta type is a signed integer data type specified by POSIX.1. いくつかのデバイスでは seek ができない。 POSIX ... e (2), fork (2), open (2), fseek (3), lseek64 (3), posix_fallocate (3) この文書について この man ページは L ...
https://man.plustar.jp/manpage/man2/lseek.2.html - [similar]
Man page of GETHOSTNAME 2900
GETHOSTNAME Section: Linux Programmer's Manual (2) Updated: 2019-10-10 Index JM Home Page 名前 g ... || _XOPEN_SOURCE >= 500 || /* glibc 2.12 以降: */ _POSIX_C_SOURCE >= 200112L sethostname (): glibc 2.21 以降 ... れ、エラーは返されない (下記の「注意」の節を参照)。 POSIX.1 では、結果の切り詰めが発生した場合に、 返されたバ ... れらのインターフェースは 4.2BSD で初めて登場した)。 POSIX.1-2001 と POSIX.1-2008 では gethostname () について ... ト名が 255 バイトに制限される」ことを保証している。 POSIX.1 では「ホスト名 (終端のヌルバイトは含まない) が H ...
https://man.plustar.jp/manpage/man2/sethostname.2.html - [similar]
Man page of ATEXIT 2900
ATEXIT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 atexit ... 登録された関数は登録 1 回につき 1 回呼び出される。 POSIX.1 では、このような関数を少なくとも ATEXIT_MAX 個 ( ... ェース 属性 値 atexit () Thread safety MT-Safe 準拠 POSIX.1-2001, POSIX.1-2008, C89, C99, SVr4, 4.3BSD. 注意 ... り実行される他のプロセス終了ステップは実行されない。 POSIX.1 では、 atexit () を使って登録された一つの関数内で ... 録された順序の逆順で、 登録された関数が起動される。 POSIX.1 では、 atexit () で登録された関数の実行を終了する ...
https://man.plustar.jp/manpage/man3/atexit.3.html - [similar]
Man page of STRTOL 2900
STRTOL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtol ... oq () Thread safety MT-Safe locale 準拠 strtol (): POSIX.1-2001, POSIX.1-2008, C89, C99 SVr4, 4.3BSD. strto ... ll (): POSIX.1-2001, POSIX.1-2008, C99. 注意 strtol () からは成 ... 認しエラーが発生したかどうかを判断する 必要がある。 POSIX.1 では、 "C" と "POSIX" 以外のロケールでは、これら ...
https://man.plustar.jp/manpage/man3/strtol.3.html - [similar]
Man page of STRTOL 2900
STRTOL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtol ... oq () Thread safety MT-Safe locale 準拠 strtol (): POSIX.1-2001, POSIX.1-2008, C89, C99 SVr4, 4.3BSD. strto ... ll (): POSIX.1-2001, POSIX.1-2008, C99. 注意 strtol () からは成 ... 認しエラーが発生したかどうかを判断する 必要がある。 POSIX.1 では、 "C" と "POSIX" 以外のロケールでは、これら ...
https://man.plustar.jp/manpage/man3/strtoll.3.html - [similar]
PREV 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 NEXT

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