Results of 1 - 10 of about 1959 for include (0.003 sec.)
- Man page of PTHREAD_GETCPUCLOCKID 4950
- PTHREAD_GETCPUCLOCKID Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home P
...
id - スレッドの CPU 時間時計の ID を取得する 書式 #include < pthread.h > #include < time.h > int pthread_getc ...
.992 プログラムのソース /* "-lrt" でリンクする */ #include < time.h > #include < stdio.h > #include < stdint. ...
h > #include < stdlib.h > #include < unistd.h > #include < pthr ...
ead.h > #include < string.h > #include < errno.h > #define handle_e ...
-
https://man.plustar.jp/manpage/man3/pthread_getcpuclockid.3.html
- [similar]
- Man page of OPEN_BY_HANDLE_AT 4469
- OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page
...
ne _GNU_SOURCE /* feature_test_macros (7) 参照 */ #include < sys/types.h > #include < sys/stat.h > #include < ...
のソース: t_name_to_handle_at.c #define _GNU_SOURCE #include < sys/types.h > #include < sys/stat.h > #include < ...
fcntl.h > #include < stdio.h > #include < stdlib.h > #include < unist ...
d.h > #include < errno.h > #include < string.h > #define errExit( ...
-
https://man.plustar.jp/manpage/man2/name_to_handle_at.2.html
- [similar]
- Man page of OPEN_BY_HANDLE_AT 4469
- OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page
...
ne _GNU_SOURCE /* feature_test_macros (7) 参照 */ #include < sys/types.h > #include < sys/stat.h > #include < ...
のソース: t_name_to_handle_at.c #define _GNU_SOURCE #include < sys/types.h > #include < sys/stat.h > #include < ...
fcntl.h > #include < stdio.h > #include < stdlib.h > #include < unist ...
d.h > #include < errno.h > #include < string.h > #define errExit( ...
-
https://man.plustar.jp/manpage/man2/open_by_handle_at.2.html
- [similar]
- Man page of RTIME 4469
- RTIME Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 rtime -
...
リモートマシンから時刻を取得する 書式 #include < rpc/auth_des.h > int rtime(struct sockaddr_in * ...
結果はコンピュータ "linux" のローカル時刻である。 #include < stdio.h > #include < stdlib.h > #include < errno ...
.h > #include < string.h > #include < time.h > #include < rpc/au ...
th_des.h > #include < netdb.h > static int use_tcp = 0; static char *s ...
-
https://man.plustar.jp/manpage/man3/rtime.3.html
- [similar]
- Man page of SYSCTL 4383
- SYSCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sysctl
...
- システムパラメーターを読み書きする 書式 #include < unistd.h > #include < linux/sysctl.h > int _sysc ...
テムを変えることはできない。 例 #define _GNU_SOURCE #include < unistd.h > #include < sys/syscall.h > #include < ...
string.h > #include < stdio.h > #include < stdlib.h > #include < linux ...
s/ に書かれている。 関連キーワード sysctl , args , include , SYSCTL , call , system , int , proc , sys , size ...
-
https://man.plustar.jp/manpage/man2/_sysctl.2.html
- [similar]
- Man page of SYSCTL 4383
- SYSCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sysctl
...
- システムパラメーターを読み書きする 書式 #include < unistd.h > #include < linux/sysctl.h > int _sysc ...
テムを変えることはできない。 例 #define _GNU_SOURCE #include < unistd.h > #include < sys/syscall.h > #include < ...
string.h > #include < stdio.h > #include < stdlib.h > #include < linux ...
s/ に書かれている。 関連キーワード sysctl , args , include , SYSCTL , call , system , int , proc , sys , size ...
-
https://man.plustar.jp/manpage/man2/sysctl.2.html
- [similar]
- Man page of SHM_OPEN 4341
- SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_
...
メモリーオブジェクトの作成/オープン/削除を行う 書式 #include < sys/mman.h > #include < sys/stat.h > /* mode 定数 ...
用 */ #include < fcntl.h > /* O_* 定数の定義用 */ int shm_open(co ...
のソース: pshm_ucase.h The following header file is included by both programs below. Its primary purpose is to ...
y object that is shared between the two programs. #include < sys/mman.h > #include < fcntl.h > #include < sem ...
-
https://man.plustar.jp/manpage/man3/shm_open.3.html
- [similar]
- Man page of SHM_OPEN 4341
- SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_
...
メモリーオブジェクトの作成/オープン/削除を行う 書式 #include < sys/mman.h > #include < sys/stat.h > /* mode 定数 ...
用 */ #include < fcntl.h > /* O_* 定数の定義用 */ int shm_open(co ...
のソース: pshm_ucase.h The following header file is included by both programs below. Its primary purpose is to ...
y object that is shared between the two programs. #include < sys/mman.h > #include < fcntl.h > #include < sem ...
-
https://man.plustar.jp/manpage/man3/shm_unlink.3.html
- [similar]
- Man page of GETADDRINFO 4255
- GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g
...
- ネットワークのアドレスとサービスを変換する 書式 #include < sys/types.h > #include < sys/socket.h > #include ...
o サーバとクライアントである。 サーバのプログラム #include < sys/types.h > #include < stdio.h > #include < st ...
dlib.h > #include < unistd.h > #include < string.h > #include < sys/ ...
socket.h > #include < netdb.h > #define BUF_SIZE 500 int main(int argc ...
-
https://man.plustar.jp/manpage/man3/freeaddrinfo.3.html
- [similar]
- Man page of GETADDRINFO 4255
- GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g
...
- ネットワークのアドレスとサービスを変換する 書式 #include < sys/types.h > #include < sys/socket.h > #include ...
o サーバとクライアントである。 サーバのプログラム #include < sys/types.h > #include < stdio.h > #include < st ...
dlib.h > #include < unistd.h > #include < string.h > #include < sys/ ...
socket.h > #include < netdb.h > #define BUF_SIZE 500 int main(int argc ...
-
https://man.plustar.jp/manpage/man3/gai_strerror.3.html
- [similar]