manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 111 for base (0.003 sec.)
Man page of A64L 7158
A64L Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 a64l, l6 ... 4a - long と base-64 を変換する 書式 #include < stdlib.h > long a64l ... らの関数は 32 ビット long 整数と リトルエンディアン base-64 ASCII 文字列 (長さ 0 〜 6) の間の変換を行う。 a ... は 32 ビットの結果を符号拡張 (sign-extend) する。 base-64 システムで使われる 64 個の文字は以下の通りである ...
https://man.plustar.jp/manpage/man3/a64l.3.html - [similar]
Man page of A64L 7158
A64L Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 a64l, l6 ... 4a - long と base-64 を変換する 書式 #include < stdlib.h > long a64l ... らの関数は 32 ビット long 整数と リトルエンディアン base-64 ASCII 文字列 (長さ 0 〜 6) の間の変換を行う。 a ... は 32 ビットの結果を符号拡張 (sign-extend) する。 base-64 システムで使われる 64 個の文字は以下の通りである ...
https://man.plustar.jp/manpage/man3/l64a.3.html - [similar]
Man page of LSEARCH 7082
LSEARCH Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 lfind ... ch.h > void *lfind(const void * key , const void * base , size_t * nmemb , size_t size , int(* compar )(co ... void *)); void *lsearch(const void * key , void * base , size_t * nmemb , size_t size , int(* compar )(co ... ch () は、 size バイトの要素 *nmemb 個からなる配列 base から、 key を線形検索する。比較を行うのは compar が ...
https://man.plustar.jp/manpage/man3/lfind.3.html - [similar]
Man page of LSEARCH 7082
LSEARCH Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 lfind ... ch.h > void *lfind(const void * key , const void * base , size_t * nmemb , size_t size , int(* compar )(co ... void *)); void *lsearch(const void * key , void * base , size_t * nmemb , size_t size , int(* compar )(co ... ch () は、 size バイトの要素 *nmemb 個からなる配列 base から、 key を線形検索する。比較を行うのは compar が ...
https://man.plustar.jp/manpage/man3/lsearch.3.html - [similar]
Man page of ARP 7082
ARP Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 arp - Lin ... ャストによる探索に移行する ( mcast_solicit を見よ)。 base_reachable_time (Linux 2.2 以降) 近傍のホストがみつ ... かると、そのエントリーは base_reachable_time /2 から 3* base_reachable_time /2 の ... 30 秒。 このファイルは現在は非推奨であり、代わりに base_reachable_time_ms を使うこと。 base_reachable_time ... _ms (Linux 2.6.12 以降) base_reachable_time と同じだが、時間をミリ秒単位で測る。 ...
https://man.plustar.jp/manpage/man7/arp.7.html - [similar]
Man page of PCMCIA_CORE 7006
PCMCIA_CORE Section: Devices and Network Interfaces (4) Updated: 2000/08/30 20:23:01 Index JM Ho ... dth= n ] [ probe_io= n ] [ probe_mem= n ] [ cb_mem_base= n ] [ cb_bus_base= n ] [ cb_bus_step= n ] [ cb_pc ... どうかを決めるフラグ。 デフォルトは 1 (真)。 cb_mem_base= n CardBus ブリッジレジスタのメモリマッピングに用い ... 値が存在するあらゆるマッピングを上書きする。 cb_bus_base= n PCI バスの番号を指定する。 CardBus のバスはこの ...
https://man.plustar.jp/manpage/man4/pcmcia_core.4.html - [similar]
Man page of QSORT 6841
QSORT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 qsort, ... 変える 書式 #include < stdlib.h > void qsort(void * base , size_t nmemb , size_t size , int (* compar )(con ... st void *, const void *)); void qsort_r(void * base , size_t nmemb , size_t size , int (* compar )(con ... emb 個の大きさ size の要素をもつ配列を並べ変える。 base 引数は配列の先頭へのポインターである。 compar をポ ...
https://man.plustar.jp/manpage/man3/qsort.3.html - [similar]
Man page of QSORT 6841
QSORT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 qsort, ... 変える 書式 #include < stdlib.h > void qsort(void * base , size_t nmemb , size_t size , int (* compar )(con ... st void *, const void *)); void qsort_r(void * base , size_t nmemb , size_t size , int (* compar )(con ... emb 個の大きさ size の要素をもつ配列を並べ変える。 base 引数は配列の先頭へのポインターである。 compar をポ ...
https://man.plustar.jp/manpage/man3/qsort_r.3.html - [similar]
Man page of WCSTOIMAX 6841
WCSTOIMAX Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 wcs ... max(const wchar_t * nptr , wchar_t ** endptr , int base ); uintmax_t wcstoumax(const wchar_t * nptr , wcha ... r_t ** endptr , int base ); 説明 これらの関数はちょうど wcstol (3) と wcsto ...
https://man.plustar.jp/manpage/man3/wcstoimax.3.html - [similar]
Man page of WCSTOIMAX 6841
WCSTOIMAX Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 wcs ... max(const wchar_t * nptr , wchar_t ** endptr , int base ); uintmax_t wcstoumax(const wchar_t * nptr , wcha ... r_t ** endptr , int base ); 説明 これらの関数はちょうど wcstol (3) と wcsto ...
https://man.plustar.jp/manpage/man3/wcstoumax.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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