Results of 1 - 10 of about 194 for sizeof (0.010 sec.)
- Man page of UNIX 12258
- UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ
...
が格納される。 (Linux では、上記の offsetof () 式は sizeof(sa_family_t) の値と同じだが、 他の実装では sun_pat ...
前なしのソケットのアドレスを返す際には、 その長さは sizeof(sa_family_t) であり、 sun_path は検査すべきではない ...
ットのアドレスを返される際には、 返される addrlen は sizeof(sa_family_t) より大きく (つまり 2 より大きく)、 ソ ...
ケットの名前は sun_path の最初の (addrlen - sizeof(sa_family_t)) バイトに格納される。 パス名ソケット ...
-
https://man.plustar.jp/manpage/man7/unix.7.html
- [similar]
- Man page of FREAD 8472
- FREAD Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 fread,
...
h > #include < stdlib.h > #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) int main(void) { FILE *fp ...
4]; size_t ret = fread(buffer, ARRAY_SIZE(buffer), sizeof(*buffer), fp); if (ret != sizeof(*buffer)) { fprin ...
buffer , FREAD , ret , fwrite , stream , データ , sizeof , stdio Linux マニュアル 一覧 [ man1 ] [ man2 ] [ ...
-
https://man.plustar.jp/manpage/man3/fread.3.html
- [similar]
- Man page of FREAD 8472
- FREAD Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 fread,
...
h > #include < stdlib.h > #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) int main(void) { FILE *fp ...
4]; size_t ret = fread(buffer, ARRAY_SIZE(buffer), sizeof(*buffer), fp); if (ret != sizeof(*buffer)) { fprin ...
buffer , FREAD , ret , fwrite , stream , データ , sizeof , stdio Linux マニュアル 一覧 [ man1 ] [ man2 ] [ ...
-
https://man.plustar.jp/manpage/man3/fwrite.3.html
- [similar]
- Man page of RTNETLINK 8342
- RTNETLINK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 rtn
...
TLINK, SOCK_DGRAM, NETLINK_ROUTE); memset(&req, 0, sizeof(req)); req.nh.nlmsg_len = NLMSG_LENGTH(sizeof(req. ...
ta->rta_type = IFLA_MTU; rta->rta_len = RTA_LENGTH(sizeof(mtu)); req.nh.nlmsg_len = NLMSG_ALIGN(req.nh.nlmsg ...
_len) + RTA_LENGTH(sizeof(mtu)); memcpy(RTA_DATA(rta), &mtu, sizeof(mtu)); s ...
-
https://man.plustar.jp/manpage/man3/rtnetlink.3.html
- [similar]
- Man page of CMSG 7984
- CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI
...
aning that these values can be used to declare the size of global variables. This may not be portable, howev ...
== IP_TTL) { memcpy(&receive_ttl, CMSG_DATA(cmsg), sizeof(received_ttl)); break; } } if (cmsg == NULL) { /* ...
struct iovec io = { .iov_base = iobuf, .iov_len = sizeof(iobuf) }; union { /* Ancillary data buffer, wrappe ...
sure it is suitably aligned */ char buf[CMSG_SPACE(sizeof(myfds))]; struct cmsghdr align; } u; msg.msg_iov = ...
-
https://man.plustar.jp/manpage/man3/CMSG_ALIGN.3.html
- [similar]
- Man page of CMSG 7984
- CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI
...
aning that these values can be used to declare the size of global variables. This may not be portable, howev ...
== IP_TTL) { memcpy(&receive_ttl, CMSG_DATA(cmsg), sizeof(received_ttl)); break; } } if (cmsg == NULL) { /* ...
struct iovec io = { .iov_base = iobuf, .iov_len = sizeof(iobuf) }; union { /* Ancillary data buffer, wrappe ...
sure it is suitably aligned */ char buf[CMSG_SPACE(sizeof(myfds))]; struct cmsghdr align; } u; msg.msg_iov = ...
-
https://man.plustar.jp/manpage/man3/CMSG_DATA.3.html
- [similar]
- Man page of CMSG 7984
- CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI
...
aning that these values can be used to declare the size of global variables. This may not be portable, howev ...
== IP_TTL) { memcpy(&receive_ttl, CMSG_DATA(cmsg), sizeof(received_ttl)); break; } } if (cmsg == NULL) { /* ...
struct iovec io = { .iov_base = iobuf, .iov_len = sizeof(iobuf) }; union { /* Ancillary data buffer, wrappe ...
sure it is suitably aligned */ char buf[CMSG_SPACE(sizeof(myfds))]; struct cmsghdr align; } u; msg.msg_iov = ...
-
https://man.plustar.jp/manpage/man3/CMSG_FIRSTHDR.3.html
- [similar]
- Man page of CMSG 7984
- CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI
...
aning that these values can be used to declare the size of global variables. This may not be portable, howev ...
== IP_TTL) { memcpy(&receive_ttl, CMSG_DATA(cmsg), sizeof(received_ttl)); break; } } if (cmsg == NULL) { /* ...
struct iovec io = { .iov_base = iobuf, .iov_len = sizeof(iobuf) }; union { /* Ancillary data buffer, wrappe ...
sure it is suitably aligned */ char buf[CMSG_SPACE(sizeof(myfds))]; struct cmsghdr align; } u; msg.msg_iov = ...
-
https://man.plustar.jp/manpage/man3/CMSG_LEN.3.html
- [similar]
- Man page of CMSG 7984
- CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI
...
aning that these values can be used to declare the size of global variables. This may not be portable, howev ...
== IP_TTL) { memcpy(&receive_ttl, CMSG_DATA(cmsg), sizeof(received_ttl)); break; } } if (cmsg == NULL) { /* ...
struct iovec io = { .iov_base = iobuf, .iov_len = sizeof(iobuf) }; union { /* Ancillary data buffer, wrappe ...
sure it is suitably aligned */ char buf[CMSG_SPACE(sizeof(myfds))]; struct cmsghdr align; } u; msg.msg_iov = ...
-
https://man.plustar.jp/manpage/man3/CMSG_NXTHDR.3.html
- [similar]
- Man page of CMSG 7984
- CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI
...
aning that these values can be used to declare the size of global variables. This may not be portable, howev ...
== IP_TTL) { memcpy(&receive_ttl, CMSG_DATA(cmsg), sizeof(received_ttl)); break; } } if (cmsg == NULL) { /* ...
struct iovec io = { .iov_base = iobuf, .iov_len = sizeof(iobuf) }; union { /* Ancillary data buffer, wrappe ...
sure it is suitably aligned */ char buf[CMSG_SPACE(sizeof(myfds))]; struct cmsghdr align; } u; msg.msg_iov = ...
-
https://man.plustar.jp/manpage/man3/CMSG_SPACE.3.html
- [similar]