manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 365 for define (0.019 sec.)
Man page of SNMP_AGENT_API 15596
SNMP_AGENT_API Section: C Library Functions (3) Updated: 27 Oct 1999 Index JM Home Page 名前 def ... の定義は API の "storeid" 引き数として使われる。 */ #define DS_LIBRARY_ID 0 #define DS_APPLICATION_ID 1 #defin ... */ /* 真偽値を操作するライブラリで使われるもの */ #define DS_LIB_MIB_ERRORS 0 #define DS_LIB_SAVE_MIB_DESCRS ... 1 #define DS_LIB_MIB_COMMENT_TERM 2 #define DS_LIB_MIB_PARSE ... _LABEL 3 #define DS_LIB_DUMP_PACKET 4 #define DS_LIB_LOG_TIMESTAMP ...
https://man.plustar.jp/manpage/man3/default_store.3.html - [similar]
Man page of UTMP 9603
UTMP Section: Linux Programmer's Manual (5) Updated: 2020-12-21 Index JM Home Page 名前 utmp, wt ... 必要である)。 /* Values for ut_type field, below */ #define EMPTY 0 /* Record does not contain valid info (for ... merly known as UT_UNKNOWN on Linux) */ #define RUN_LVL 1 /* Change in system run-level (see init ... (1)) */ #define BOOT_TIME 2 /* Time of system boot (in ut_tv ) */ ... #define NEW_TIME 3 /* Time after system clock change (in u ...
https://man.plustar.jp/manpage/man5/utmp.5.html - [similar]
Man page of UTMP 9603
UTMP Section: Linux Programmer's Manual (5) Updated: 2020-12-21 Index JM Home Page 名前 utmp, wt ... 必要である)。 /* Values for ut_type field, below */ #define EMPTY 0 /* Record does not contain valid info (for ... merly known as UT_UNKNOWN on Linux) */ #define RUN_LVL 1 /* Change in system run-level (see init ... (1)) */ #define BOOT_TIME 2 /* Time of system boot (in ut_tv ) */ ... #define NEW_TIME 3 /* Time after system clock change (in u ...
https://man.plustar.jp/manpage/man5/utmpx.5.html - [similar]
Man page of UTMP 9603
UTMP Section: Linux Programmer's Manual (5) Updated: 2020-12-21 Index JM Home Page 名前 utmp, wt ... 必要である)。 /* Values for ut_type field, below */ #define EMPTY 0 /* Record does not contain valid info (for ... merly known as UT_UNKNOWN on Linux) */ #define RUN_LVL 1 /* Change in system run-level (see init ... (1)) */ #define BOOT_TIME 2 /* Time of system boot (in ut_tv ) */ ... #define NEW_TIME 3 /* Time after system clock change (in u ...
https://man.plustar.jp/manpage/man5/wtmp.5.html - [similar]
Man page of NFSSERVCTL 9125
NFSSERVCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 nf ... (7). /* * nfsctl() によって理解されるコマンド */ #define NFSCTL_SVC 0 /* サーバープロセス */ #define NFSCTL ... _ADDCLIENT 1 /* NFS クライアントを追加 */ #define NFSCTL_DELCLIENT 2 /* NFS クライアンドを削除 */ #d ... CTL_EXPORT 3 /* ファイルシステムのエクスポート */ #define NFSCTL_UNEXPORT 4 /* ファイルシステムのアンエクスポ ... ート */ #define NFSCTL_UGIDUPDATE 5 /* クライアントの UID/GID マッ ...
https://man.plustar.jp/manpage/man2/nfsservctl.2.html - [similar]
Man page of STRFILE 6293
STRFILE Section: Maintenance Commands (8) Index JM Home Page BSD mandoc 名称 strfile unstr - 文字 ... されます。 ヘッダのフォーマットは以下のとおりです。 #define VERSION 1 unsigned long str_version; /* バージョン ... nsigned long str_shortlen; /* 最短文字列の長さ */ #define STR_RANDOM 0x1 /* ランダムフラグの位置 */ #define ... STR_ORDERED 0x2 /* 並び換えフラグの位置 */ #define STR_ROTATED 0x4 /* rot-13されたテキスト */ unsigne ... le , flags , 文字 , フィールド , long , unsigned , define , フラグ Linux マニュアル 一覧 [ man1 ] [ man2 ] [ ...
https://man.plustar.jp/manpage/man8/strfile.8.html - [similar]
Man page of CAPGET 6213
CAPGET Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 capget ... 注意を述べておく。 構造体は以下のように定義される。 #define _LINUX_CAPABILITY_VERSION_1 0x19980330 #define _LI ... 2S_1 1 /* V2 added in Linux 2.6.25; deprecated */ #define _LINUX_CAPABILITY_VERSION_2 0x20071026 #define _LI ... APABILITY_U32S_2 2 /* V3 added in Linux 2.6.26 */ #define _LINUX_CAPABILITY_VERSION_3 0x20080522 #define _LI ...
https://man.plustar.jp/manpage/man2/capget.2.html - [similar]
Man page of CAPGET 6213
CAPGET Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 capget ... 注意を述べておく。 構造体は以下のように定義される。 #define _LINUX_CAPABILITY_VERSION_1 0x19980330 #define _LI ... 2S_1 1 /* V2 added in Linux 2.6.25; deprecated */ #define _LINUX_CAPABILITY_VERSION_2 0x20071026 #define _LI ... APABILITY_U32S_2 2 /* V3 added in Linux 2.6.26 */ #define _LINUX_CAPABILITY_VERSION_3 0x20080522 #define _LI ...
https://man.plustar.jp/manpage/man2/capset.2.html - [similar]
Man page of RECVMMSG 5806
RECVMMSG Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv ... msg - 複数のメッセージをソケットから受信する 書式 #define _GNU_SOURCE /* feature_test_macros (7) 参照 */ #in ... 2 11345 3 304 4 13514 5 28421 プログラムのソース #define _GNU_SOURCE #include < netinet/ip.h > #include < s ... ng.h > #include < sys/socket.h > int main(void) { #define VLEN 10 #define BUFSIZE 200 #define TIMEOUT 1 int ...
https://man.plustar.jp/manpage/man2/recvmmsg.2.html - [similar]
Man page of ENCRYPT 5647
ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry ... setkey_r - 64 ビットのメッセージを暗号化する 書式 #define _XOPEN_SOURCE /* feature_test_macros (7) 参照 */ # ... d.h > void encrypt(char block [64], int edflag ); #define _XOPEN_SOURCE /* feature_test_macros (7) 参照 */ # ... lude < stdlib.h > void setkey(const char * key ); #define _GNU_SOURCE /* feature_test_macros (7) 参照 */ #in ... では、これらの関数は DES アルゴリズムを使う。 例 #define _XOPEN_SOURCE #include < stdio.h > #include < stdl ...
https://man.plustar.jp/manpage/man3/encrypt.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

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