manページ検索

phrase: max: clip:
target: order:
Results of 851 - 860 of about 1594 for int (0.805 sec.)
Man page of SETALIASENT 2360
SETALIASENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 s ... liasent(void); struct aliasent *getaliasent(void); int getaliasent_r(struct aliasent * result , char * bu ... ruct aliasent *getaliasbyname(const char * name ); int getaliasbyname_r(const char * name , struct aliase ... ; char **alias_members; /* エイリアス名のリスト */ int alias_local; }; 返り値 関数 getaliasent_r () と ge ... dio.h > #include < stdlib.h > #include < errno.h > int main(void) { struct aliasent *al; setaliasent(); f ...
https://man.plustar.jp/manpage/man3/getaliasbyname_r.3.html - [similar]
Man page of SETALIASENT 2360
SETALIASENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 s ... liasent(void); struct aliasent *getaliasent(void); int getaliasent_r(struct aliasent * result , char * bu ... ruct aliasent *getaliasbyname(const char * name ); int getaliasbyname_r(const char * name , struct aliase ... ; char **alias_members; /* エイリアス名のリスト */ int alias_local; }; 返り値 関数 getaliasent_r () と ge ... dio.h > #include < stdlib.h > #include < errno.h > int main(void) { struct aliasent *al; setaliasent(); f ...
https://man.plustar.jp/manpage/man3/getaliasent.3.html - [similar]
Man page of SETALIASENT 2360
SETALIASENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 s ... liasent(void); struct aliasent *getaliasent(void); int getaliasent_r(struct aliasent * result , char * bu ... ruct aliasent *getaliasbyname(const char * name ); int getaliasbyname_r(const char * name , struct aliase ... ; char **alias_members; /* エイリアス名のリスト */ int alias_local; }; 返り値 関数 getaliasent_r () と ge ... dio.h > #include < stdlib.h > #include < errno.h > int main(void) { struct aliasent *al; setaliasent(); f ...
https://man.plustar.jp/manpage/man3/getaliasent_r.3.html - [similar]
Man page of MQ_SEND 2360
MQ_SEND Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq_se ... ーにメッセージを送信する 書式 #include < mqueue.h > int mq_send(mqd_t mqdes , const char * msg_ptr , size_ ... t msg_len , unsigned int msg_prio ); #include < time.h > #include < mqueue. ... h > int mq_timedsend(mqd_t mqdes , const char * msg_ptr , ... size_t msg_len , unsigned int msg_prio , const struct timespec * abs_timeout ); ...
https://man.plustar.jp/manpage/man3/mq_send.3.html - [similar]
Man page of MQ_SEND 2360
MQ_SEND Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq_se ... ーにメッセージを送信する 書式 #include < mqueue.h > int mq_send(mqd_t mqdes , const char * msg_ptr , size_ ... t msg_len , unsigned int msg_prio ); #include < time.h > #include < mqueue. ... h > int mq_timedsend(mqd_t mqdes , const char * msg_ptr , ... size_t msg_len , unsigned int msg_prio , const struct timespec * abs_timeout ); ...
https://man.plustar.jp/manpage/man3/mq_timedsend.3.html - [similar]
Man page of SETALIASENT 2360
SETALIASENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 s ... liasent(void); struct aliasent *getaliasent(void); int getaliasent_r(struct aliasent * result , char * bu ... ruct aliasent *getaliasbyname(const char * name ); int getaliasbyname_r(const char * name , struct aliase ... ; char **alias_members; /* エイリアス名のリスト */ int alias_local; }; 返り値 関数 getaliasent_r () と ge ... dio.h > #include < stdlib.h > #include < errno.h > int main(void) { struct aliasent *al; setaliasent(); f ...
https://man.plustar.jp/manpage/man3/setaliasent.3.html - [similar]
Man page of POSIX_FADVISE 2345
POSIX_FADVISE Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 ... ターンをあらかじめ宣言する 書式 #include < fcntl.h > int posix_fadvise(int fd , off_t offset , off_t len , ... plementation may attempt to write back dirty pages in the specified region, but this is not guaranteed. A ... he can be cleared via the /proc/sys/vm/drop_caches interface described in proc (5). One can obtain a snap ... shot of which pages of a file are resident in the buffer cache by opening a file, mapping it with ...
https://man.plustar.jp/manpage/man2/arm_fadvise.2.html - [similar]
Man page of POSIX_FADVISE 2345
POSIX_FADVISE Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 ... ターンをあらかじめ宣言する 書式 #include < fcntl.h > int posix_fadvise(int fd , off_t offset , off_t len , ... plementation may attempt to write back dirty pages in the specified region, but this is not guaranteed. A ... he can be cleared via the /proc/sys/vm/drop_caches interface described in proc (5). One can obtain a snap ... shot of which pages of a file are resident in the buffer cache by opening a file, mapping it with ...
https://man.plustar.jp/manpage/man2/arm_fadvise64_64.2.html - [similar]
Man page of EPOLL_CREATE 2345
EPOLL_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ... リプターをオープンする 書式 #include < sys/epoll.h > int epoll_create(int size ); int epoll_create1(int fla ...
https://man.plustar.jp/manpage/man2/epoll_create.2.html - [similar]
Man page of EPOLL_CREATE 2345
EPOLL_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ... リプターをオープンする 書式 #include < sys/epoll.h > int epoll_create(int size ); int epoll_create1(int fla ...
https://man.plustar.jp/manpage/man2/epoll_create1.2.html - [similar]
PREV 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 NEXT

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