manページ検索

phrase: max: clip:
target: order:
Results of 411 - 420 of about 1594 for int (0.954 sec.)
Man page of DBOPEN 2767
DBOPEN Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 dbopen ... include < fcntl.h > DB *dbopen(const char * file , int flags , int mode , DBTYPE type , const void * open ... ィールドを持っている。 typedef struct { DBTYPE type; int (*close)(const DB *db); int (*del)(const DB *db, c ... onst DBT *key, unsigned int flags); int (*fd)(const DB *db); int (*get)(const ... DB *db, DBT *key, DBT *data, unsigned int flags); int (*put)(const DB *db, DBT *key, const D ...
https://man.plustar.jp/manpage/man3/db.3.html - [similar]
Man page of DBOPEN 2767
DBOPEN Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 dbopen ... include < fcntl.h > DB *dbopen(const char * file , int flags , int mode , DBTYPE type , const void * open ... ィールドを持っている。 typedef struct { DBTYPE type; int (*close)(const DB *db); int (*del)(const DB *db, c ... onst DBT *key, unsigned int flags); int (*fd)(const DB *db); int (*get)(const ... DB *db, DBT *key, DBT *data, unsigned int flags); int (*put)(const DB *db, DBT *key, const D ...
https://man.plustar.jp/manpage/man3/dbopen.3.html - [similar]
Man page of GETNETENT_R 2767
GETNETENT_R Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 g ... 得する (リエントラント版) 書式 #include < netdb.h > int getnetent_r(struct netent * result_buf , char * bu ... f , size_t buflen , struct netent ** result , int * h_errnop ); int getnetbyname_r(const char * name ... * buf , size_t buflen , struct netent ** result , int * h_errnop ); int getnetbyaddr_r(uint32_t net , in ... * buf , size_t buflen , struct netent ** result , int * h_errnop ); glibc 向けの機能検査マクロの要件 ( f ...
https://man.plustar.jp/manpage/man3/getnetbyaddr_r.3.html - [similar]
Man page of GETNETENT_R 2767
GETNETENT_R Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 g ... 得する (リエントラント版) 書式 #include < netdb.h > int getnetent_r(struct netent * result_buf , char * bu ... f , size_t buflen , struct netent ** result , int * h_errnop ); int getnetbyname_r(const char * name ... * buf , size_t buflen , struct netent ** result , int * h_errnop ); int getnetbyaddr_r(uint32_t net , in ... * buf , size_t buflen , struct netent ** result , int * h_errnop ); glibc 向けの機能検査マクロの要件 ( f ...
https://man.plustar.jp/manpage/man3/getnetbyname_r.3.html - [similar]
Man page of GETNETENT_R 2767
GETNETENT_R Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 g ... 得する (リエントラント版) 書式 #include < netdb.h > int getnetent_r(struct netent * result_buf , char * bu ... f , size_t buflen , struct netent ** result , int * h_errnop ); int getnetbyname_r(const char * name ... * buf , size_t buflen , struct netent ** result , int * h_errnop ); int getnetbyaddr_r(uint32_t net , in ... * buf , size_t buflen , struct netent ** result , int * h_errnop ); glibc 向けの機能検査マクロの要件 ( f ...
https://man.plustar.jp/manpage/man3/getnetent_r.3.html - [similar]
Man page of RECVMMSG 2757
RECVMMSG Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv ... _test_macros (7) 参照 */ #include < sys/socket.h > int recvmmsg(int sockfd , struct mmsghdr * msgvec , un ... signed int vlen , int flags , struct timespec * timeout ); 説 ... msghdr msg_hdr; /* メッセージヘッダー */ unsigned int msg_len; /* このヘッダーで受信されたバイト数 */ }; ... o be returned on a subsequent call to recvmmsg (). In the current implementation, however, the error code ...
https://man.plustar.jp/manpage/man2/recvmmsg.2.html - [similar]
Man page of ECVT 2757
ECVT Section: Linux Programmer's Manual (3) Updated: 2016-03-15 Index JM Home Page 名前 ecvt, fc ... 式 #include < stdlib.h > char *ecvt(double number , int ndigits , int * decpt , int * sign ); char *fcvt(d ... ouble number , int ndigits , int * decpt , int * sign ); glibc 向けの ... は ecvt () と fcvt () の仕様が削除され、代わりに sprintf (3) の使用が推奨されている(しかし snprintf (3) が ... ecvt_r (3), gcvt (3), qecvt (3), setlocale (3), sprintf (3) この文書について この man ページは Linux man- ...
https://man.plustar.jp/manpage/man3/ecvt.3.html - [similar]
Man page of ECVT 2757
ECVT Section: Linux Programmer's Manual (3) Updated: 2016-03-15 Index JM Home Page 名前 ecvt, fc ... 式 #include < stdlib.h > char *ecvt(double number , int ndigits , int * decpt , int * sign ); char *fcvt(d ... ouble number , int ndigits , int * decpt , int * sign ); glibc 向けの ... は ecvt () と fcvt () の仕様が削除され、代わりに sprintf (3) の使用が推奨されている(しかし snprintf (3) が ... ecvt_r (3), gcvt (3), qecvt (3), setlocale (3), sprintf (3) この文書について この man ページは Linux man- ...
https://man.plustar.jp/manpage/man3/fcvt.3.html - [similar]
Man page of FREXP 2757
FREXP Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 frexp, ... る 書式 #include < math.h > double frexp(double x , int * exp ); float frexpf(float x , int * exp ); long ... double frexpl(long double x , int * exp ); -lm でリンクする。 glibc 向けの機能検査マ ... oat.h > #include < stdio.h > #include < stdlib.h > int main(int argc, char *argv[]) { double x, r; int ex ... ; x = strtod(argv[1], NULL); r = frexp(x, &exp); printf("frexp(%g, &e) = %g: %g * %dha%d = %g\n", x, r, r ...
https://man.plustar.jp/manpage/man3/frexp.3.html - [similar]
Man page of FREXP 2757
FREXP Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 frexp, ... る 書式 #include < math.h > double frexp(double x , int * exp ); float frexpf(float x , int * exp ); long ... double frexpl(long double x , int * exp ); -lm でリンクする。 glibc 向けの機能検査マ ... oat.h > #include < stdio.h > #include < stdlib.h > int main(int argc, char *argv[]) { double x, r; int ex ... ; x = strtod(argv[1], NULL); r = frexp(x, &exp); printf("frexp(%g, &e) = %g: %g * %dha%d = %g\n", x, r, r ...
https://man.plustar.jp/manpage/man3/frexpf.3.html - [similar]
PREV 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 NEXT

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