manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 349 for buf (0.051 sec.)
Man page of READLINK 6120
READLINK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 read ... > ssize_t readlink(const char * pathname , char * buf , size_t bufsiz ); #include < fcntl.h > /* AT_* 定 ... dlinkat(int dirfd , const char * pathname , char * buf , size_t bufsiz ); glibc 向けの機能検査マクロの要件 ... は pathname で与えられたシンボリックリンクの内容を buf バッファーへ格納する、 buf のサイズは bufsiz である ... 。 readlink () はヌルバイトを buf に追加しない。 その内容全てを格納するのにバッファー ...
https://man.plustar.jp/manpage/man2/readlink.2.html - [similar]
Man page of READLINK 6120
READLINK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 read ... > ssize_t readlink(const char * pathname , char * buf , size_t bufsiz ); #include < fcntl.h > /* AT_* 定 ... dlinkat(int dirfd , const char * pathname , char * buf , size_t bufsiz ); glibc 向けの機能検査マクロの要件 ... は pathname で与えられたシンボリックリンクの内容を buf バッファーへ格納する、 buf のサイズは bufsiz である ... 。 readlink () はヌルバイトを buf に追加しない。 その内容全てを格納するのにバッファー ...
https://man.plustar.jp/manpage/man2/readlinkat.2.html - [similar]
Man page of GETCWD 6084
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 *g ... で終端される。 パス名は関数の結果として返され、引数 buf がある場合は buf 経由でも返される。 getcwd () 関数 ... はカレントワーキングディレクトリの絶対パス名を buf で示された size 長の配列にコピーする。 終端のヌルバ ... である。 POSIX.1-2001 標準の拡張として、 glibc では buf が NULL の場合、 getcwd () は必要なバッファーを ma ...
https://man.plustar.jp/manpage/man2/getcwd.2.html - [similar]
Man page of GETCWD 6084
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 *g ... で終端される。 パス名は関数の結果として返され、引数 buf がある場合は buf 経由でも返される。 getcwd () 関数 ... はカレントワーキングディレクトリの絶対パス名を buf で示された size 長の配列にコピーする。 終端のヌルバ ... である。 POSIX.1-2001 標準の拡張として、 glibc では buf が NULL の場合、 getcwd () は必要なバッファーを ma ...
https://man.plustar.jp/manpage/man3/get_current_dir_name.3.html - [similar]
Man page of GETCWD 6084
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 *g ... で終端される。 パス名は関数の結果として返され、引数 buf がある場合は buf 経由でも返される。 getcwd () 関数 ... はカレントワーキングディレクトリの絶対パス名を buf で示された size 長の配列にコピーする。 終端のヌルバ ... である。 POSIX.1-2001 標準の拡張として、 glibc では buf が NULL の場合、 getcwd () は必要なバッファーを ma ...
https://man.plustar.jp/manpage/man3/getcwd.3.html - [similar]
Man page of GETCWD 6084
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 *g ... で終端される。 パス名は関数の結果として返され、引数 buf がある場合は buf 経由でも返される。 getcwd () 関数 ... はカレントワーキングディレクトリの絶対パス名を buf で示された size 長の配列にコピーする。 終端のヌルバ ... である。 POSIX.1-2001 標準の拡張として、 glibc では buf が NULL の場合、 getcwd () は必要なバッファーを ma ...
https://man.plustar.jp/manpage/man3/getwd.3.html - [similar]
Man page of SETBUF 6084
SETBUF Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 setbuf ... , setbuffer, setlinebuf, setvbuf - ストリームのバッファーリ ... ングの操作 書式 #include < stdio.h > void setbuf(FILE * stream , char * buf ); void setbuffer(FILE ... * stream , char * buf , size_t size ); void setlinebuf(FILE * stream ); ... int setvbuf(FILE * stream , char * buf , int mode , size_t siz ...
https://man.plustar.jp/manpage/man3/setbuf.3.html - [similar]
Man page of SETBUF 6084
SETBUF Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 setbuf ... , setbuffer, setlinebuf, setvbuf - ストリームのバッファーリ ... ングの操作 書式 #include < stdio.h > void setbuf(FILE * stream , char * buf ); void setbuffer(FILE ... * stream , char * buf , size_t size ); void setlinebuf(FILE * stream ); ... int setvbuf(FILE * stream , char * buf , int mode , size_t siz ...
https://man.plustar.jp/manpage/man3/setbuffer.3.html - [similar]
Man page of SETBUF 6084
SETBUF Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 setbuf ... , setbuffer, setlinebuf, setvbuf - ストリームのバッファーリ ... ングの操作 書式 #include < stdio.h > void setbuf(FILE * stream , char * buf ); void setbuffer(FILE ... * stream , char * buf , size_t size ); void setlinebuf(FILE * stream ); ... int setvbuf(FILE * stream , char * buf , int mode , size_t siz ...
https://man.plustar.jp/manpage/man3/setlinebuf.3.html - [similar]
Man page of SETBUF 6084
SETBUF Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 setbuf ... , setbuffer, setlinebuf, setvbuf - ストリームのバッファーリ ... ングの操作 書式 #include < stdio.h > void setbuf(FILE * stream , char * buf ); void setbuffer(FILE ... * stream , char * buf , size_t size ); void setlinebuf(FILE * stream ); ... int setvbuf(FILE * stream , char * buf , int mode , size_t siz ...
https://man.plustar.jp/manpage/man3/setvbuf.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