manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 91 for ssize (0.011 sec.)
Man page of GETXATTR 8326
GETXATTR Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 getx ... #include < sys/types.h > #include < sys/xattr.h > ssize_t getxattr(const char * path , const char * name , ... void * value , size_t size ); ssize_t lgetxattr(const char * path , const char * name ... , void * value , size_t size ); ssize_t fgetxattr(int fd , const char * name , void * va ...
https://man.plustar.jp/manpage/man2/lgetxattr.2.html - [similar]
Man page of FOPENCOOKIE 8326
FOPENCOOKIE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 f ... を実装する。 呼び出される際、 3 つの引数を受け取る。 ssize_t read(void *cookie, char *buf, size_t size); 引数 ... を実装する。 呼び出される際、 3 つの引数を受け取る。 ssize_t write(void *cookie, const char *buf, size_t size ... off_t offset; /* Current file offset in buf */ }; ssize_t memfile_write(void *c, const char *buf, size_t s ... s) cookie->endpos = cookie->offset; return size; } ssize_t memfile_read(void *c, char *buf, size_t size) { ...
https://man.plustar.jp/manpage/man3/fopencookie.3.html - [similar]
Man page of PROCESS_VM_READV 8033
PROCESS_VM_READV Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名 ... 空間間でデータを転送する 書式 #include < sys/uio.h > ssize_t process_vm_readv(pid_t pid , const struct iovec ... v , unsigned long riovcnt , unsigned long flags ); ssize_t process_vm_writev(pid_t pid , const struct iovec ... _iov か remote_iov のいずれかの iov_len の合計値が ssize_t で表現できる値を超えている。 EINVAL flags が 0 で ... uct iovec remote[1]; char buf1[10]; char buf2[10]; ssize_t nread; pid_t pid = 10; /* PID of remote process ...
https://man.plustar.jp/manpage/man2/process_vm_readv.2.html - [similar]
Man page of PROCESS_VM_READV 8033
PROCESS_VM_READV Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名 ... 空間間でデータを転送する 書式 #include < sys/uio.h > ssize_t process_vm_readv(pid_t pid , const struct iovec ... v , unsigned long riovcnt , unsigned long flags ); ssize_t process_vm_writev(pid_t pid , const struct iovec ... _iov か remote_iov のいずれかの iov_len の合計値が ssize_t で表現できる値を超えている。 EINVAL flags が 0 で ... uct iovec remote[1]; char buf1[10]; char buf2[10]; ssize_t nread; pid_t pid = 10; /* PID of remote process ...
https://man.plustar.jp/manpage/man2/process_vm_writev.2.html - [similar]
Man page of GETLINE 8033
GETLINE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getli ... までの文字列入力を読み込む 書式 #include < stdio.h > ssize_t getline(char ** lineptr , size_t * n , FILE * st ... ream ); ssize_t getdelim(char ** lineptr , size_t * n , int deli ... { FILE *stream; char *line = NULL; size_t len = 0; ssize_t nread; if (argc != 2) { fprintf(stderr, "Usage: ...
https://man.plustar.jp/manpage/man3/getdelim.3.html - [similar]
Man page of GETLINE 8033
GETLINE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getli ... までの文字列入力を読み込む 書式 #include < stdio.h > ssize_t getline(char ** lineptr , size_t * n , FILE * st ... ream ); ssize_t getdelim(char ** lineptr , size_t * n , int deli ... { FILE *stream; char *line = NULL; size_t len = 0; ssize_t nread; if (argc != 2) { fprintf(stderr, "Usage: ...
https://man.plustar.jp/manpage/man3/getline.3.html - [similar]
Man page of LISTXATTR 7887
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 * list , siz ... e_t size ); ssize_t flistxattr(int fd , char * list , size_t size ); ...
https://man.plustar.jp/manpage/man2/flistxattr.2.html - [similar]
Man page of LISTXATTR 7887
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 * list , siz ... e_t size ); ssize_t flistxattr(int fd , char * list , size_t size ); ...
https://man.plustar.jp/manpage/man2/listxattr.2.html - [similar]
Man page of LISTXATTR 7887
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 * list , siz ... e_t size ); ssize_t flistxattr(int fd , char * list , size_t size ); ...
https://man.plustar.jp/manpage/man2/llistxattr.2.html - [similar]
Man page of READ 7434
READ Section: Linux Programmer's Manual (2) Updated: 2018-02-02 Index JM Home Page 名前 read - フ ... スクリプターから読み込む 書式 #include < unistd.h > ssize_t read(int fd , void * buf , size_t count ); 説明 ... い。 According to POSIX.1, if count is greater than SSIZE_MAX , the result is implementation-defined; see NO ... ない。 準拠 SVr4, 4.3BSD, POSIX.1-2001. 注意 The types size_t and ssize_t are, respectively, unsigned and sig ...
https://man.plustar.jp/manpage/man2/read.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

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