manページ検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 536 for sys (0.066 sec.)
Man page of GETDENTS 3846
GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd ... の古いバージョンでの getdents64 ()) を呼び出すには、 syscall (2) を使う必要がある。その場合、構造体 linux_d ... lude < unistd.h > #include < stdlib.h > #include < sys/stat.h > #include < sys/syscall.h > #define handle ... fd == -1) handle_error("open"); for (;;) { nread = syscall(SYS_getdents, fd, buf, BUF_SIZE); if (nread == ...
https://man.plustar.jp/manpage/man2/getdents.2.html - [similar]
Man page of GETDENTS 3846
GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd ... の古いバージョンでの getdents64 ()) を呼び出すには、 syscall (2) を使う必要がある。その場合、構造体 linux_d ... lude < unistd.h > #include < stdlib.h > #include < sys/stat.h > #include < sys/syscall.h > #define handle ... fd == -1) handle_error("open"); for (;;) { nread = syscall(SYS_getdents, fd, buf, BUF_SIZE); if (nread == ...
https://man.plustar.jp/manpage/man2/getdents64.2.html - [similar]
Man page of GETXATTR 3846
GETXATTR Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 getx ... fgetxattr - 拡張属性の値を取得する 書式 #include < sys/types.h > #include < sys/xattr.h > ssize_t getxatt ... ibutes which are associated with all inodes in the system (i.e., the stat (2) data). A complete overview ... name and associated with the given path in the filesystem. The attribute value is placed in the buffer po ... ribute cannot be retrieved. This can happen on filesystems that support very large attribute values such ...
https://man.plustar.jp/manpage/man2/getxattr.2.html - [similar]
Man page of GETXATTR 3846
GETXATTR Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 getx ... fgetxattr - 拡張属性の値を取得する 書式 #include < sys/types.h > #include < sys/xattr.h > ssize_t getxatt ... ibutes which are associated with all inodes in the system (i.e., the stat (2) data). A complete overview ... name and associated with the given path in the filesystem. The attribute value is placed in the buffer po ... ribute cannot be retrieved. This can happen on filesystems that support very large attribute values such ...
https://man.plustar.jp/manpage/man2/lgetxattr.2.html - [similar]
Man page of MKNOD 3846
MKNOD Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 mknod, ... 殊ファイルや通常のファイルを作成する 書式 #include < sys/types.h > #include < sys/stat.h > #include < fcntl ... clude < fcntl.h > /* AT_* 定数の定義 */ #include < sys/stat.h > int mknodat(int dirfd , const char * path ...
https://man.plustar.jp/manpage/man2/mknod.2.html - [similar]
Man page of MKNOD 3846
MKNOD Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 mknod, ... 殊ファイルや通常のファイルを作成する 書式 #include < sys/types.h > #include < sys/stat.h > #include < fcntl ... clude < fcntl.h > /* AT_* 定数の定義 */ #include < sys/stat.h > int mknodat(int dirfd , const char * path ...
https://man.plustar.jp/manpage/man2/mknodat.2.html - [similar]
Man page of MPROTECT 3846
MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mpro ... ect - メモリー領域の保護を設定する 書式 #include < sys/mman.h > int mprotect(void * addr , size_t len , i ... URCE /* feature_test_macros (7) 参照 */ #include < sys/mman.h > int pkey_mprotect(void * addr , size_t le ... key_mprotect (). For an example of the use of this system call, see pkeys (7). 返り値 成功した場合、 mpro ... nux による拡張である。 注意 Linux では、(カーネル vsyscall 領域以外の) 任意のプロセスアドレス空間に対して ...
https://man.plustar.jp/manpage/man2/mprotect.2.html - [similar]
Man page of MPROTECT 3846
MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mpro ... ect - メモリー領域の保護を設定する 書式 #include < sys/mman.h > int mprotect(void * addr , size_t len , i ... URCE /* feature_test_macros (7) 参照 */ #include < sys/mman.h > int pkey_mprotect(void * addr , size_t le ... key_mprotect (). For an example of the use of this system call, see pkeys (7). 返り値 成功した場合、 mpro ... nux による拡張である。 注意 Linux では、(カーネル vsyscall 領域以外の) 任意のプロセスアドレス空間に対して ...
https://man.plustar.jp/manpage/man2/pkey_mprotect.2.html - [similar]
Man page of PROCESS_VM_READV 3846
PROCESS_VM_READV Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名 ... スのアドレス空間間でデータを転送する 書式 #include < sys/uio.h > ssize_t process_vm_readv(pid_t pid , const ... 構造体の配列へのポイン タである。 iovec 構造体は < sys/uio.h > で以下のように定義 されている: struct iove ... らない ( IOV_MAX は < limits.h > で定義されており、 sysconf(_SC_IOV_MAX) の呼び出しでも入手できる)。 要素数 ... すぐにエラーが返される。 Note, however, that these system calls do not check the memory regions in the re ...
https://man.plustar.jp/manpage/man2/process_vm_readv.2.html - [similar]
Man page of PROCESS_VM_READV 3846
PROCESS_VM_READV Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名 ... スのアドレス空間間でデータを転送する 書式 #include < sys/uio.h > ssize_t process_vm_readv(pid_t pid , const ... 構造体の配列へのポイン タである。 iovec 構造体は < sys/uio.h > で以下のように定義 されている: struct iove ... らない ( IOV_MAX は < limits.h > で定義されており、 sysconf(_SC_IOV_MAX) の呼び出しでも入手できる)。 要素数 ... すぐにエラーが返される。 Note, however, that these system calls do not check the memory regions in the re ...
https://man.plustar.jp/manpage/man2/process_vm_writev.2.html - [similar]
PREV 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 NEXT

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