manページ検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 797 for size (0.020 sec.)
Man page of GETGROUPS 4126
GETGROUPS Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 get ... /types.h > #include < unistd.h > int getgroups(int size , gid_t list []); #include < grp.h > int setgroups ... (size_t size , const gid_t * list ); glibc 向けの機能検査 ... 助グループ (supplementary group) ID を list に返す。 size 引数には、 list により参照されるバッファーに格納で ... 素の最大数を設定すべきである。 呼び出し元プロセスが size 個より多くの補助グループのメンバの場合には、エラー ...
https://man.plustar.jp/manpage/man2/setgroups.2.html - [similar]
Man page of GETGROUPS 4126
GETGROUPS Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 get ... /types.h > #include < unistd.h > int getgroups(int size , gid_t list []); #include < grp.h > int setgroups ... (size_t size , const gid_t * list ); glibc 向けの機能検査 ... 助グループ (supplementary group) ID を list に返す。 size 引数には、 list により参照されるバッファーに格納で ... 素の最大数を設定すべきである。 呼び出し元プロセスが size 個より多くの補助グループのメンバの場合には、エラー ...
https://man.plustar.jp/manpage/man2/setgroups32.2.html - [similar]
Man page of MKREISERFS 4059
MKREISERFS Section: Maintenance Commands (8) Updated: February 2004 Index JM Home Page 名前 mkre ... の作成ツール 書式 mkreiserfs [ -dfV ] [ -b | --block-size N ] [ -h | --hash HASH ] [ -u | --uuid UUID ] [ -l ... ] [ -j | --journal-device FILE ] [ -s | --journal-size N ] [ -o | --journal-offset N ] [ -t | --transacti ... on-max-size N ] [ -B | --badblocks file ] device [ filesystem- ... は SCSI ディスクパーティションである)。 filesystem-size ファイルシステムのサイズ (ブロック単位)。 省略され ...
https://man.plustar.jp/manpage/man8/mkreiserfs.8.html - [similar]
Man page of READLINK 4012
READLINK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 read ... ボリックリンクの値を読む 書式 #include < unistd.h > ssize_t readlink(const char * pathname , char * buf , si ... l.h > /* AT_* 定数の定義 */ #include < unistd.h > ssize_t readlinkat(int dirfd , const char * pathname , c ... har * buf , size_t bufsiz ); glibc 向けの機能検査マクロの要件 ( fea ... の型は int で宣言されていた。現在では、返り値の型は ssize_t である (返り値 ssize_t は POSIX.1-2001 で (新たに ...
https://man.plustar.jp/manpage/man2/readlink.2.html - [similar]
Man page of READLINK 4012
READLINK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 read ... ボリックリンクの値を読む 書式 #include < unistd.h > ssize_t readlink(const char * pathname , char * buf , si ... l.h > /* AT_* 定数の定義 */ #include < unistd.h > ssize_t readlinkat(int dirfd , const char * pathname , c ... har * buf , size_t bufsiz ); glibc 向けの機能検査マクロの要件 ( fea ... の型は int で宣言されていた。現在では、返り値の型は ssize_t である (返り値 ssize_t は POSIX.1-2001 で (新たに ...
https://man.plustar.jp/manpage/man2/readlinkat.2.html - [similar]
Man page of REMAP_FILE_PAGES 4012
REMAP_FILE_PAGES Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名 ... < sys/mman.h > int remap_file_pages(void * addr , size_t size , int prot , size_t pgoff , int flags ); 説 ... の複数の場所に マップすることが可能である。 pgoff と size 引数は、マッピング内で再配置されるファイルの領域を ... フセットであり、単位はシステムのページサイズである。 size は領域の長さであり、単位はバイトである。 addr 引数 ... ドレスでなければならない。 第 2 の目的は、 pgoff と size で識別されるファイルページが置かれる予定のアドレス ...
https://man.plustar.jp/manpage/man2/remap_file_pages.2.html - [similar]
Man page of MBSTOWCS 4012
MBSTOWCS Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 mbst ... をワイド文字列に変換する 書式 #include < stdlib.h > size_t mbstowcs(wchar_t * dest , const char * src , siz ... : 1. 不正なマルチバイト列に遭遇した。この場合には (size_t) -1 を返す。 2. n 文字の L'\0' 以外のワイド文字を ... は含まない。不正なマルチバイト列に遭遇した場合には (size_t) -1 を返す。 属性 この節で使用されている用語の説 ... de < stdlib.h > int main(int argc, char *argv[]) { size_t mbslen; /* Number of multibyte characters in sou ...
https://man.plustar.jp/manpage/man3/mbstowcs.3.html - [similar]
Man page of STRCPY 4012
STRCPY Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 strcpy ... ); char *strncpy(char * dest , const char * src , size_t n ); 説明 strcpy () 関数は src が指す文字列を末尾 ... あろう: char * strncpy(char *dest, const char *src, size_t n) { size_t i; for (i = 0; i < n && src[i] != '\ ... SD、Solaris など) では以下の関数が提供されている。 size_t strlcpy(char *dest, const char *src, size_t size ... ); この関数は strncpy () と同様だが、 最大でも size-1 バイトしか dest にコピーをせず、 末尾への終端のヌ ...
https://man.plustar.jp/manpage/man3/strcpy.3.html - [similar]
Man page of STRCPY 4012
STRCPY Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 strcpy ... ); char *strncpy(char * dest , const char * src , size_t n ); 説明 strcpy () 関数は src が指す文字列を末尾 ... あろう: char * strncpy(char *dest, const char *src, size_t n) { size_t i; for (i = 0; i < n && src[i] != '\ ... SD、Solaris など) では以下の関数が提供されている。 size_t strlcpy(char *dest, const char *src, size_t size ... ); この関数は strncpy () と同様だが、 最大でも size-1 バイトしか dest にコピーをせず、 末尾への終端のヌ ...
https://man.plustar.jp/manpage/man3/strncpy.3.html - [similar]
Man page of SHMGET 3985
SHMGET Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmget ... .h > #include < sys/shm.h > int shmget(key_t key , size_t size , int shmflg ); 説明 shmget () returns the ... トを作成する。 作成される共有メモリーセグメントは、 size 引数の値を PAGE_SIZE の倍数へと切り上げた (round u ... ith SHM_HUGETLB to select alternative hugetlb page sizes (respectively, 2 MB and 1 GB) on systems that sup ... port multiple hugetlb page sizes. More generally, the desired huge page size can b ...
https://man.plustar.jp/manpage/man2/shmget.2.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 NEXT

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