manページ検索

phrase: max: clip:
target: order:
Results of 621 - 630 of about 1594 for int (0.540 sec.)
Man page of GETIPNODEBYNAME 2520
GETIPNODEBYNAME Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名 ... truct hostent *getipnodebyname(const char * name , int af , int flags , int * error_num ); struct hostent ... *getipnodebyaddr(const void * addr , size_t len , int af , int * error_num ); void freehostent(struct ho ... 。 struct hostent { char *h_name; char **h_aliases; int h_addrtype; int h_length; char **h_addr_list; }; こ ...
https://man.plustar.jp/manpage/man3/getipnodebyaddr.3.html - [similar]
Man page of GETIPNODEBYNAME 2520
GETIPNODEBYNAME Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名 ... truct hostent *getipnodebyname(const char * name , int af , int flags , int * error_num ); struct hostent ... *getipnodebyaddr(const void * addr , size_t len , int af , int * error_num ); void freehostent(struct ho ... 。 struct hostent { char *h_name; char **h_aliases; int h_addrtype; int h_length; char **h_addr_list; }; こ ...
https://man.plustar.jp/manpage/man3/getipnodebyname.3.html - [similar]
Man page of HOSTS_ACCESS 2520
HOSTS_ACCESS Section: C Library Functions (3) Index JM Home Page 名前 hosts_access, hosts_ctl, r ... コントロールライブラリ 書式 #include "tcpd.h" extern int allow_severity; extern int deny_severity; struct r ... key, value, ..., 0) struct request_info *request; int hosts_access(request) struct request_info *request ... ; int hosts_ctl(daemon, client_name, client_addr, client ... (そして対応する値のタイプ) は以下のとおり: RQ_FILE (int) リクエストと関連付けされるファイルディスクリプタ ...
https://man.plustar.jp/manpage/man3/hosts_access.3.html - [similar]
Man page of ILOGB 2520
ILOGB Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 ilogb, ... 指数部を整数として取得する 書式 #include < math.h > int ilogb(double x ); int ilogbf(float x ); int ilogbl ... かった場合、これらの関数は、対応する logb (3) 関数を int でキャストしたものと等価である。 返り値 成功すると ... 無限大の場合、 領域エラー (domain error) が発生し、 INT_MAX が返される。 エラー これらの関数を呼び出した際 ...
https://man.plustar.jp/manpage/man3/ilogb.3.html - [similar]
Man page of ILOGB 2520
ILOGB Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 ilogb, ... 指数部を整数として取得する 書式 #include < math.h > int ilogb(double x ); int ilogbf(float x ); int ilogbl ... かった場合、これらの関数は、対応する logb (3) 関数を int でキャストしたものと等価である。 返り値 成功すると ... 無限大の場合、 領域エラー (domain error) が発生し、 INT_MAX が返される。 エラー これらの関数を呼び出した際 ...
https://man.plustar.jp/manpage/man3/ilogbf.3.html - [similar]
Man page of ILOGB 2520
ILOGB Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 ilogb, ... 指数部を整数として取得する 書式 #include < math.h > int ilogb(double x ); int ilogbf(float x ); int ilogbl ... かった場合、これらの関数は、対応する logb (3) 関数を int でキャストしたものと等価である。 返り値 成功すると ... 無限大の場合、 領域エラー (domain error) が発生し、 INT_MAX が返される。 エラー これらの関数を呼び出した際 ...
https://man.plustar.jp/manpage/man3/ilogbl.3.html - [similar]
Man page of PTHREAD_GETATTR_NP 2520
PTHREAD_GETATTR_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page ... feature_test_macros (7) */ #include < pthread.h > int pthread_getattr_np(pthread_t thread , pthread_attr ... d_attributes(pthread_attr_t *attr, char *prefix) { int s; size_t stack_size, guard_size; void *stack_addr ... handle_error_en(s, "pthread_attr_getguardsize"); printf("%sGuard size = %zu bytes\n", prefix, guard_size) ... 0) handle_error_en(s, "pthread_attr_getstack"); printf("%sStack address = %p", prefix, stack_addr); if ( ...
https://man.plustar.jp/manpage/man3/pthread_getattr_np.3.html - [similar]
Man page of BDFLUSH 2504
BDFLUSH Section: Linux Programmer's Manual (2) Updated: 2016-10-08 Index JM Home Page 名前 bdflu ... フラッシュ、調整する 書式 #include < sys/kdaemon.h > int bdflush(int func , long * address ); int bdflush(i ... キーワード bdflush , func , BDFLUSH , パラメーター , int , 起動 , デーモン , バージョン , エラー , pages Li ...
https://man.plustar.jp/manpage/man2/bdflush.2.html - [similar]
Man page of CHOWN 2504
CHOWN Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 chown, ... ァイルの所有者を変更する 書式 #include < unistd.h > int chown(const char * pathname , uid_t owner , gid_t ... group ); int fchown(int fd , uid_t owner , gid_t group ); int l ... tl.h > /* AT_* 定数の定義 */ #include < unistd.h > int fchownat(int dirfd , const char * pathname , uid_t ... owner , gid_t group , int flags ); glibc 向けの機能検査マクロの要件 ( featur ...
https://man.plustar.jp/manpage/man2/chown.2.html - [similar]
Man page of CHOWN 2504
CHOWN Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 chown, ... ァイルの所有者を変更する 書式 #include < unistd.h > int chown(const char * pathname , uid_t owner , gid_t ... group ); int fchown(int fd , uid_t owner , gid_t group ); int l ... tl.h > /* AT_* 定数の定義 */ #include < unistd.h > int fchownat(int dirfd , const char * pathname , uid_t ... owner , gid_t group , int flags ); glibc 向けの機能検査マクロの要件 ( featur ...
https://man.plustar.jp/manpage/man2/chown32.2.html - [similar]
PREV 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 NEXT

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