manページ検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 797 for size (0.024 sec.)
Man page of MMAP 3403
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... 式 #include < sys/mman.h > void *mmap(void * addr , size_t length , int prot , int flags , int fd , off_t o ... ffset ); int munmap(void * addr , size_t length ); 機能検査マクロの要件に関する情報は「注 ... MAP_ANONYMOUS を参照)。 offset は sysconf(_SC_PAGE_SIZE) が返すページサイズの倍数でなければならない。 引き ... ; int fd; struct stat sb; off_t offset, pa_offset; size_t length; ssize_t s; if (argc < 3 || argc > 4) { f ...
https://man.plustar.jp/manpage/man2/munmap.2.html - [similar]
Man page of MMAP 3403
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... 式 #include < sys/mman.h > void *mmap(void * addr , size_t length , int prot , int flags , int fd , off_t o ... ffset ); int munmap(void * addr , size_t length ); 機能検査マクロの要件に関する情報は「注 ... MAP_ANONYMOUS を参照)。 offset は sysconf(_SC_PAGE_SIZE) が返すページサイズの倍数でなければならない。 引き ... ; int fd; struct stat sb; off_t offset, pa_offset; size_t length; ssize_t s; if (argc < 3 || argc > 4) { f ...
https://man.plustar.jp/manpage/man3/mmap64.3.html - [similar]
Man page of PARTX 3403
PARTX Section: System Administration (8) Updated: December 2014 Index JM Home Page 名前 partx - ... ィションを登録する。 -b , --bytes 出力項目 (column) SIZE を、人間が読みやすい形ではなく、バイト単位で表示す ... 示であることに注意していただきたい (訳注: もちろん、SIZE は除く)。この出力フォーマットは非推奨であり、 --sh ... を使って選択したり、並べ替えたりすることができる。 (SIZE 以外の) すべての数値は、512-byte セクタ単位の表記で ... たパーティションを更新 (update) する。 -S , --sector-size size デフォルトのセクタサイズを上書きする。 -v , - ...
https://man.plustar.jp/manpage/man8/partx.8.html - [similar]
Man page of LS 3382
LS Section: FSF (1) Updated: November 1998 Index JM Home Page 名前 ls - ディレクトリの内容をリス ... 非表示文字を8進数のシーケンスで表示する。 --block-size = SIZE ブロックサイズをSIZEバイトで表示する。 -B , ... チする名前のファイルはリスト表示しない 。 -k --block-size = 1K と同様。 -l 長い形式でリスト表示する。 -L , - ... ィレクトリがあれば、再帰的にリスト表示する。 -s , --size 各ファイルのファイルサイズ (訳注: 1024 バイトブロッ ... を指定できる : extension ( -X と同等), none ( -U ), size ( -S ), version ( -v ), status ( -c ), time ( -t ) ...
https://man.plustar.jp/manpage/man1/ls.1.html - [similar]
Man page of SIGSUSPEND 3382
SIGSUSPEND Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 si ... ition of real-time signals in Linux 2.2, the fixed-size, 32-bit sigset_t type supported by that system cal ... type. The new system call takes a second argument, size_t sigsetsize , which specifies the size in bytes o ... s argument is currently required to have the value sizeof(sigset_t) (or the error EINVAL results). The gli ... IGSUSPEND , マスク , sigprocmask , system , call , size , プロセス , 呼び出し Linux マニュアル 一覧 [ man1 ...
https://man.plustar.jp/manpage/man2/rt_sigsuspend.2.html - [similar]
Man page of SIGALTSTACK 3382
SIGALTSTACK Section: Linux Programmer's Manual (2) Updated: 2010-09-26 Index JM Home Page 名前 s ... タックのベースアドレス */ int ss_flags; /* フラグ */ size_t ss_size; /* スタックのバイト数 */ } stack_t; 新規 ... には、 ss.ss_flags を 0 に設定し、 ss.ss_sp と ss.ss_size に スタックの開始アドレスとスタックサイズを指定する ... ) の呼び出しより先に行われる。 oss.ss_sp と oss.ss_size フィールドに スタックの開始アドレスとスタックサイズ ... っている。 ENOMEM 新しい代替シグナルスタック ( ss.ss_size ) に指定したサイズが MINSTKSZ より小さかった。 EPE ...
https://man.plustar.jp/manpage/man2/sigaltstack.2.html - [similar]
Man page of SIGSUSPEND 3382
SIGSUSPEND Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 si ... ition of real-time signals in Linux 2.2, the fixed-size, 32-bit sigset_t type supported by that system cal ... type. The new system call takes a second argument, size_t sigsetsize , which specifies the size in bytes o ... s argument is currently required to have the value sizeof(sigset_t) (or the error EINVAL results). The gli ... IGSUSPEND , マスク , sigprocmask , system , call , size , プロセス , 呼び出し Linux マニュアル 一覧 [ man1 ...
https://man.plustar.jp/manpage/man2/sigsuspend.2.html - [similar]
Man page of BSEARCH 3382
BSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 bsear ... id *bsearch(const void * key , const void * base , size_t nmemb , size_t size , int (* compar )(const void ... ンバーが返される。 配列中の各々のメンバーのサイズは size によって指定する。 配列の内容は比較関数 compar に基 ... 11, "nov" }, {12, "dec" } }; #define nr_of_months (sizeof(months)/sizeof(months[0])) static int compmi(con ... t argc, char **argv) { qsort(months, nr_of_months, sizeof(months[0]), compmi); for (int i = 1; i < argc; i ...
https://man.plustar.jp/manpage/man3/bsearch.3.html - [similar]
Man page of SIGALTSTACK 3382
SIGALTSTACK Section: Linux Programmer's Manual (2) Updated: 2010-09-26 Index JM Home Page 名前 s ... タックのベースアドレス */ int ss_flags; /* フラグ */ size_t ss_size; /* スタックのバイト数 */ } stack_t; 新規 ... には、 ss.ss_flags を 0 に設定し、 ss.ss_sp と ss.ss_size に スタックの開始アドレスとスタックサイズを指定する ... ) の呼び出しより先に行われる。 oss.ss_sp と oss.ss_size フィールドに スタックの開始アドレスとスタックサイズ ... っている。 ENOMEM 新しい代替シグナルスタック ( ss.ss_size ) に指定したサイズが MINSTKSZ より小さかった。 EPE ...
https://man.plustar.jp/manpage/man3/sigstack.3.html - [similar]
Man page of QUERY_MODULE 3356
QUERY_MODULE Section: Linux Module Support (2) Updated: 26 Dec 1996 Index JM Home Page 名前 quer ... odule(const char * name , int which , void * buf , size_t bufsize , size_t * ret ); 説明 query_module は、 ... module_info { unsigned long address; unsigned long size; unsigned long flags; }; ここで address は、そのモ ... ールが常駐しているカーネル空間上の アドレスであり、 size はモジュールの大きさ(単位はバイト)である。 また fl ...
https://man.plustar.jp/manpage/man2/query_module.2.html - [similar]
PREV 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 NEXT

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