manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 267 for len (0.023 sec.)
Man page of FANOTIFY 7118
FANOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 fano ... れる。 struct fanotify_event_metadata { __u32 event_len; __u8 vers; __u8 reserved; __u16 metadata_len; __a ... vent_info_header { __u8 info_type; __u8 pad; __u16 len; }; struct fanotify_event_info_fid { struct fanoti ... ata 構造体のフィールドは以下のとおりである。 event_len This is the length of the data for the current eve ... system objects by file handles, the value of event_len is always FAN_EVENT_METADATA_LEN . For a group tha ...
https://man.plustar.jp/manpage/man7/fanotify.7.html - [similar]
Man page of FALLOCATE 6971
FALLOCATE Section: Linux Programmer's Manual (2) Updated: 2019-11-19 Index JM Home Page 名前 fal ... fallocate(int fd , int mode , off_t offset , off_t len ); 説明 このシステムコールは、移植性のない、Linux ... 直接操作できる。 操作対象は、 offset から始まる長さ len バイトの領域である。 mode 引数は、指定された領域に ... ルトの動作 (つまり mode が 0 の場合) は、 offset と len で指定された範囲のディスク領域の割り当てを行う。 o ... ffset + len がファイルサイズよりも大きかった場合、 ( stat (2) ...
https://man.plustar.jp/manpage/man2/fallocate.2.html - [similar]
Man page of GETHOSTNAME 6411
GETHOSTNAME Section: Linux Programmer's Manual (2) Updated: 2019-10-10 Index JM Home Page 名前 g ... < unistd.h > int gethostname(char * name , size_t len ); int sethostname(const char * name , size_t len ... 名を、文字配列 name で指定された値に設定する。 引数 len には、 name のバイト数を指定する (そのため、 name ... )。 gethostname () は、NULL 終端されたホスト名を、 len バイトの長さの文字配列 name に格納して返す。ヌル終 ... エラー EFAULT name が不正なアドレスである。 EINVAL len が負である。 sethostname () において len が許容され ...
https://man.plustar.jp/manpage/man2/gethostname.2.html - [similar]
Man page of GETHOSTNAME 6411
GETHOSTNAME Section: Linux Programmer's Manual (2) Updated: 2019-10-10 Index JM Home Page 名前 g ... < unistd.h > int gethostname(char * name , size_t len ); int sethostname(const char * name , size_t len ... 名を、文字配列 name で指定された値に設定する。 引数 len には、 name のバイト数を指定する (そのため、 name ... )。 gethostname () は、NULL 終端されたホスト名を、 len バイトの長さの文字配列 name に格納して返す。ヌル終 ... エラー EFAULT name が不正なアドレスである。 EINVAL len が負である。 sethostname () において len が許容され ...
https://man.plustar.jp/manpage/man2/sethostname.2.html - [similar]
Man page of NETLINK 6411
NETLINK Section: Linux Programmer's Manual (3) Updated: 2014-03-20 Index JM Home Page 名前 netli ... include < linux/netlink.h > int NLMSG_ALIGN(size_t len ); int NLMSG_LENGTH(size_t len ); int NLMSG_SPACE( ... size_t len ); void *NLMSG_DATA(struct nlmsghdr * nlh ); struc ... t nlmsghdr *NLMSG_NEXT(struct nlmsghdr * nlh , int len ); int NLMSG_OK(struct nlmsghdr * nlh , int len ); ... int NLMSG_PAYLOAD(struct nlmsghdr * nlh , int len ); 説明 < linux/netlink.h > では、 netlink データグ ...
https://man.plustar.jp/manpage/man3/netlink.3.html - [similar]
Man page of RTNETLINK 6264
RTNETLINK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 rtn ... ROUTE); int RTA_OK(struct rtattr * rta , int rtabuflen ); void *RTA_DATA(struct rtattr * rta ); unsigned ... *RTA_NEXT(struct rtattr * rta , unsigned int rtabuflen ); unsigned int RTA_LENGTH(unsigned int length ); ... unsigned int RTA_SPACE(unsigned int length ); 説明 全ての rtnetlink (7) メッセージは netli ... マクロだけを使って行うべきである。 RTA_OK( rta , attrlen ) は rta が有効なルーティング属性へのポインターであ ...
https://man.plustar.jp/manpage/man3/rtnetlink.3.html - [similar]
Man page of MB_LEN_MAX 5969
MB_LEN_MAX Section: Linux Programmer's Manual (3) Updated: 2015-07-23 Index JM Home Page 名前 MB ... _LEN_MAX - 全てのロケールでの1文字の最大マルチバイト長 ... 書式 #include < limits.h > 説明 The MB_LEN_MAX macro is the maximum number of bytes needed to ... 定数。 準拠 POSIX.1-2001, POSIX.1-2008, C99. 注意 MB_LEN_MAX と sizeof(wchar_t) の値にはなんの関係もない。 ... glibc では MB_LEN_MAX は通常は 16 (glibc バージョン 2.2 より前では 6 ...
https://man.plustar.jp/manpage/man3/MB_LEN_MAX.3.html - [similar]
Man page of GETDOMAINNAME 5911
GETDOMAINNAME Section: Linux Programmer's Manual (2) Updated: 2019-10-10 Index JM Home Page 名前 ... unistd.h > int getdomainname(char * name , size_t len ); int setdomainname(const char * name , size_t le ... 名を、文字配列 name で指定された値に設定する。 引数 len には、 name のバイト数を指定する (そのため、 name ... getdomainname () は、NULL 終端されたドメイン名を、 len バイトの長さの文字配列 name に格納して返す。ヌル終 ... 端されたドメイン名が len バイトより長い場合、 getdomainname () は、(glibc で ...
https://man.plustar.jp/manpage/man2/getdomainname.2.html - [similar]
Man page of GETDOMAINNAME 5911
GETDOMAINNAME Section: Linux Programmer's Manual (2) Updated: 2019-10-10 Index JM Home Page 名前 ... unistd.h > int getdomainname(char * name , size_t len ); int setdomainname(const char * name , size_t le ... 名を、文字配列 name で指定された値に設定する。 引数 len には、 name のバイト数を指定する (そのため、 name ... getdomainname () は、NULL 終端されたドメイン名を、 len バイトの長さの文字配列 name に格納して返す。ヌル終 ... 端されたドメイン名が len バイトより長い場合、 getdomainname () は、(glibc で ...
https://man.plustar.jp/manpage/man2/setdomainname.2.html - [similar]
Man page of CMSG 5881
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... struct cmsghdr * cmsg ); size_t CMSG_ALIGN(size_t length ); size_t CMSG_SPACE(size_t length ); size_t CM ... SG_LEN(size_t length ); unsigned char *CMSG_DATA(struct c ... ように定義されている。 struct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is soc ... klen_t in POSIX) */ int cmsg_level; /* Originating prot ...
https://man.plustar.jp/manpage/man3/CMSG_ALIGN.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT

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