manページ検索

phrase: max: clip:
target: order:
Results of 781 - 790 of about 1594 for int (0.517 sec.)
Man page of PTHREAD_RWLOCKATTR_SETKIND_NP 2386
PTHREAD_RWLOCKATTR_SETKIND_NP Section: C Library Functions (3) Updated: 2020-08-13 Index JM Home ... ク種別の設定、取得を行う 書式 #include < pthread.h > int pthread_rwlockattr_setkind_np(pthread_rwlockattr_t ... * attr , int pref ); int pthread_rwlockattr_getkind_np(const pt ... hread_rwlockattr_t * attr , int * pref ); -pthread でコンパイルしてリンクする。 gl ... ことになる。 PTHREAD_RWLOCK_PREFER_WRITER_NP This is intended as the write lock analog of PTHREAD_RWLOCK_PR ...
https://man.plustar.jp/manpage/man3/pthread_rwlockattr_getkind_np.3.html - [similar]
Man page of PTHREAD_RWLOCKATTR_SETKIND_NP 2386
PTHREAD_RWLOCKATTR_SETKIND_NP Section: C Library Functions (3) Updated: 2020-08-13 Index JM Home ... ク種別の設定、取得を行う 書式 #include < pthread.h > int pthread_rwlockattr_setkind_np(pthread_rwlockattr_t ... * attr , int pref ); int pthread_rwlockattr_getkind_np(const pt ... hread_rwlockattr_t * attr , int * pref ); -pthread でコンパイルしてリンクする。 gl ... ことになる。 PTHREAD_RWLOCK_PREFER_WRITER_NP This is intended as the write lock analog of PTHREAD_RWLOCK_PR ...
https://man.plustar.jp/manpage/man3/pthread_rwlockattr_setkind_np.3.html - [similar]
Man page of WCWIDTH 2386
WCWIDTH Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 wcwid ... べる 書式 #define _XOPEN_SOURCE #include < wchar.h > int wcwidth(wchar_t c ); 説明 wcwidth () 関数は、ワイド ... ロトタイプ宣言が使用されていたことに 注意すること。 int wcwidth(wint_t c ); 注意 wcwidth () の動作は、現在 ... ールの LC_CTYPE カテゴリーに依存する。 関連項目 iswprint (3), wcswidth (3), feature_test_macros (7) この文書 ... wcwidth , WCWIDTH , pages , カラム , 属性 , 注意 , int , 準拠 , 文書 , プロジェクト Linux マニュアル 一覧 ...
https://man.plustar.jp/manpage/man3/wcwidth.3.html - [similar]
Man page of WORDEXP 2386
WORDEXP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 worde ... のように単語の展開を行う 書式 #include < wordexp.h > int wordexp(const char * s , wordexp_t * p , int flags ... LRM timer locale wordfree () Thread safety MT-Safe In the above table, utent in race:utent signifies that ... o.h > #include < stdlib.h > #include < wordexp.h > int main(int argc, char **argv) { wordexp_t p; char ** ... ; wordexp("[a-c]*.c", &p, 0); w = p.we_wordv; for (int i = 0; i < p.we_wordc; i++) printf("%s\n", w[i]); ...
https://man.plustar.jp/manpage/man3/wordexp.3.html - [similar]
Man page of WORDEXP 2386
WORDEXP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 worde ... のように単語の展開を行う 書式 #include < wordexp.h > int wordexp(const char * s , wordexp_t * p , int flags ... LRM timer locale wordfree () Thread safety MT-Safe In the above table, utent in race:utent signifies that ... o.h > #include < stdlib.h > #include < wordexp.h > int main(int argc, char **argv) { wordexp_t p; char ** ... ; wordexp("[a-c]*.c", &p, 0); w = p.we_wordv; for (int i = 0; i < p.we_wordc; i++) printf("%s\n", w[i]); ...
https://man.plustar.jp/manpage/man3/wordfree.3.html - [similar]
Man page of ACCEPT 2376
ACCEPT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 accept ... s.h > /* 「注意」参照 */ #include < sys/socket.h > int accept(int sockfd , struct sockaddr * addr , sockl ... _test_macros (7) 参照 */ #include < sys/socket.h > int accept4(int sockfd , struct sockaddr * addr , sock ... len_t * addrlen , int flags ); 説明 accept () システムコールは、接続指向 ... descriptor for the accepted socket (a nonnegative integer). On error, -1 is returned, errno is set appro ...
https://man.plustar.jp/manpage/man2/accept.2.html - [similar]
Man page of ACCEPT 2376
ACCEPT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 accept ... s.h > /* 「注意」参照 */ #include < sys/socket.h > int accept(int sockfd , struct sockaddr * addr , sockl ... _test_macros (7) 参照 */ #include < sys/socket.h > int accept4(int sockfd , struct sockaddr * addr , sock ... len_t * addrlen , int flags ); 説明 accept () システムコールは、接続指向 ... descriptor for the accepted socket (a nonnegative integer). On error, -1 is returned, errno is set appro ...
https://man.plustar.jp/manpage/man2/accept4.2.html - [similar]
Man page of ARCH_PRCTL 2376
ARCH_PRCTL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ar ... #include < asm/prctl.h > #include < sys/prctl.h > int arch_prctl(int code , unsigned long addr ); int ar ... ch_prctl(int code , unsigned long * addr ); 説明 arch_prctl () ... ulating the segment base register directly. Memory in the first 2 GB of address space can be allocated by ... ation, using arch_prctl () and set_thread_area (2) in the same thread is dangerous, as they may overwrite ...
https://man.plustar.jp/manpage/man2/arch_prctl.2.html - [similar]
Man page of BIND 2376
BIND Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 bind - ソ ... s.h > /* 「注意」参照 */ #include < sys/socket.h > int bind(int sockfd , const struct sockaddr * addr , s ... ENAMETOOLONG addr が長過ぎる。 ENOENT A component in the directory prefix of the socket pathname does no ... do { perror(msg); exit(EXIT_FAILURE); } while (0) int main(int argc, char *argv[]) { int sfd, cfd; struc ...
https://man.plustar.jp/manpage/man2/bind.2.html - [similar]
Man page of CACHEFLUSH 2376
CACHEFLUSH Section: Linux Programmer's Manual (2) Updated: 2007-05-26 Index JM Home Page 名前 ca ... 容をフラッシュする 書式 #include < asm/cachectl.h > int cacheflush(char * addr , int nbytes , int cache ); ...
https://man.plustar.jp/manpage/man2/cacheflush.2.html - [similar]
PREV 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 NEXT

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