manページ検索

phrase: max: clip:
target: order:
Results of 631 - 640 of about 1594 for int (0.250 sec.)
Man page of CHOWN 2504
CHOWN Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 chown, ... ァイルの所有者を変更する 書式 #include < unistd.h > int chown(const char * pathname , uid_t owner , gid_t ... group ); int fchown(int fd , uid_t owner , gid_t group ); int l ... tl.h > /* AT_* 定数の定義 */ #include < unistd.h > int fchownat(int dirfd , const char * pathname , uid_t ... owner , gid_t group , int flags ); glibc 向けの機能検査マクロの要件 ( featur ...
https://man.plustar.jp/manpage/man2/fchown.2.html - [similar]
Man page of CHOWN 2504
CHOWN Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 chown, ... ァイルの所有者を変更する 書式 #include < unistd.h > int chown(const char * pathname , uid_t owner , gid_t ... group ); int fchown(int fd , uid_t owner , gid_t group ); int l ... tl.h > /* AT_* 定数の定義 */ #include < unistd.h > int fchownat(int dirfd , const char * pathname , uid_t ... owner , gid_t group , int flags ); glibc 向けの機能検査マクロの要件 ( featur ...
https://man.plustar.jp/manpage/man2/fchown32.2.html - [similar]
Man page of CHOWN 2504
CHOWN Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 chown, ... ァイルの所有者を変更する 書式 #include < unistd.h > int chown(const char * pathname , uid_t owner , gid_t ... group ); int fchown(int fd , uid_t owner , gid_t group ); int l ... tl.h > /* AT_* 定数の定義 */ #include < unistd.h > int fchownat(int dirfd , const char * pathname , uid_t ... owner , gid_t group , int flags ); glibc 向けの機能検査マクロの要件 ( featur ...
https://man.plustar.jp/manpage/man2/fchownat.2.html - [similar]
Man page of INOTIFY_RM_WATCH 2504
INOTIFY_RM_WATCH Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名 ... 視アイテムを削除する 書式 #include < sys/inotify.h > int inotify_rm_watch(int fd , int wd ); 説明 inotify_r ... fy , INOTIFY , WATCH , エラー , ディスクリプター , int , 削除 , pages , インスタンス , 名前 Linux マニュア ...
https://man.plustar.jp/manpage/man2/inotify_rm_watch.2.html - [similar]
Man page of CHOWN 2504
CHOWN Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 chown, ... ァイルの所有者を変更する 書式 #include < unistd.h > int chown(const char * pathname , uid_t owner , gid_t ... group ); int fchown(int fd , uid_t owner , gid_t group ); int l ... tl.h > /* AT_* 定数の定義 */ #include < unistd.h > int fchownat(int dirfd , const char * pathname , uid_t ... owner , gid_t group , int flags ); glibc 向けの機能検査マクロの要件 ( featur ...
https://man.plustar.jp/manpage/man2/lchown.2.html - [similar]
Man page of CHOWN 2504
CHOWN Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 chown, ... ァイルの所有者を変更する 書式 #include < unistd.h > int chown(const char * pathname , uid_t owner , gid_t ... group ); int fchown(int fd , uid_t owner , gid_t group ); int l ... tl.h > /* AT_* 定数の定義 */ #include < unistd.h > int fchownat(int dirfd , const char * pathname , uid_t ... owner , gid_t group , int flags ); glibc 向けの機能検査マクロの要件 ( featur ...
https://man.plustar.jp/manpage/man2/lchown32.2.html - [similar]
Man page of RECV 2504
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... s/types.h > #include < sys/socket.h > ssize_t recv(int sockfd , void * buf , size_t len , int flags ); ss ... ize_t recvfrom(int sockfd , void * buf , size_t len , int flags , str ... src_addr , socklen_t * addrlen ); ssize_t recvmsg(int sockfd , struct msghdr * msg , int flags ); 説明 r ... (via the fcntl (2) F_SETFL operation), but differs in that MSG_DONTWAIT is a per-call option, whereas O_N ...
https://man.plustar.jp/manpage/man2/recv.2.html - [similar]
Man page of RECV 2504
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... s/types.h > #include < sys/socket.h > ssize_t recv(int sockfd , void * buf , size_t len , int flags ); ss ... ize_t recvfrom(int sockfd , void * buf , size_t len , int flags , str ... src_addr , socklen_t * addrlen ); ssize_t recvmsg(int sockfd , struct msghdr * msg , int flags ); 説明 r ... (via the fcntl (2) F_SETFL operation), but differs in that MSG_DONTWAIT is a per-call option, whereas O_N ...
https://man.plustar.jp/manpage/man2/recvfrom.2.html - [similar]
Man page of RECV 2504
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... s/types.h > #include < sys/socket.h > ssize_t recv(int sockfd , void * buf , size_t len , int flags ); ss ... ize_t recvfrom(int sockfd , void * buf , size_t len , int flags , str ... src_addr , socklen_t * addrlen ); ssize_t recvmsg(int sockfd , struct msghdr * msg , int flags ); 説明 r ... (via the fcntl (2) F_SETFL operation), but differs in that MSG_DONTWAIT is a per-call option, whereas O_N ...
https://man.plustar.jp/manpage/man2/recvmsg.2.html - [similar]
Man page of INIT_MODULE 2489
INIT_MODULE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 i ... finit_module - カーネルモジュールをロードする 書式 int init_module(void * module_image , unsigned long le ... n , const char * param_values ); int finit_module(int fd , const char * param_values , ... なり違ったものであった。 #include < linux/module.h > int init_module(const char * name , struct module * im ... size; long usecount; unsigned long flags; unsigned int nsyms; unsigned int ndeps; struct module_symbol *s ...
https://man.plustar.jp/manpage/man2/finit_module.2.html - [similar]
PREV 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 NEXT

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