manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 138 for next (0.055 sec.)
Man page of dhcpd.conf 7572
dhcpd.conf Section: File Formats (5) Index JM Home Page 名前 dhcpd.conf - dhcpd の設定ファイル 説 ... filename パラメータ)、 ファイルを取得するホスト ( next-server パラメータ) などが含まれます。 一般的には、 ... group 化することです。 group { filename "Xncd19r"; next-server ncd-booter; host ncd1 { hardware ethernet 0 ... 0:c0:c3:22:46:81; } } group { filename "Xncd19c"; next-server ncd-booter; host ncd2 { hardware ethernet 0 ... 0:c0:c3:00:14:11; } } group { filename "XncdHMX"; next-server ncd-booter; host ncd1 { hardware ethernet 0 ...
https://man.plustar.jp/manpage/man5/dhcpd.conf.5.html - [similar]
Man page of GETIFADDRS 7429
GETIFADDRS Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ge ... 義されている。 struct ifaddrs { struct ifaddrs *ifa_next; /* Next item in list */ char *ifa_name; /* Name o ... void *ifa_data; /* Address-specific data */ }; ifa_next フィールドにはリストの次の構造体へのポインターが格 ... ifaddrs *ifa = ifaddr; ifa != NULL; ifa = ifa->ifa_next) { if (ifa->ifa_addr == NULL) continue; family = i ...
https://man.plustar.jp/manpage/man3/freeifaddrs.3.html - [similar]
Man page of GETIFADDRS 7429
GETIFADDRS Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ge ... 義されている。 struct ifaddrs { struct ifaddrs *ifa_next; /* Next item in list */ char *ifa_name; /* Name o ... void *ifa_data; /* Address-specific data */ }; ifa_next フィールドにはリストの次の構造体へのポインターが格 ... ifaddrs *ifa = ifaddr; ifa != NULL; ifa = ifa->ifa_next) { if (ifa->ifa_addr == NULL) continue; family = i ...
https://man.plustar.jp/manpage/man3/getifaddrs.3.html - [similar]
JM Project (Japanese)::List(man1) 7297
Linux マニュアル 一覧表 man3 linuxマニュアルの man3 一覧表です。 Linux マニュアル 一覧表 [ man1 ... _sep, argz_delete, argz_extract, argz_insert, argz_next, argz_replace, argz_stringify - argz リストを操作す ... _sep, argz_delete, argz_extract, argz_insert, argz_next, argz_replace, argz_stringify - argz リストを操作す ... _sep, argz_delete, argz_extract, argz_insert, argz_next, argz_replace, argz_stringify - argz リストを操作す ... _sep, argz_delete, argz_extract, argz_insert, argz_next, argz_replace, argz_stringify - argz リストを操作す ...
https://man.plustar.jp/manpage/man_3.html - [similar]
Man page of INIT_MODULE 7010
INIT_MODULE Section: Linux Module Support (2) Updated: 26 Dec 1996 Index JM Home Page 名前 init_ ... ule { unsigned long size_of_struct; struct module *next; const char *name; unsigned long size; long usecou ... _end; #ifdef __alpha__ unsigned long gp; #endif }; next と refs 以外の全てのポインタ要素は、 モジュールの本 ...
https://man.plustar.jp/manpage/man2/init_module.2.html - [similar]
Man page of RCSFILE 7010
RCSFILE Section: File Formats (5) Updated: 2001/07/22 Index JM Home Page 名称 rcsfile - RCS ファ ... m ; author id ; state { id } ; branches { num }* ; next { num } ; { newphrase }* desc ::= desc string delt ... 2.1, 1.3 など) は すべて幹 (trunk) であり、降順で next フィールドを通してリンクされています。 admin ノード ... -1 個のフィールドの番号が等しい全ノードは、昇順で next フィールドを通してリンクされます。 シーケンス中の ...
https://man.plustar.jp/manpage/man5/rcsfile.5.html - [similar]
Man page of NETLINK 6879
NETLINK Section: Linux Programmer's Manual (3) Updated: 2014-03-20 Index JM Home Page 名前 netli ... TA(struct nlmsghdr * nlh ); struct nlmsghdr *NLMSG_NEXT(struct nlmsghdr * nlh , int len ); int NLMSG_OK(st ... に関連づけられた格納領域へのポインターを返す。 NLMSG_NEXT マルチパートメッセージにおいて、次の nlmsghdr を入 ...
https://man.plustar.jp/manpage/man3/netlink.3.html - [similar]
Man page of SUDOREPLAY 6879
SUDOREPLAY Section: System Manager's Manual (8) Updated: May 4, 2016 Index JM Home Page 名前 sud ... 日後。 yesterday 24 時間前。 2 hours ago 2 時間前。 next Friday 来週の (やがて来る週の) 金曜日の 00:00:00。 ... ずしも期待通りに動作するとはかぎらない。 たとえば、"next" 修飾子は、"next Monday" などのように、 曜日と一緒 ... 期待よりも 1 多いものになってしまうのだ。たとえば、"next week" は、 今からちょうど 2 週間後の日時を指すこと ...
https://man.plustar.jp/manpage/man8/sudoreplay.8.html - [similar]
Man page of RTNETLINK 6735
RTNETLINK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 rtn ... _PAYLOAD(struct rtattr * rta ); struct rtattr *RTA_NEXT(struct rtattr * rta , unsigned int rtabuflen ); un ... _PAYLOAD( rta ) はこの属性データの長さを返す。 RTA_NEXT( rta , attrlen ) は rta の次にある属性を取得する。 ...
https://man.plustar.jp/manpage/man3/rtnetlink.3.html - [similar]
Man page of FANOTIFY 6735
FANOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 fano ... e data for the current event and the offset to the next event in the buffer. Unless the group identifies f ... event_len フィールドと比較して検査する。 FAN_EVENT_NEXT(meta, len) This macro uses the length indicated in ... pointed to by meta to calculate the address of the next metadata structure that follows meta . len is the ... in the buffer. The macro returns a pointer to the next metadata structure that follows meta , and reduces ...
https://man.plustar.jp/manpage/man7/fanotify.7.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