manページ検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 576 for system (0.101 sec.)
Man page of SIGWAITINFO 4329
SIGWAITINFO Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... tion. See nptl (7) for details. The original Linux system call was named sigtimedwait (). However, with the ... fixed-size, 32-bit sigset_t type supported by that system call was no longer fit for purpose. Consequently, ... a new system call, rt_sigtimedwait (), was added to support an ... enlarged sigset_t type. The new system call takes a fourth argument, size_t sigsetsize , ...
https://man.plustar.jp/manpage/man2/sigwaitinfo.2.html - [similar]
Man page of READV 4329
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... 能でなければならない。 preadv2() と pwritev2() These system calls are similar to preadv () and pwritev () call ... fect applies only to the data range written by the system call. RWF_HIPRI (Linux 4.6 以降) High priority rea ... d/write. Allows block-based filesystems to use polling of the device, which provides lowe ... fect applies only to the data range written by the system call. RWF_NOWAIT (Linux 4.14 以降) Do not wait for ...
https://man.plustar.jp/manpage/man2/writev.2.html - [similar]
Man page of SETJMP 4329
SETJMP Section: Linux Programmer's Manual (3) Updated: 2014-01-07 Index JM Home Page 名前 setjmp ... シグナルマスクを保存すべきかどうかを規定していない。 System V では保存しない。 4.3BSD では保存する; 4.3BSD には ... ibc を使う Linux では、 setjmp () はデフォルトでは System V の振る舞いに従うが、 _BSD_SOURCE 機能検査マクロが ... る舞いとなる。 glibc 2.19 以降では、 < setjmp.h > は System V 版の setjmp () のみを公開するようになっている。 ...
https://man.plustar.jp/manpage/man3/longjmp.3.html - [similar]
Man page of SETJMP 4329
SETJMP Section: Linux Programmer's Manual (3) Updated: 2014-01-07 Index JM Home Page 名前 setjmp ... シグナルマスクを保存すべきかどうかを規定していない。 System V では保存しない。 4.3BSD では保存する; 4.3BSD には ... ibc を使う Linux では、 setjmp () はデフォルトでは System V の振る舞いに従うが、 _BSD_SOURCE 機能検査マクロが ... る舞いとなる。 glibc 2.19 以降では、 < setjmp.h > は System V 版の setjmp () のみを公開するようになっている。 ...
https://man.plustar.jp/manpage/man3/setjmp.3.html - [similar]
Man page of SETJMP 4329
SETJMP Section: Linux Programmer's Manual (3) Updated: 2014-01-07 Index JM Home Page 名前 setjmp ... シグナルマスクを保存すべきかどうかを規定していない。 System V では保存しない。 4.3BSD では保存する; 4.3BSD には ... ibc を使う Linux では、 setjmp () はデフォルトでは System V の振る舞いに従うが、 _BSD_SOURCE 機能検査マクロが ... る舞いとなる。 glibc 2.19 以降では、 < setjmp.h > は System V 版の setjmp () のみを公開するようになっている。 ...
https://man.plustar.jp/manpage/man3/siglongjmp.3.html - [similar]
Man page of SETJMP 4329
SETJMP Section: Linux Programmer's Manual (3) Updated: 2014-01-07 Index JM Home Page 名前 setjmp ... シグナルマスクを保存すべきかどうかを規定していない。 System V では保存しない。 4.3BSD では保存する; 4.3BSD には ... ibc を使う Linux では、 setjmp () はデフォルトでは System V の振る舞いに従うが、 _BSD_SOURCE 機能検査マクロが ... る舞いとなる。 glibc 2.19 以降では、 < setjmp.h > は System V 版の setjmp () のみを公開するようになっている。 ...
https://man.plustar.jp/manpage/man3/sigsetjmp.3.html - [similar]
Man page of PATH_RESOLUTION 4329
PATH_RESOLUTION Section: Linux Programmer's Manual (7) Updated: 2020-04-11 Index JM Home Page 名 ... different root directory by use of the chroot (2) system call, or may temporarily use a different root dire ... rs---was started by an invocation of the clone (2) system call that had the CLONE_NEWNS flag set. This handl ... the process --- or in the case of openat (2)-style system calls, the dfd argument (or the current working di ... parent, and can be changed by use of the chdir (2) system call.) '/' 文字で始まるパス名は絶対パス名と呼ばれ、 ...
https://man.plustar.jp/manpage/man7/path_resolution.7.html - [similar]
Man page of PTY 4329
PTY Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 pty - 擬似 ... being visible at the slave. 歴史的に見ると BSD と System V の2種類の擬似端末の API が発展してきている。 SUS ... v1 は System V API に基づいた擬似端末 API を標準化しており、 擬 ... 用すべきである。 Linux では BSD 風と (標準化された) System V 風の擬似端末を提供している。 System V 風の端末は ...
https://man.plustar.jp/manpage/man7/pty.7.html - [similar]
Man page of SIGNAL 4329
SIGNAL Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 signal ... ode to user-mode execution (e.g., on return from a system call or scheduling of a thread onto the CPU), the ... e. 5. The signal trampoline calls sigreturn (2), a system call that uses the information in the stack frame ... ーの時間切れ SIGPWR - Term 電源喪失 (Power failure) (System V) SIGQUIT P1990 Core キーボードによる中止 (Quit) ... より入力された一時停止 (stop) SIGSYS P2001 Core Bad system call (SVr4); see also seccomp (2) SIGTERM P1990 Te ...
https://man.plustar.jp/manpage/man7/signal.7.html - [similar]
Man page of ACCESS 4269
ACCESS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 access ... ered over the fact that the raw Linux faccessat () system call does not have a flags argument. To allow for ... implementation, Linux 5.8 added the faccessat2 () system call, which supports the flags argument and allows ... する。 バグ Because the Linux kernel's faccessat () system call does not support a flags argument, the glibc ... ctionality using a combination of the faccessat () system call and fstatat (2). However, this emulation does ...
https://man.plustar.jp/manpage/man2/access.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