manページ検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 1115 for char (0.233 sec.)
Man page of GETSERVENT_R 3432
GETSERVENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... h > int getservent_r(struct servent * result_buf , char * buf , size_t buflen , struct servent ** result ) ... ; int getservbyname_r(const char * name , const char * proto , struct servent * res ... ult_buf , char * buf , size_t buflen , struct servent ** result ) ... ; int getservbyport_r(int port , const char * proto , struct servent * result_buf , char * buf ...
https://man.plustar.jp/manpage/man3/getservbyname_r.3.html - [similar]
Man page of GETSERVENT_R 3432
GETSERVENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... h > int getservent_r(struct servent * result_buf , char * buf , size_t buflen , struct servent ** result ) ... ; int getservbyname_r(const char * name , const char * proto , struct servent * res ... ult_buf , char * buf , size_t buflen , struct servent ** result ) ... ; int getservbyport_r(int port , const char * proto , struct servent * result_buf , char * buf ...
https://man.plustar.jp/manpage/man3/getservbyport_r.3.html - [similar]
Man page of GETSERVENT_R 3432
GETSERVENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... h > int getservent_r(struct servent * result_buf , char * buf , size_t buflen , struct servent ** result ) ... ; int getservbyname_r(const char * name , const char * proto , struct servent * res ... ult_buf , char * buf , size_t buflen , struct servent ** result ) ... ; int getservbyport_r(int port , const char * proto , struct servent * result_buf , char * buf ...
https://man.plustar.jp/manpage/man3/getservent_r.3.html - [similar]
Man page of GETMNTENT 3432
GETMNTENT Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 get ... io.h > #include < mntent.h > FILE *setmntent(const char * filename , const char * type ); struct mntent *g ... ct mntent * mnt ); int endmntent(FILE * streamp ); char *hasmntopt(const struct mntent * mnt , const char ... mntent_r(FILE * streamp , struct mntent * mntbuf , char * buf , int buflen ); glibc 向けの機能検査マクロの ... h > で以下のように定義されている。 struct mntent { char *mnt_fsname; /* name of mounted file system */ cha ...
https://man.plustar.jp/manpage/man3/hasmntopt.3.html - [similar]
Man page of GETMNTENT 3432
GETMNTENT Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 get ... io.h > #include < mntent.h > FILE *setmntent(const char * filename , const char * type ); struct mntent *g ... ct mntent * mnt ); int endmntent(FILE * streamp ); char *hasmntopt(const struct mntent * mnt , const char ... mntent_r(FILE * streamp , struct mntent * mntbuf , char * buf , int buflen ); glibc 向けの機能検査マクロの ... h > で以下のように定義されている。 struct mntent { char *mnt_fsname; /* name of mounted file system */ cha ...
https://man.plustar.jp/manpage/man3/setmntent.3.html - [similar]
Man page of STRTOD 3432
STRTOD Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtod ... する 書式 #include < stdlib.h > double strtod(const char * nptr , char ** endptr ); float strtof(const char ... * nptr , char ** endptr ); long double strtold(const char * nptr ... , char ** endptr ); glibc 向けの機能検査マクロの要件 ( fe ... 以上の 10 進の数字の列からなり、 基を表す文字 (radix charater) (小数点。ロケールに依存するが、通常は '.') が ...
https://man.plustar.jp/manpage/man3/strtod.3.html - [similar]
Man page of STRTOD 3432
STRTOD Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtod ... する 書式 #include < stdlib.h > double strtod(const char * nptr , char ** endptr ); float strtof(const char ... * nptr , char ** endptr ); long double strtold(const char * nptr ... , char ** endptr ); glibc 向けの機能検査マクロの要件 ( fe ... 以上の 10 進の数字の列からなり、 基を表す文字 (radix charater) (小数点。ロケールに依存するが、通常は '.') が ...
https://man.plustar.jp/manpage/man3/strtof.3.html - [similar]
Man page of STRTOD 3432
STRTOD Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtod ... する 書式 #include < stdlib.h > double strtod(const char * nptr , char ** endptr ); float strtof(const char ... * nptr , char ** endptr ); long double strtold(const char * nptr ... , char ** endptr ); glibc 向けの機能検査マクロの要件 ( fe ... 以上の 10 進の数字の列からなり、 基を表す文字 (radix charater) (小数点。ロケールに依存するが、通常は '.') が ...
https://man.plustar.jp/manpage/man3/strtold.3.html - [similar]
Man page of STRSTR 3408
STRSTR Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 strstr ... 部分文字列の位置を示す 書式 #include < string.h > char *strstr(const char * haystack , const char * needl ... ture_test_macros (7) 参照 */ #include < string.h > char *strcasestr(const char * haystack , const char * n ...
https://man.plustar.jp/manpage/man3/strcasestr.3.html - [similar]
Man page of STRSTR 3408
STRSTR Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 strstr ... 部分文字列の位置を示す 書式 #include < string.h > char *strstr(const char * haystack , const char * needl ... ture_test_macros (7) 参照 */ #include < string.h > char *strcasestr(const char * haystack , const char * n ...
https://man.plustar.jp/manpage/man3/strstr.3.html - [similar]
PREV 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 NEXT

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