manページ検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 1594 for int (0.191 sec.)
Man page of TEE 2829
TEE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 tee - パイ ... acros (7) 参照 */ #include < fcntl.h > ssize_t tee(int fd_in , int fd_out , size_t len , unsigned int fla ... std.h > #include < errno.h > #include < limits.h > int main(int argc, char *argv[]) { int fd; int len, sl ... en; if (argc != 2) { fprintf(stderr, "Usage: %s <file>\n", argv[0]); exit(EXIT ... or("open"); exit(EXIT_FAILURE); } do { /* * tee stdin to stdout. */ len = tee(STDIN_FILENO, STDOUT_FILENO ...
https://man.plustar.jp/manpage/man2/tee.2.html - [similar]
Man page of TKILL 2829
TKILL Section: Linux Programmer's Manual (2) Updated: 2019-08-02 Index JM Home Page 名前 tkill, ... tgkill - スレッドにシグナルを送る 書式 int tkill(int tid , int sig ); int tgkill(int tgid , i ... nt tid , int sig ); 注 : tkill () には、glibc のラッパー関数はな ... 1 が返され、 errno が適切に設定される。 エラー EAGAIN The RLIMIT_SIGPENDING resource limit was reached an ... ている。 関連キーワード tkill , tgkill , シグナル , int , TKILL , グループ , sig , kill , 注意 , エラー Li ...
https://man.plustar.jp/manpage/man2/tgkill.2.html - [similar]
Man page of TKILL 2829
TKILL Section: Linux Programmer's Manual (2) Updated: 2019-08-02 Index JM Home Page 名前 tkill, ... tgkill - スレッドにシグナルを送る 書式 int tkill(int tid , int sig ); int tgkill(int tgid , i ... nt tid , int sig ); 注 : tkill () には、glibc のラッパー関数はな ... 1 が返され、 errno が適切に設定される。 エラー EAGAIN The RLIMIT_SIGPENDING resource limit was reached an ... ている。 関連キーワード tkill , tgkill , シグナル , int , TKILL , グループ , sig , kill , 注意 , エラー Li ...
https://man.plustar.jp/manpage/man2/tkill.2.html - [similar]
Man page of BACKTRACE 2829
BACKTRACE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 bac ... でのデバッグのサポート 書式 #include < execinfo.h > int backtrace(void ** buffer , int size ); char **back ... trace_symbols(void *const * buffer , int size ); void backtrace_symbols_fd(void *const * bu ... ffer , int size , int fd ); 説明 backtrace () は、呼び出したプ ... d.h > #define BT_BUF_SIZE 100 void myfunc3(void) { int nptrs; void *buffer[BT_BUF_SIZE]; char **strings; ...
https://man.plustar.jp/manpage/man3/backtrace.3.html - [similar]
Man page of BACKTRACE 2829
BACKTRACE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 bac ... でのデバッグのサポート 書式 #include < execinfo.h > int backtrace(void ** buffer , int size ); char **back ... trace_symbols(void *const * buffer , int size ); void backtrace_symbols_fd(void *const * bu ... ffer , int size , int fd ); 説明 backtrace () は、呼び出したプ ... d.h > #define BT_BUF_SIZE 100 void myfunc3(void) { int nptrs; void *buffer[BT_BUF_SIZE]; char **strings; ...
https://man.plustar.jp/manpage/man3/backtrace_symbols.3.html - [similar]
Man page of BACKTRACE 2829
BACKTRACE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 bac ... でのデバッグのサポート 書式 #include < execinfo.h > int backtrace(void ** buffer , int size ); char **back ... trace_symbols(void *const * buffer , int size ); void backtrace_symbols_fd(void *const * bu ... ffer , int size , int fd ); 説明 backtrace () は、呼び出したプ ... d.h > #define BT_BUF_SIZE 100 void myfunc3(void) { int nptrs; void *buffer[BT_BUF_SIZE]; char **strings; ...
https://man.plustar.jp/manpage/man3/backtrace_symbols_fd.3.html - [similar]
Man page of MSGOP 2798
MSGOP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 msgrcv, ... .h > #include < sys/ipc.h > #include < sys/msg.h > int msgsnd(int msqid , const void * msgp , size_t msgs ... z , int msgflg ); ssize_t msgrcv(int msqid , void * msgp , ... size_t msgsz , long msgtyp , int msgflg ); 説明 システムコール msgsnd () と msgrcv ... れる。 • シグナルが捕捉された。 この場合、 errno は EINTR に設定される。 signal (7) 参照。 ( msgsnd () は、 ...
https://man.plustar.jp/manpage/man2/msgop.2.html - [similar]
Man page of MSGOP 2798
MSGOP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 msgrcv, ... .h > #include < sys/ipc.h > #include < sys/msg.h > int msgsnd(int msqid , const void * msgp , size_t msgs ... z , int msgflg ); ssize_t msgrcv(int msqid , void * msgp , ... size_t msgsz , long msgtyp , int msgflg ); 説明 システムコール msgsnd () と msgrcv ... れる。 • シグナルが捕捉された。 この場合、 errno は EINTR に設定される。 signal (7) 参照。 ( msgsnd () は、 ...
https://man.plustar.jp/manpage/man2/msgrcv.2.html - [similar]
Man page of MSGOP 2798
MSGOP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 msgrcv, ... .h > #include < sys/ipc.h > #include < sys/msg.h > int msgsnd(int msqid , const void * msgp , size_t msgs ... z , int msgflg ); ssize_t msgrcv(int msqid , void * msgp , ... size_t msgsz , long msgtyp , int msgflg ); 説明 システムコール msgsnd () と msgrcv ... れる。 • シグナルが捕捉された。 この場合、 errno は EINTR に設定される。 signal (7) 参照。 ( msgsnd () は、 ...
https://man.plustar.jp/manpage/man2/msgsnd.2.html - [similar]
Man page of TERMIOS 2798
TERMIOS Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 termi ... 書式 #include < termios.h > #include < unistd.h > int tcgetattr(int fd , struct termios * termios_p ); i ... nt tcsetattr(int fd , int optional_actions , const struct termios * ... termios_p ); int tcsendbreak(int fd , int duration ); int tcdrain(i ... nt fd ); int tcflush(int fd , int queue_selector ); int tcflow( ...
https://man.plustar.jp/manpage/man3/cfgetispeed.3.html - [similar]
PREV 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 NEXT

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