manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 576 for SYSTEM (0.046 sec.)
Man page of SYSCALLS 5868
SYSCALLS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sysc ... guments to the right registers before invoking the system call, and then setting errno appropriately after t ... he system call has returned. (These are the same steps that ... formed by syscall (2), which can be used to invoke system calls for which no wrapper function is provided.) ... Note: system calls indicate a failure by returning a negative e ...
https://man.plustar.jp/manpage/man2/syscalls.2.html - [similar]
Man page of SNMPBULKGET 5807
SNMPBULKGET Section: User Commands (1) Updated: 23 May 2000 Index JM Home Page 名前 snmpbulkget ... ある。 例えば snmpbulkwalk -v 2c -B 1 10 zeus public system interfaces では、変数 system.sysDescr.0 (辞書順で ... ースグループの最初の 10 個のオブジェクトを取得する。 system.sysDescr.0 = "SunOS zeus.net.cmu.edu 4.1.3_U1 1 su ... キーワード SNMPBULKGET , interfaces , snmpbulkget , system , 名前 , ifEntry , リクエスト , ifTable , 変数 , r ...
https://man.plustar.jp/manpage/man1/snmpbulkget.1.html - [similar]
Man page of GETCWD 5747
GETCWD Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 getcwd ... r Linux, these functions make use of the getcwd () system call (available since Linux 2.1.92). On older syst ... ems they would query /proc/self/cwd . If both system call and proc filesystem are missing, a generic im ... ネルの違い On Linux, the kernel provides a getcwd () system call, which the functions described in this page w ... ill use if possible. The system call takes the same arguments as the library funct ...
https://man.plustar.jp/manpage/man2/getcwd.2.html - [similar]
Man page of GETCWD 5747
GETCWD Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 getcwd ... r Linux, these functions make use of the getcwd () system call (available since Linux 2.1.92). On older syst ... ems they would query /proc/self/cwd . If both system call and proc filesystem are missing, a generic im ... ネルの違い On Linux, the kernel provides a getcwd () system call, which the functions described in this page w ... ill use if possible. The system call takes the same arguments as the library funct ...
https://man.plustar.jp/manpage/man3/get_current_dir_name.3.html - [similar]
Man page of GETCWD 5747
GETCWD Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 getcwd ... r Linux, these functions make use of the getcwd () system call (available since Linux 2.1.92). On older syst ... ems they would query /proc/self/cwd . If both system call and proc filesystem are missing, a generic im ... ネルの違い On Linux, the kernel provides a getcwd () system call, which the functions described in this page w ... ill use if possible. The system call takes the same arguments as the library funct ...
https://man.plustar.jp/manpage/man3/getcwd.3.html - [similar]
Man page of GETCWD 5747
GETCWD Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 getcwd ... r Linux, these functions make use of the getcwd () system call (available since Linux 2.1.92). On older syst ... ems they would query /proc/self/cwd . If both system call and proc filesystem are missing, a generic im ... ネルの違い On Linux, the kernel provides a getcwd () system call, which the functions described in this page w ... ill use if possible. The system call takes the same arguments as the library funct ...
https://man.plustar.jp/manpage/man3/getwd.3.html - [similar]
Man page of TERMIO 5687
TERMIO Section: Linux Programmer's Manual (7) Updated: 2017-05-03 Index JM Home Page 名前 termio ... - System V 端末ドライバインターフェース 説明 termio は、古い ... System V 端末ドライバインターフェースの名前である。 このイ ... という名前で標準化された。 POSIX.1 のデータ構造は System V 版と少し違いがある。 また、POSIX.1 は System V 版 ... 連キーワード TERMIO , ioctl , termio , 端末 , 名前 , System , pages , インターフェース , termios , ドライバイン ...
https://man.plustar.jp/manpage/man7/termio.7.html - [similar]
Man page of SIGPROCMASK 5574
SIGPROCMASK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... gset_t * oldset ); /* Prototype for the underlying system call */ int rt_sigprocmask(int how , const kernel_ ... , size_t sigsetsize ); /* Prototype for the legacy system call (deprecated) */ int sigprocmask(int how , con ... tion. See nptl (7) for details. The original Linux system call was named sigprocmask (). However, with the a ... gset_t in this manual page) type supported by that system call was no longer fit for purpose. Consequently, ...
https://man.plustar.jp/manpage/man2/rt_sigprocmask.2.html - [similar]
Man page of SIGPROCMASK 5574
SIGPROCMASK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... gset_t * oldset ); /* Prototype for the underlying system call */ int rt_sigprocmask(int how , const kernel_ ... , size_t sigsetsize ); /* Prototype for the legacy system call (deprecated) */ int sigprocmask(int how , con ... tion. See nptl (7) for details. The original Linux system call was named sigprocmask (). However, with the a ... gset_t in this manual page) type supported by that system call was no longer fit for purpose. Consequently, ...
https://man.plustar.jp/manpage/man2/sigprocmask.2.html - [similar]
Man page of SIGPAUSE 5574
SIGPAUSE Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 sigp ... ただし「備考」を参照) */ int sigpause(int sig ); /* System V / UNIX 95 */ 説明 この関数を使わないこと。 代わり ... ース 属性 値 sigpause () Thread safety MT-Safe 準拠 System V 版の sigpause () は POSIX.1-2001 で標準化されてい ... ask に設定する。 UNIX 95 では BSD 版と互換性のない System V 版のこの関数が標準化された。 UNIX 95 版は、指定さ ... い場合、 glibc は BSD 版を使う。 それ以外の場合には、System V 版を使用し、この場合には宣言を得るためには以下の ...
https://man.plustar.jp/manpage/man3/sigpause.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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