manページ検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 349 for buf (0.025 sec.)
Man page of PTSNAME 5158
PTSNAME Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ptsna ... r *ptsname(int fd ); int ptsname_r(int fd , char * buf , size_t buflen ); glibc 向けの機能検査マクロの要件 ... 似端末デバイスの名前を、ヌルで終端された文字列の形で buf で指定されたバッファーに格納して返す。 buflen 引数 ... には buf のバイト数を指定する。 返り値 成功の場合、 ptsname ... 番号が返される。 エラー EINVAL ( ptsname_r () only) buf is NULL. (This error is returned only for glibc 2. ...
https://man.plustar.jp/manpage/man3/ptsname_r.3.html - [similar]
Man page of CONFSTR 5086
CONFSTR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 confs ... lude < unistd.h > size_t confstr(int name , char * buf , size_t len ); glibc 向けの機能検査マクロの要件 ( ... X.2 標準ユーティリティが見つかるような PATH の値。 buf が NULL でなく、かつ len が 0 でなければ confstr ( ... ) は取得 した文字列の内容を buf にコピーする。必要ならば長さが len - 1 バイトに切り ... r () の返り値を len と比較すればよい。 len が 0 で buf が NULL ならば、 confstr () は以下で定義された値 ( ...
https://man.plustar.jp/manpage/man3/confstr.3.html - [similar]
Man page of PROFIL 5086
PROFIL Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 profil ... #include < unistd.h > int profil(unsigned short * buf , size_t bufsiz , size_t offset , unsigned int sca ... で時間を費やしているかを調べる 手段を提供する。引数 bufbufsiz バイトのメモリーを指している。仮想の 10 ... 、その結果が scale 倍され 65536 で割られる。 結果が bufsiz より小さい場合は buf の対応するエントリーがイン ... クリメントされる。 buf が NULL ならば、プロファイル (profile) は無効にされ ...
https://man.plustar.jp/manpage/man3/profil.3.html - [similar]
Man page of GETADDRINFO 5050
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g ... lude < sys/socket.h > #include < netdb.h > #define BUF_SIZE 500 int main(int argc, char *argv[]) { struct ... addr; socklen_t peer_addr_len; ssize_t nread; char buf[BUF_SIZE]; if (argc != 2) { fprintf(stderr, "Usage ... ddr_len = sizeof(peer_addr); nread = recvfrom(sfd, buf, BUF_SIZE, 0, (struct sockaddr *) &peer_addr, &pee ... nameinfo: %s\n", gai_strerror(s)); if (sendto(sfd, buf, nread, 0, (struct sockaddr *) &peer_addr, peer_ad ...
https://man.plustar.jp/manpage/man3/freeaddrinfo.3.html - [similar]
Man page of GETADDRINFO 5050
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g ... lude < sys/socket.h > #include < netdb.h > #define BUF_SIZE 500 int main(int argc, char *argv[]) { struct ... addr; socklen_t peer_addr_len; ssize_t nread; char buf[BUF_SIZE]; if (argc != 2) { fprintf(stderr, "Usage ... ddr_len = sizeof(peer_addr); nread = recvfrom(sfd, buf, BUF_SIZE, 0, (struct sockaddr *) &peer_addr, &pee ... nameinfo: %s\n", gai_strerror(s)); if (sendto(sfd, buf, nread, 0, (struct sockaddr *) &peer_addr, peer_ad ...
https://man.plustar.jp/manpage/man3/gai_strerror.3.html - [similar]
Man page of GETADDRINFO 5050
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g ... lude < sys/socket.h > #include < netdb.h > #define BUF_SIZE 500 int main(int argc, char *argv[]) { struct ... addr; socklen_t peer_addr_len; ssize_t nread; char buf[BUF_SIZE]; if (argc != 2) { fprintf(stderr, "Usage ... ddr_len = sizeof(peer_addr); nread = recvfrom(sfd, buf, BUF_SIZE, 0, (struct sockaddr *) &peer_addr, &pee ... nameinfo: %s\n", gai_strerror(s)); if (sendto(sfd, buf, nread, 0, (struct sockaddr *) &peer_addr, peer_ad ...
https://man.plustar.jp/manpage/man3/getaddrinfo.3.html - [similar]
Man page of PCICONFIG_READ 4951
PCICONFIG_READ Section: Linux Programmer's Manual (2) Updated: 2016-07-17 Index JM Home Page 名前 ... n , unsigned long off , unsigned long len , void * buf ); int pciconfig_write(unsigned long bus , unsigne ... n , unsigned long off , unsigned long len , void * buf ); int pciconfig_iobase(long which , unsigned long ... onfig_read () デバイス dev のオフセット off の値を buf に読み込む。 pciconfig_write () デバイス dev のオフ ... セット off に buf の値を書き込む。 pciconfig_iobase () bus/devfn ペア ...
https://man.plustar.jp/manpage/man2/pciconfig_iobase.2.html - [similar]
Man page of PCICONFIG_READ 4951
PCICONFIG_READ Section: Linux Programmer's Manual (2) Updated: 2016-07-17 Index JM Home Page 名前 ... n , unsigned long off , unsigned long len , void * buf ); int pciconfig_write(unsigned long bus , unsigne ... n , unsigned long off , unsigned long len , void * buf ); int pciconfig_iobase(long which , unsigned long ... onfig_read () デバイス dev のオフセット off の値を buf に読み込む。 pciconfig_write () デバイス dev のオフ ... セット off に buf の値を書き込む。 pciconfig_iobase () bus/devfn ペア ...
https://man.plustar.jp/manpage/man2/pciconfig_read.2.html - [similar]
Man page of PCICONFIG_READ 4951
PCICONFIG_READ Section: Linux Programmer's Manual (2) Updated: 2016-07-17 Index JM Home Page 名前 ... n , unsigned long off , unsigned long len , void * buf ); int pciconfig_write(unsigned long bus , unsigne ... n , unsigned long off , unsigned long len , void * buf ); int pciconfig_iobase(long which , unsigned long ... onfig_read () デバイス dev のオフセット off の値を buf に読み込む。 pciconfig_write () デバイス dev のオフ ... セット off に buf の値を書き込む。 pciconfig_iobase () bus/devfn ペア ...
https://man.plustar.jp/manpage/man2/pciconfig_write.2.html - [similar]
Man page of GCVT 4879
GCVT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 gcvt - 浮 ... h > char *gcvt(double number , int ndigit , char * buf ); glibc 向けの機能検査マクロの要件 ( feature_test ... ル終端された ASCII 文字列へ変換し、変換後の文字列を buf に格納する。 printf (3) の F フォーマットや E フォ ... it 桁の 有効数字を生成する。 返り値 gcvt () 関数は buf を返す。 属性 この節で使用されている用語の説明につ ... cvt , GCVT , SOURCE , pages , 変換 , 属性 , 関数 , buf , 参照 , プロジェクト Linux マニュアル 一覧 [ man1 ...
https://man.plustar.jp/manpage/man3/gcvt.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT

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