Results of 1 - 10 of about 440 for TYPE (0.019 sec.)
- Man page of MALLOC_INFO 10415
- MALLOC_INFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 m
...
version="1"> <heap nr="0"> <sizes> </sizes> <total type="fast" count="0" size="0"/> <total type="rest" cou ...
nt="0" size="0"/> <system type="current" size="135168"/> <system type="max" size= ...
"135168"/> <aspace type="total" size="135168"/> <aspace type="mprotect" si ...
ze="135168"/> </heap> <total type="fast" count="0" size="0"/> <total type="rest" cou ...
-
https://man.plustar.jp/manpage/man3/malloc_info.3.html
- [similar]
- Man page of NBP_NAME 8539
- NBP_NAME Section: C Library Functions (3) Updated: 12 Jan 1994 Index JM Home Page 名前 nbp_name
...
- NBP 名を解釈する 書式 nbp_name( name, obj, type, zone ) char *name, **obj, **type, **zone; 説明 nb ...
クト・ タイプ・ゾーンに与えた名前を解釈する。 obj , type , zone は参照として渡すべきであり、 呼び出し側のデ ...
釈し終った値にポインタを移動する。 name は object : type @ zone という形式である。 ここで、 object , : type ...
, @ zone はそれぞれ obj , type , zone を置き換える。 type の前には ` : ' がなけれ ...
-
https://man.plustar.jp/manpage/man3/nbp_name.3.html
- [similar]
- Man page of GETDENTS 8116
- GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd
...
*/ /* char pad; // 値 0 のパディングバイト char d_type; // ファイル種別 (Linux 2.6.4 以降のみ); // オフセ ...
ある。 d_name はヌル文字で終わるファイル名である。 d_type は、構造体の最後のバイトであり、ファイルタイプを示 ...
す。 d_type は以下の値のいずれか一つを取る ( < dirent.h > で定 ...
ソケットである。 DT_UNKNOWN ファイルタイプが不明。 d_type フィールドは Linux 2.6.4 以降で実装されている。 こ ...
-
https://man.plustar.jp/manpage/man2/getdents.2.html
- [similar]
- Man page of GETDENTS 8116
- GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd
...
*/ /* char pad; // 値 0 のパディングバイト char d_type; // ファイル種別 (Linux 2.6.4 以降のみ); // オフセ ...
ある。 d_name はヌル文字で終わるファイル名である。 d_type は、構造体の最後のバイトであり、ファイルタイプを示 ...
す。 d_type は以下の値のいずれか一つを取る ( < dirent.h > で定 ...
ソケットである。 DT_UNKNOWN ファイルタイプが不明。 d_type フィールドは Linux 2.6.4 以降で実装されている。 こ ...
-
https://man.plustar.jp/manpage/man2/getdents64.2.html
- [similar]
- Man page of XINETD.CONF 7593
- XINETD.CONF Section: File Formats (5) Updated: 14 June 2001 Index JM Home Page 名前 xinetd.conf
...
ォルトではサービス id は service_name と同じである。 type 以下の値の任意の組合せである: RPC RPC を使ったサー ...
みなす。 あと一つ覚えておくべき重要なことは、socket_type を stream に設定した場合は、 wait 属性は no に設定 ...
なくなる。 DISABLE フラグに関する記述を見よ。 socket_type この属性に指定可能な値は以下: stream ストリーム型サ ...
間は 0 から 23 の範囲で、分は 0 から 59 である。 log_type サービスのログ出力がどこに送られるかを指定する。 二 ...
-
https://man.plustar.jp/manpage/man5/xinetd.conf.5.html
- [similar]
- Man page of RTNETLINK 7494
- RTNETLINK Section: Linux Programmer's Manual (7) Updated: 2020-06-09 Index JM Home Page 名前 rtn
...
inux IPv4 ルーティングソケット 書式 #include < asm/types.h > #include < linux/netlink.h > #include < linux ...
> rtnetlink_socket = socket(AF_NETLINK, int socket_type , NETLINK_ROUTE); 説明 rtnetlink はカーネルのルーテ ...
rta_len; /* Length of option */ unsigned short rta_type; /* Type of option */ /* Data follows */ }; これら ...
har ifi_family; /* AF_UNSPEC */ unsigned short ifi_type; /* Device type */ int ifi_index; /* Interface ind ...
-
https://man.plustar.jp/manpage/man7/rtnetlink.7.html
- [similar]
- Man page of FANOTIFY 7286
- FANOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 fano
...
read (2) などを使って) 読み出すことができる。 Two types of events are generated: notification events and ...
fer: struct fanotify_event_info_header { __u8 info_type; __u8 pad; __u16 len; }; struct fanotify_event_inf ...
ppear in mask only in conjunction with other event type bits: FAN_ONDIR The events described in the mask h ...
ドは以下のとおりである。 hdr This is a structure of type fanotify_event_info_header . It is a generic heade ...
-
https://man.plustar.jp/manpage/man7/fanotify.7.html
- [similar]
- Man page of SYSLOG 6290
- SYSLOG Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 syslog
...
console_loglevel の設定を行う 書式 int syslog(int type , char * bufp , int len ); /* glibc ではラッパー関 ...
フェース */ #include < sys/klog.h > int klogctl(int type , char * bufp , int len ); 説明 注意 : おそらく、あ ...
でバッファーのサイズを問い合わせできる。 コマンド type 引数はこの関数が行う動作を決定する。 以下のリストに ...
示す値を type に指定できる。 シンボル名はカーネルソースで定義され ...
-
https://man.plustar.jp/manpage/man2/syslog.2.html
- [similar]
- Man page of SYSLOG 6290
- SYSLOG Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 syslog
...
console_loglevel の設定を行う 書式 int syslog(int type , char * bufp , int len ); /* glibc ではラッパー関 ...
フェース */ #include < sys/klog.h > int klogctl(int type , char * bufp , int len ); 説明 注意 : おそらく、あ ...
でバッファーのサイズを問い合わせできる。 コマンド type 引数はこの関数が行う動作を決定する。 以下のリストに ...
示す値を type に指定できる。 シンボル名はカーネルソースで定義され ...
-
https://man.plustar.jp/manpage/man3/klogctl.3.html
- [similar]
- Man page of MATHERR 6240
- MATHERR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mathe
...
herr(struct exception * exc ); extern _LIB_VERSION_TYPE _LIB_VERSION; -lm でリンクする。 説明 Note : the m ...
構造体へのポインターである。 struct exception { int type; /* Exception type */ char *name; /* Name of funct ...
on */ double retval; /* Function return value */ } type フィールドは以下の値のいずれかである。 DOMAIN 領域 ...
関数と matherr () が呼び出される状況の一覧である。 "Type" 列 は matherr () が呼び出される際に exc->type に ...
-
https://man.plustar.jp/manpage/man3/matherr.3.html
- [similar]