manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 378 for DATA (0.022 sec.)
Man page of HSEARCH 6428
HSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 hcrea ... arch.h > int hcreate_r(size_t nel , struct hsearch_data * htab ); int hsearch_r(ENTRY item , ACTION action ... , ENTRY ** retval , struct hsearch_data * htab ); void hdestroy_r(struct hsearch_data * ht ... されている。 typedef struct entry { char *key; void *data; } ENTRY; フィールド key は検索キーとなるヌル終端さ ... れた文字列を指す。 フィールド data は、このキーに対応するデータを指す。 検索が失敗した ...
https://man.plustar.jp/manpage/man3/hdestroy_r.3.html - [similar]
Man page of HSEARCH 6428
HSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 hcrea ... arch.h > int hcreate_r(size_t nel , struct hsearch_data * htab ); int hsearch_r(ENTRY item , ACTION action ... , ENTRY ** retval , struct hsearch_data * htab ); void hdestroy_r(struct hsearch_data * ht ... されている。 typedef struct entry { char *key; void *data; } ENTRY; フィールド key は検索キーとなるヌル終端さ ... れた文字列を指す。 フィールド data は、このキーに対応するデータを指す。 検索が失敗した ...
https://man.plustar.jp/manpage/man3/hsearch.3.html - [similar]
Man page of HSEARCH 6428
HSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 hcrea ... arch.h > int hcreate_r(size_t nel , struct hsearch_data * htab ); int hsearch_r(ENTRY item , ACTION action ... , ENTRY ** retval , struct hsearch_data * htab ); void hdestroy_r(struct hsearch_data * ht ... されている。 typedef struct entry { char *key; void *data; } ENTRY; フィールド key は検索キーとなるヌル終端さ ... れた文字列を指す。 フィールド data は、このキーに対応するデータを指す。 検索が失敗した ...
https://man.plustar.jp/manpage/man3/hsearch_r.3.html - [similar]
Man page of dhcp-eval 6253
dhcp-eval Section: File Formats (5) Index JM Home Page 名称 dhcp-eval - ISC DHCP における条件付き ... 配布物で現在サポートされているブール式の一覧です。 data-expression-1 = data-expression-2 = オペレータは、2 ... 依存します。 データ式をここに示します。 substring ( data-expr , offset , length ) substring オペレータは、デ ... ングを返します。 offset と length は共に数値式です。 data-expr , offset , length のいずれかが空と評価される場 ... の全データを含む データ文字列が返されます。 suffix ( data-expr , length ) suffix オペレータは、 data-expr を ...
https://man.plustar.jp/manpage/man5/dhcp-eval.5.html - [similar]
Man page of LSEEK 6209
LSEEK Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 lseek - ... は、 whence に以下の値も指定することができる。 SEEK_DATA ファイルオフセットを offset 以上で次にデータがある ... は常にファイル末尾のオフセットを返すようにし、 SEEK_DATA は常に offset を返すようにすることで、 ファイルシス ... テムはこれらの操作をサポートすることができる ( SEEK_DATA は常に offset を返すというのは、 offset が参照する ... るとみなすということである)。 < unistd.h > から SEEK_DATA と SEEK_HOLE の定義を得るには、 機能検査マクロ _GN ...
https://man.plustar.jp/manpage/man2/lseek.2.html - [similar]
Man page of XINETD.LOG 5868
XINETD.LOG Section: File Formats (5) Updated: 28 April 1993 Index JM Home Page 名前 xinetd.log - ... は、最初にタイムスタンプがつく)。 entry : service-id data data は entry に依存する。 entry には以下のものがあ ... される FAIL サーバを起動できなかったときに生成される DATA サーバの起動に失敗し、サービスが RECORD ログオプシ ... process_limit フォークしたプロセス数が制限を越えた DATA エントリは以下の形式である。 DATA: service-id data ... ログ出力される data はサービスに依存する。 login remote_user=%s local_ ...
https://man.plustar.jp/manpage/man5/xinetd.log.5.html - [similar]
Man page of ENCRYPT 5562
ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry ... .h > void setkey_r(const char * key , struct crypt_data * data ); void encrypt_r(char * block , int edflag ... , struct crypt_data * data ); これらの関数は -lcrypt でリンクする必要が ... 持するために以下のような構造体を使う。 struct crypt_data { char keysched[16 * 8]; char sb0[32768]; char sb1 ... int initialized; }; setkey_r () を呼び出す前には、 data->initialized を 0 に設定すること。 返り値 これらの ...
https://man.plustar.jp/manpage/man3/encrypt.3.html - [similar]
Man page of ENCRYPT 5562
ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry ... .h > void setkey_r(const char * key , struct crypt_data * data ); void encrypt_r(char * block , int edflag ... , struct crypt_data * data ); これらの関数は -lcrypt でリンクする必要が ... 持するために以下のような構造体を使う。 struct crypt_data { char keysched[16 * 8]; char sb0[32768]; char sb1 ... int initialized; }; setkey_r () を呼び出す前には、 data->initialized を 0 に設定すること。 返り値 これらの ...
https://man.plustar.jp/manpage/man3/encrypt_r.3.html - [similar]
Man page of ENCRYPT 5562
ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry ... .h > void setkey_r(const char * key , struct crypt_data * data ); void encrypt_r(char * block , int edflag ... , struct crypt_data * data ); これらの関数は -lcrypt でリンクする必要が ... 持するために以下のような構造体を使う。 struct crypt_data { char keysched[16 * 8]; char sb0[32768]; char sb1 ... int initialized; }; setkey_r () を呼び出す前には、 data->initialized を 0 に設定すること。 返り値 これらの ...
https://man.plustar.jp/manpage/man3/setkey.3.html - [similar]
Man page of ENCRYPT 5562
ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry ... .h > void setkey_r(const char * key , struct crypt_data * data ); void encrypt_r(char * block , int edflag ... , struct crypt_data * data ); これらの関数は -lcrypt でリンクする必要が ... 持するために以下のような構造体を使う。 struct crypt_data { char keysched[16 * 8]; char sb0[32768]; char sb1 ... int initialized; }; setkey_r () を呼び出す前には、 data->initialized を 0 に設定すること。 返り値 これらの ...
https://man.plustar.jp/manpage/man3/setkey_r.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