manページ検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 187 for DO (0.108 sec.)
Man page of STDARG 5363
STDARG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 stdarg ... e the historical varargs macros, the stdarg macros do not permit programmers to code a function with no ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード va , e ... ) 属性 準拠 バグ 例 関連項目 この文書について This document was created by man2html , using the manual p ...
https://man.plustar.jp/manpage/man3/va_copy.3.html - [similar]
Man page of STDARG 5363
STDARG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 stdarg ... e the historical varargs macros, the stdarg macros do not permit programmers to code a function with no ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード va , e ... ) 属性 準拠 バグ 例 関連項目 この文書について This document was created by man2html , using the manual p ...
https://man.plustar.jp/manpage/man3/va_end.3.html - [similar]
Man page of STDARG 5363
STDARG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 stdarg ... e the historical varargs macros, the stdarg macros do not permit programmers to code a function with no ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード va , e ... ) 属性 準拠 バグ 例 関連項目 この文書について This document was created by man2html , using the manual p ...
https://man.plustar.jp/manpage/man3/va_start.3.html - [similar]
Man page of GROFF_MDOC 5363
GROFF_MDOC Section: Environments, Tables, and Troff Macros (7) Index JM Home Page BSD mandoc 名称 ... groff_mdoc - groff mdoc の実装に関するリファレンス 書式 grof ... f -m doc file ... 解説 GNU troff (1) 用の コンテントベース ... でかつ 領域ベース な整形用パッケージである -mdoc マクロパッケージを使って UNIX マニュアルページを書 ... に任せ、 ページのレイアウトを取り扱ってきました。 -mdoc では、ページレイアウトマクロは タイトル、セクショ ...
https://man.plustar.jp/manpage/man7/groff_mdoc.7.html - [similar]
Man page of UNIX 5363
UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ ... もサポートしている。 Valid socket types in the UNIX domain are: SOCK_STREAM , for a stream-oriented socke ... boundaries (as on most UNIX implementations, UNIX domain datagram sockets are always reliable and don't ... in. Creation of a new socket fails if the process does not have write and search (execute) permission o ... se requires write permission on that socket. POSIX does not make any statement about the effect of the p ...
https://man.plustar.jp/manpage/man7/unix.7.html - [similar]
Man page of FANOTIFY_MARK 5264
FANOTIFY_MARK Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... 以上ビット単位の論理和 (OR) で指定できる。 FAN_MARK_DONT_FOLLOW pathname がシンボリックリンクの場合、 リン ... when flags contains FAN_MARK_MOUNT . Attempting to do so will result in the error EINVAL being returned. ... 3) are called. Without this flag, events are created only for files. In the context of directory entry e ... s fsid (e.g., tmpfs (5)). This error can be returned only with an fanotify group that identifies filesys ...
https://man.plustar.jp/manpage/man2/fanotify_mark.2.html - [similar]
Man page of FORK 5264
FORK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 fork - 子 ... gs ( munmap (2)) performed by one of the processes do not affect the other. The child process is an exac ... child has its own unique process ID, and this PID does not match the ID of any existing process group ( ... ET_TIMERSLACK の説明を参照。 * madvise (2) の MADV_DONTFORK フラグでマークされたメモリーマッピングは、 f ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード プロセ ...
https://man.plustar.jp/manpage/man2/fork.2.html - [similar]
Man page of GETDENTS 5264
GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd ... lude < sys/syscall.h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) str ... har d_type; fd = open(argc > 1 ? argv[1] : ".", O_RDONLY | O_DIRECTORY); if (fd == -1) handle_error("ope ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード getden ... プログラムのソース 関連項目 この文書について This document was created by man2html , using the manual p ...
https://man.plustar.jp/manpage/man2/getdents.2.html - [similar]
Man page of GETDENTS 5264
GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd ... lude < sys/syscall.h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) str ... har d_type; fd = open(argc > 1 ? argv[1] : ".", O_RDONLY | O_DIRECTORY); if (fd == -1) handle_error("ope ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード getden ... プログラムのソース 関連項目 この文書について This document was created by man2html , using the manual p ...
https://man.plustar.jp/manpage/man2/getdents64.2.html - [similar]
Man page of MQ_NOTIFY 5264
MQ_NOTIFY Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mq_ ... on, the mq_notify () library function is implemented on top of the system call of the same name. When se ... #include < unistd.h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) sta ... exit(EXIT_FAILURE); } mqdes = mq_open(argv[1], O_RDONLY); if (mqdes == (mqd_t) -1) handle_error("mq_ope ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード mq , 通 ...
https://man.plustar.jp/manpage/man2/mq_notify.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT

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