manページ検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 536 for sys (0.060 sec.)
Man page of INOTIFY_RM_WATCH 3560
INOTIFY_RM_WATCH Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名 ... ンスから既存の監視アイテムを削除する 書式 #include < sys/inotify.h > int inotify_rm_watch(int fd , int wd ) ...
https://man.plustar.jp/manpage/man2/inotify_rm_watch.2.html - [similar]
Man page of LLSEEK 3560
LLSEEK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 _llsee ... ルの読み書きオフセットの位置を変える 書式 #include < sys/types.h > #include < unistd.h > int _llseek(unsign ... library function, see lseek64 (3). The _llseek () system call repositions the offset of the open file de ... lt . The type loff_t is a 64-bit signed type. This system call exists on various 32-bit platforms to supp ... い。 注意 Glibc does not provide a wrapper for this system call. To invoke it directly, use syscall (2). H ...
https://man.plustar.jp/manpage/man2/llseek.2.html - [similar]
Man page of MADVISE 3560
MADVISE Section: Linux Programmer's Manual (2) Updated: 2014-12-31 Index JM Home Page 名前 madvi ... モリー利用に関するアドバイスを与える 書式 #include < sys/mman.h > int madvise(void * addr , size_t length , ... けがこれに対応している。 他のファイルシステムでは ENOSYS が返される。 MADV_DONTFORK (Linux 2.6.16 以降) for ... のようにそのページを取り扱う。 この操作は特権 ( CAP_SYS_ADMIN を持った) プロセスだけが利用できる。 この操作 ... は任意となり、利用できるかはカーネルが CONFIG_ADVISE_SYSCALLS オプションを有効にしてコンパイルされているかに ...
https://man.plustar.jp/manpage/man2/madvise.2.html - [similar]
Man page of OPEN 3560
OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op ... t - ファイルのオープン、作成を行う 書式 #include < sys/types.h > #include < sys/stat.h > #include < fcntl ... glibc 2.10 より前: _ATFILE_SOURCE 説明 The open () system call opens the file specified by pathname . If ... ll, nonnegative integer that is used in subsequent system calls ( read (2), write (2), lseek (2), fcntl ( ... p. O_APPEND may lead to corrupted files on NFS filesystems if more than one process appends data to a fil ...
https://man.plustar.jp/manpage/man2/open.2.html - [similar]
Man page of OPEN 3560
OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op ... t - ファイルのオープン、作成を行う 書式 #include < sys/types.h > #include < sys/stat.h > #include < fcntl ... glibc 2.10 より前: _ATFILE_SOURCE 説明 The open () system call opens the file specified by pathname . If ... ll, nonnegative integer that is used in subsequent system calls ( read (2), write (2), lseek (2), fcntl ( ... p. O_APPEND may lead to corrupted files on NFS filesystems if more than one process appends data to a fil ...
https://man.plustar.jp/manpage/man2/openat.2.html - [similar]
Man page of READV 3560
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... 複数のバッファーへの読み書きを行なう 書式 #include < sys/uio.h > ssize_t readv(int fd , const struct iovec ... 構造体の配列へのポインターである。 iovec 構造体は < sys/uio.h > で以下のように定義されている: struct iovec ... 能でなければならない。 preadv2() と pwritev2() These system calls are similar to preadv () and pwritev () c ... fect applies only to the data range written by the system call. RWF_HIPRI (Linux 4.6 以降) High priority ...
https://man.plustar.jp/manpage/man2/preadv.2.html - [similar]
Man page of READV 3560
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... 複数のバッファーへの読み書きを行なう 書式 #include < sys/uio.h > ssize_t readv(int fd , const struct iovec ... 構造体の配列へのポインターである。 iovec 構造体は < sys/uio.h > で以下のように定義されている: struct iovec ... 能でなければならない。 preadv2() と pwritev2() These system calls are similar to preadv () and pwritev () c ... fect applies only to the data range written by the system call. RWF_HIPRI (Linux 4.6 以降) High priority ...
https://man.plustar.jp/manpage/man2/preadv2.2.html - [similar]
Man page of READV 3560
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... 複数のバッファーへの読み書きを行なう 書式 #include < sys/uio.h > ssize_t readv(int fd , const struct iovec ... 構造体の配列へのポインターである。 iovec 構造体は < sys/uio.h > で以下のように定義されている: struct iovec ... 能でなければならない。 preadv2() と pwritev2() These system calls are similar to preadv () and pwritev () c ... fect applies only to the data range written by the system call. RWF_HIPRI (Linux 4.6 以降) High priority ...
https://man.plustar.jp/manpage/man2/pwritev.2.html - [similar]
Man page of READV 3560
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... 複数のバッファーへの読み書きを行なう 書式 #include < sys/uio.h > ssize_t readv(int fd , const struct iovec ... 構造体の配列へのポインターである。 iovec 構造体は < sys/uio.h > で以下のように定義されている: struct iovec ... 能でなければならない。 preadv2() と pwritev2() These system calls are similar to preadv () and pwritev () c ... fect applies only to the data range written by the system call. RWF_HIPRI (Linux 4.6 以降) High priority ...
https://man.plustar.jp/manpage/man2/pwritev2.2.html - [similar]
Man page of READV 3560
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... 複数のバッファーへの読み書きを行なう 書式 #include < sys/uio.h > ssize_t readv(int fd , const struct iovec ... 構造体の配列へのポインターである。 iovec 構造体は < sys/uio.h > で以下のように定義されている: struct iovec ... 能でなければならない。 preadv2() と pwritev2() These system calls are similar to preadv () and pwritev () c ... fect applies only to the data range written by the system call. RWF_HIPRI (Linux 4.6 以降) High priority ...
https://man.plustar.jp/manpage/man2/readv.2.html - [similar]
PREV 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 NEXT

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