manページ検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 797 for size (0.026 sec.)
Man page of STRCAT 4407
STRCAT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strcat ... ); char *strncat(char * dest , const char * src , size_t n ); 説明 strcat () 関数は、 dest 文字列の後に s ... あろう: char * strncat(char *dest, const char *src, size_t n) { size_t dest_len = strlen(dest); size_t i; f ... SD、Solaris など) では以下の関数が提供されている。 size_t strlcat(char *dest, const char *src, size_t size ... た文字列 src を文字列 dest に追加する。 具体例には、 size が strlen(dest) より大きい場合には最大で size-strl ...
https://man.plustar.jp/manpage/man3/strncat.3.html - [similar]
Man page of GETCWD 4360
GETCWD Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 getcwd ... 書式 #include < unistd.h > char *getcwd(char * buf , size_t size ); char *getwd(char * buf ); char *get_curr ... ワーキングディレクトリの絶対パス名を buf で示された size 長の配列にコピーする。 終端のヌルバイトも含めた、カ ... レントワーキングディレクトリの 絶対パス名の長さが size バイトを超えている場合は、返り値として NULL が返り ... を malloc (3) を用いて動的に割り当てる。 この場合、 size が 0 の場合を除き、バッファーの長さは size となる。 ...
https://man.plustar.jp/manpage/man2/getcwd.2.html - [similar]
Man page of GETCWD 4360
GETCWD Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 getcwd ... 書式 #include < unistd.h > char *getcwd(char * buf , size_t size ); char *getwd(char * buf ); char *get_curr ... ワーキングディレクトリの絶対パス名を buf で示された size 長の配列にコピーする。 終端のヌルバイトも含めた、カ ... レントワーキングディレクトリの 絶対パス名の長さが size バイトを超えている場合は、返り値として NULL が返り ... を malloc (3) を用いて動的に割り当てる。 この場合、 size が 0 の場合を除き、バッファーの長さは size となる。 ...
https://man.plustar.jp/manpage/man3/get_current_dir_name.3.html - [similar]
Man page of GETCWD 4360
GETCWD Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 getcwd ... 書式 #include < unistd.h > char *getcwd(char * buf , size_t size ); char *getwd(char * buf ); char *get_curr ... ワーキングディレクトリの絶対パス名を buf で示された size 長の配列にコピーする。 終端のヌルバイトも含めた、カ ... レントワーキングディレクトリの 絶対パス名の長さが size バイトを超えている場合は、返り値として NULL が返り ... を malloc (3) を用いて動的に割り当てる。 この場合、 size が 0 の場合を除き、バッファーの長さは size となる。 ...
https://man.plustar.jp/manpage/man3/getcwd.3.html - [similar]
Man page of GETCWD 4360
GETCWD Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 getcwd ... 書式 #include < unistd.h > char *getcwd(char * buf , size_t size ); char *getwd(char * buf ); char *get_curr ... ワーキングディレクトリの絶対パス名を buf で示された size 長の配列にコピーする。 終端のヌルバイトも含めた、カ ... レントワーキングディレクトリの 絶対パス名の長さが size バイトを超えている場合は、返り値として NULL が返り ... を malloc (3) を用いて動的に割り当てる。 この場合、 size が 0 の場合を除き、バッファーの長さは size となる。 ...
https://man.plustar.jp/manpage/man3/getwd.3.html - [similar]
Man page of size 4314
size Section: GNU Development Tools (1) Updated: 5 November 1991 Index JM Home Page 名前 size - ... セクションの大きさとその合計をリストする 書式 size [ -A | -B | --format= compatibility ] [ --help ] [ ... bfdname ] [ -V | --version ] objfile ... 説明 GNU size ユーティリティは objfile 引数に与えられたオブジェク ... これらのうちのどれかのオプションを指定すると、 GNU size の出力形式を選択することができる。 System V 形式に ... して指定できる。このオプションはおそらく不要である。 size は多数のフォーマットを自動的に認識する。指定可能な ...
https://man.plustar.jp/manpage/man1/size.1.html - [similar]
Man page of LISTXATTR 4200
LISTXATTR Section: Linux Programmer's Manual (2) Updated: 2014-02-06 Index JM Home Page 名前 lis ... #include < sys/types.h > #include < sys/xattr.h > ssize_t listxattr(const char * path , char * list , size ... _t size ); ssize_t llistxattr(const char * path , char * l ... ist , size_t size ); ssize_t flistxattr(int fd , char * list ... , size_t size ); 説明 拡張属性は、inode (ファイル、ディレ ...
https://man.plustar.jp/manpage/man2/flistxattr.2.html - [similar]
Man page of LISTXATTR 4200
LISTXATTR Section: Linux Programmer's Manual (2) Updated: 2014-02-06 Index JM Home Page 名前 lis ... #include < sys/types.h > #include < sys/xattr.h > ssize_t listxattr(const char * path , char * list , size ... _t size ); ssize_t llistxattr(const char * path , char * l ... ist , size_t size ); ssize_t flistxattr(int fd , char * list ... , size_t size ); 説明 拡張属性は、inode (ファイル、ディレ ...
https://man.plustar.jp/manpage/man2/listxattr.2.html - [similar]
Man page of LISTXATTR 4200
LISTXATTR Section: Linux Programmer's Manual (2) Updated: 2014-02-06 Index JM Home Page 名前 lis ... #include < sys/types.h > #include < sys/xattr.h > ssize_t listxattr(const char * path , char * list , size ... _t size ); ssize_t llistxattr(const char * path , char * l ... ist , size_t size ); ssize_t flistxattr(int fd , char * list ... , size_t size ); 説明 拡張属性は、inode (ファイル、ディレ ...
https://man.plustar.jp/manpage/man2/llistxattr.2.html - [similar]
Man page of LSEARCH 4200
LSEARCH Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 lfind ... void *lfind(const void * key , const void * base , size_t * nmemb , size_t size , int(* compar )(const voi ... )); void *lsearch(const void * key , void * base , size_t * nmemb , size_t size , int(* compar )(const voi ... , const void *)); 説明 lfind () と lsearch () は、 size バイトの要素 *nmemb 個からなる配列 base から、 key ... れている。 関連キーワード 配列 , メンバー , マッチ , size , LSEARCH , key , lsearch , lfind , 要素 , compar ...
https://man.plustar.jp/manpage/man3/lfind.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT

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