Results of 1 - 7 of about 7 for OFFSETOF (0.004 sec.)
- Man page of OFFSETOF 13486
- OFFSETOF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 offsetof
...
のオフセットを返す 書式 #include < stddef.h > size_t offsetof( type , member ); 説明 offsetof () マクロは、フィー ...
の場合) には、 コンパイラでエラーが発生する。 返り値 offsetof () は、指定された member の指定された type の中での ...
*/ printf("offsets: i=%zu; c=%zu; d=%zu a=%zu\n", offsetof(struct s, i), offsetof(struct s, c), offsetof(stru ...
ct s, d), offsetof(struct s, a)); printf("sizeof(struct s)=%zu\n", si ...
-
https://man.plustar.jp/manpage/man3/offsetof.3.html
- [similar]
- Man page of UNIX 8706
- UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ
...
により) ソケットのアドレスが返される際、 その長さは offsetof(struct sockaddr_un, sun_path) + strlen(sun_path) + ...
ル終端されたパス名が格納される。 (Linux では、上記の offsetof () 式は sizeof(sa_family_t) の値と同じだが、 他の実 ...
前に他のフィールドが含まれる場合もある。 そのため、 offsetof () 式を使う方がより移植性のある方法でアドレス構造体 ...
す addrlen 引数は最低でも以下の値を持つべきである。 offsetof(struct sockaddr_un, sun_path)+strlen(addr.sun_path ...
-
https://man.plustar.jp/manpage/man7/unix.7.html
- [similar]
- JM Project (Japanese)::List(man1) 8706
- Linux マニュアル 一覧表 アルファベット順 - o linuxマニュアルの o の一覧表です。 Linux マニュアル
...
od - ファイルを 8 進数 (または他の形式) で出力する offsetof man3 offsetof - 構造体のメンバーのオフセットを返す ...
-
https://man.plustar.jp/manpage/man_o.html
- [similar]
- Man page of GETDENTS 8197
- GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd
...
れた) ファイル名 */ /* 実際の長さは (d_reclen - 2 - offsetof(struct linux_dirent, d_name)) */ /* char pad; // 値 ...
-
https://man.plustar.jp/manpage/man2/getdents.2.html
- [similar]
- Man page of GETDENTS 8197
- GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd
...
れた) ファイル名 */ /* 実際の長さは (d_reclen - 2 - offsetof(struct linux_dirent, d_name)) */ /* char pad; // 値 ...
-
https://man.plustar.jp/manpage/man2/getdents64.2.html
- [similar]
- Man page of READDIR 8197
- READDIR Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 readd
...
s (2), read (2), closedir (3), dirfd (3), ftw (3), offsetof (3), opendir (3), readdir_r (3), rewinddir (3), sc ...
-
https://man.plustar.jp/manpage/man3/readdir.3.html
- [similar]
- JM Project (Japanese)::List(man1) 8070
- Linux マニュアル 一覧表 man3 linuxマニュアルの man3 一覧表です。 Linux マニュアル 一覧表 [ man1
...
する ntp_adjtime adjtimex - カーネルの時計を調整する offsetof offsetof - 構造体のメンバーのオフセットを返す on_e ...
-
https://man.plustar.jp/manpage/man_3.html
- [similar]
PREV
1
NEXT