manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 95 for buflen (0.002 sec.)
Man page of GETPROTOENT_R 11296
GETPROTOENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... struct protoent * result_buf , char * buf , size_t buflen , struct protoent ** result ); int getprotobyname_ ... struct protoent * result_buf , char * buf , size_t buflen , struct protoent ** result ); int getprotobynumbe ... struct protoent * result_buf , char * buf , size_t buflen , struct protoent ** result ); glibc 向けの機能検査 ... 文字列は静的な領域に格納される)。 この配列の大きさは buflen で指定される。 buf が小さすぎる場合、関数呼び出しは ...
https://man.plustar.jp/manpage/man3/getprotobyname_r.3.html - [similar]
Man page of GETPROTOENT_R 11296
GETPROTOENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... struct protoent * result_buf , char * buf , size_t buflen , struct protoent ** result ); int getprotobyname_ ... struct protoent * result_buf , char * buf , size_t buflen , struct protoent ** result ); int getprotobynumbe ... struct protoent * result_buf , char * buf , size_t buflen , struct protoent ** result ); glibc 向けの機能検査 ... 文字列は静的な領域に格納される)。 この配列の大きさは buflen で指定される。 buf が小さすぎる場合、関数呼び出しは ...
https://man.plustar.jp/manpage/man3/getprotobynumber_r.3.html - [similar]
Man page of GETPROTOENT_R 11296
GETPROTOENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... struct protoent * result_buf , char * buf , size_t buflen , struct protoent ** result ); int getprotobyname_ ... struct protoent * result_buf , char * buf , size_t buflen , struct protoent ** result ); int getprotobynumbe ... struct protoent * result_buf , char * buf , size_t buflen , struct protoent ** result ); glibc 向けの機能検査 ... 文字列は静的な領域に格納される)。 この配列の大きさは buflen で指定される。 buf が小さすぎる場合、関数呼び出しは ...
https://man.plustar.jp/manpage/man3/getprotoent_r.3.html - [similar]
Man page of GETSERVENT_R 11177
GETSERVENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... (struct servent * result_buf , char * buf , size_t buflen , struct servent ** result ); int getservbyname_r( ... struct servent * result_buf , char * buf , size_t buflen , struct servent ** result ); int getservbyport_r( ... struct servent * result_buf , char * buf , size_t buflen , struct servent ** result ); glibc 向けの機能検査 ... 文字列は静的な領域に格納される)。 この配列の大きさは buflen で指定される。 buf が小さすぎる場合、関数呼び出しは ...
https://man.plustar.jp/manpage/man3/getservbyname_r.3.html - [similar]
Man page of GETSERVENT_R 11177
GETSERVENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... (struct servent * result_buf , char * buf , size_t buflen , struct servent ** result ); int getservbyname_r( ... struct servent * result_buf , char * buf , size_t buflen , struct servent ** result ); int getservbyport_r( ... struct servent * result_buf , char * buf , size_t buflen , struct servent ** result ); glibc 向けの機能検査 ... 文字列は静的な領域に格納される)。 この配列の大きさは buflen で指定される。 buf が小さすぎる場合、関数呼び出しは ...
https://man.plustar.jp/manpage/man3/getservbyport_r.3.html - [similar]
Man page of GETSERVENT_R 11177
GETSERVENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... (struct servent * result_buf , char * buf , size_t buflen , struct servent ** result ); int getservbyname_r( ... struct servent * result_buf , char * buf , size_t buflen , struct servent ** result ); int getservbyport_r( ... struct servent * result_buf , char * buf , size_t buflen , struct servent ** result ); glibc 向けの機能検査 ... 文字列は静的な領域に格納される)。 この配列の大きさは buflen で指定される。 buf が小さすぎる場合、関数呼び出しは ...
https://man.plustar.jp/manpage/man3/getservent_r.3.html - [similar]
Man page of GETGRENT_R 7649
GETGRENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ge ... tgrent_r(struct group * gbuf , char * buf , size_t buflen , struct group ** gbufp ); int fgetgrent_r(FILE * ... stream , struct group * gbuf , char * buf , size_t buflen , struct group ** gbufp ); glibc 向けの機能検査マク ... gbuf がある。 次にその他の文字列を保持できるサイズ buflen のバッファー buf がある。 これらの関数の結果 (スト ... roup *getgrent_r(struct group *grp, char *buf, int buflen); より良いものでは、以下のようになっている。 int g ...
https://man.plustar.jp/manpage/man3/fgetgrent_r.3.html - [similar]
Man page of GETGRENT_R 7649
GETGRENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ge ... tgrent_r(struct group * gbuf , char * buf , size_t buflen , struct group ** gbufp ); int fgetgrent_r(FILE * ... stream , struct group * gbuf , char * buf , size_t buflen , struct group ** gbufp ); glibc 向けの機能検査マク ... gbuf がある。 次にその他の文字列を保持できるサイズ buflen のバッファー buf がある。 これらの関数の結果 (スト ... roup *getgrent_r(struct group *grp, char *buf, int buflen); より良いものでは、以下のようになっている。 int g ...
https://man.plustar.jp/manpage/man3/getgrent_r.3.html - [similar]
Man page of GETPWENT_R 7596
GETPWENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ge ... went_r(struct passwd * pwbuf , char * buf , size_t buflen , struct passwd ** pwbufp ); int fgetpwent_r(FILE ... ream , struct passwd * pwbuf , char * buf , size_t buflen , struct passwd ** pwbufp ); glibc 向けの機能検査マ ... wbuf がある。 次にその他の文字列を保持できるサイズ buflen のバッファー buf がある。 これらの関数の結果 (スト ... wd * getpwent_r(struct passwd *pwd, char *buf, int buflen); より良いものでは、以下のようになっている。 int g ...
https://man.plustar.jp/manpage/man3/fgetpwent_r.3.html - [similar]
Man page of GETPWENT_R 7596
GETPWENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ge ... went_r(struct passwd * pwbuf , char * buf , size_t buflen , struct passwd ** pwbufp ); int fgetpwent_r(FILE ... ream , struct passwd * pwbuf , char * buf , size_t buflen , struct passwd ** pwbufp ); glibc 向けの機能検査マ ... wbuf がある。 次にその他の文字列を保持できるサイズ buflen のバッファー buf がある。 これらの関数の結果 (スト ... wd * getpwent_r(struct passwd *pwd, char *buf, int buflen); より良いものでは、以下のようになっている。 int g ...
https://man.plustar.jp/manpage/man3/getpwent_r.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

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