manページ検索

phrase: max: clip:
target: order:
Results of 481 - 490 of about 1594 for int (0.085 sec.)
Man page of QSORT 2669
QSORT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 qsort, ... d qsort(void * base , size_t nmemb , size_t size , int (* compar )(const void *, const void *)); void qso ... rt_r(void * base , size_t nmemb , size_t size , int (* compar )(const void *, const void *, void *), v ... #include < stdlib.h > #include < string.h > static int cmpstringp(const void *p1, const void *p2) { /* こ ... trcmp(*(const char **) p1, *(const char **) p2); } int main(int argc, char *argv[]) { if (argc < 2) { fpr ...
https://man.plustar.jp/manpage/man3/qsort.3.html - [similar]
Man page of QSORT 2669
QSORT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 qsort, ... d qsort(void * base , size_t nmemb , size_t size , int (* compar )(const void *, const void *)); void qso ... rt_r(void * base , size_t nmemb , size_t size , int (* compar )(const void *, const void *, void *), v ... #include < stdlib.h > #include < string.h > static int cmpstringp(const void *p1, const void *p2) { /* こ ... trcmp(*(const char **) p1, *(const char **) p2); } int main(int argc, char *argv[]) { if (argc < 2) { fpr ...
https://man.plustar.jp/manpage/man3/qsort_r.3.html - [similar]
Man page of SYSCTL 2654
SYSCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sysctl ... #include < unistd.h > #include < linux/sysctl.h > int _sysctl(struct __sysctl_args * args ); 説明 This s ... ど。 引数は以下の形式である。 struct __sysctl_args { int *name; /* integer vector describing variable */ in ... .6.24, uses of this system call result in warnings in the kernel log, and in Linux 5.5, the system call w ... as finally removed. Use the /proc/sys interface instead. Note that on older kernels where th ...
https://man.plustar.jp/manpage/man2/_sysctl.2.html - [similar]
Man page of EVENTFD 2654
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... クリプターを生成する 書式 #include < sys/eventfd.h > int eventfd(unsigned int initval , int flags ); 説明 e ... このオブジェクトには、unsigned の 64 ビット整数 ( uint64_t ) 型のカウンターが含まれており、このカウンター ... ない)。 オーバーフローが発生した場合、 read (2) は uint64_t の最大値 (すなわち 0xffffffffffffffff) を返す。 ... ia the entry for the corresponding file descriptor in the process's /proc/[pid]/fdinfo directory. See pro ...
https://man.plustar.jp/manpage/man2/eventfd.2.html - [similar]
Man page of EVENTFD 2654
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... クリプターを生成する 書式 #include < sys/eventfd.h > int eventfd(unsigned int initval , int flags ); 説明 e ... このオブジェクトには、unsigned の 64 ビット整数 ( uint64_t ) 型のカウンターが含まれており、このカウンター ... ない)。 オーバーフローが発生した場合、 read (2) は uint64_t の最大値 (すなわち 0xffffffffffffffff) を返す。 ... ia the entry for the corresponding file descriptor in the process's /proc/[pid]/fdinfo directory. See pro ...
https://man.plustar.jp/manpage/man2/eventfd2.2.html - [similar]
Man page of SYSCTL 2654
SYSCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sysctl ... #include < unistd.h > #include < linux/sysctl.h > int _sysctl(struct __sysctl_args * args ); 説明 This s ... ど。 引数は以下の形式である。 struct __sysctl_args { int *name; /* integer vector describing variable */ in ... .6.24, uses of this system call result in warnings in the kernel log, and in Linux 5.5, the system call w ... as finally removed. Use the /proc/sys interface instead. Note that on older kernels where th ...
https://man.plustar.jp/manpage/man2/sysctl.2.html - [similar]
Man page of EVENTFD 2654
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... クリプターを生成する 書式 #include < sys/eventfd.h > int eventfd(unsigned int initval , int flags ); 説明 e ... このオブジェクトには、unsigned の 64 ビット整数 ( uint64_t ) 型のカウンターが含まれており、このカウンター ... ない)。 オーバーフローが発生した場合、 read (2) は uint64_t の最大値 (すなわち 0xffffffffffffffff) を返す。 ... ia the entry for the corresponding file descriptor in the process's /proc/[pid]/fdinfo directory. See pro ...
https://man.plustar.jp/manpage/man3/eventfd_read.3.html - [similar]
Man page of EVENTFD 2654
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... クリプターを生成する 書式 #include < sys/eventfd.h > int eventfd(unsigned int initval , int flags ); 説明 e ... このオブジェクトには、unsigned の 64 ビット整数 ( uint64_t ) 型のカウンターが含まれており、このカウンター ... ない)。 オーバーフローが発生した場合、 read (2) は uint64_t の最大値 (すなわち 0xffffffffffffffff) を返す。 ... ia the entry for the corresponding file descriptor in the process's /proc/[pid]/fdinfo directory. See pro ...
https://man.plustar.jp/manpage/man3/eventfd_write.3.html - [similar]
Man page of OPENPTY 2654
OPENPTY Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 openp ... y - 端末ユーティリティ関数 書式 #include < pty.h > int openpty(int * amaster , int * aslave , char * name ... rmp , const struct winsize * winp ); pid_t forkpty(int * amaster , char * name , const struct termios * t ... const struct winsize * winp ); #include < utmp.h > int login_tty(int fd ); -lutil でリンクする。 説明 ope ... in , 疑似 , プロセス , スレーブ , OPENPTY , 失敗 , int Linux マニュアル 一覧 [ man1 ] [ man2 ] [ man3 ] [ ...
https://man.plustar.jp/manpage/man3/forkpty.3.html - [similar]
Man page of OPENPTY 2654
OPENPTY Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 openp ... y - 端末ユーティリティ関数 書式 #include < pty.h > int openpty(int * amaster , int * aslave , char * name ... rmp , const struct winsize * winp ); pid_t forkpty(int * amaster , char * name , const struct termios * t ... const struct winsize * winp ); #include < utmp.h > int login_tty(int fd ); -lutil でリンクする。 説明 ope ... in , 疑似 , プロセス , スレーブ , OPENPTY , 失敗 , int Linux マニュアル 一覧 [ man1 ] [ man2 ] [ man3 ] [ ...
https://man.plustar.jp/manpage/man3/login_tty.3.html - [similar]
PREV 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 NEXT

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