manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 179 for fcntl (0.013 sec.)
Man page of LOCKF 7344
LOCKF Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 lockf - ... 端よりも拡大されうる。 Linux では、 lockf () は単に fcntl (2) のロックへのインターフェースである。 多くの他の ... のように実装されているが、 POSIX.1 では lockf () と fcntl (2) のロックとの関係は規定されていない。 おそらく、 ... 移植性が必要なアプリケーションでは、 lockf () と fcntl (2) のロックを混ぜて呼び出すのは避けるべきであろう ... fe 準拠 POSIX.1-2001, POSIX.1-2008, SVr4. 関連項目 fcntl (2), flock (2) Linux カーネルソースの Documentatio ...
https://man.plustar.jp/manpage/man3/lockf.3.html - [similar]
Man page of PIPE 7344
PIPE Section: Linux Programmer's Manual (7) Updated: 2014-07-08 Index JM Home Page 名前 pipe - パ ... ) I/O を使うこともできる。 非停止 I/O を使うには、 fcntl (2) F_SETFL 操作を使って、 O_NONBLOCK オープンファ ... ト値は 65536 バイトだが、 パイプの容量を参照、設定を fcntl (2) の F_GETPIPE_SZ と F_SETPIPE_SZ 操作を使って行 ... うことができる。 詳細は fcntl (2) 参照。 PIPE_BUF POSIX.1-2001 では、 PIPE_BUF バ ... グナル (デフォルトでは SIGIO ) が生成される (詳細は fcntl (2) を参照)。 Linux では、 パイプと FIFO に対する ...
https://man.plustar.jp/manpage/man7/pipe.7.html - [similar]
Man page of SHM_OPEN 6866
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... nclude < sys/stat.h > /* mode 定数用 */ #include < fcntl.h > /* O_* 定数の定義用 */ int shm_open(const char ... 0 バイトに切り詰める。 これらのフラグ値の定義は < fcntl.h > のインクルードにより得られる。 成功して完了した ... 小さな数になることが保証される。 FD_CLOEXEC フラグ ( fcntl (2) を参照) が、このファイルディスクリプターに設定 ... e two programs. #include < sys/mman.h > #include < fcntl.h > #include < semaphore.h > #include < sys/stat.h ...
https://man.plustar.jp/manpage/man3/shm_open.3.html - [similar]
Man page of SHM_OPEN 6866
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... nclude < sys/stat.h > /* mode 定数用 */ #include < fcntl.h > /* O_* 定数の定義用 */ int shm_open(const char ... 0 バイトに切り詰める。 これらのフラグ値の定義は < fcntl.h > のインクルードにより得られる。 成功して完了した ... 小さな数になることが保証される。 FD_CLOEXEC フラグ ( fcntl (2) を参照) が、このファイルディスクリプターに設定 ... e two programs. #include < sys/mman.h > #include < fcntl.h > #include < semaphore.h > #include < sys/stat.h ...
https://man.plustar.jp/manpage/man3/shm_unlink.3.html - [similar]
Man page of SOCKET 6866
SOCKET Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 socket ... 非ブロッキングな I/O をソケットで行うことは可能で、 fcntl (2) を使ってソケットのファイルディスクリプターに O ... IO シグナルを使う方法もある。 この方法を使うには、 fcntl (2) を用いてソケットのファイルディスクリプターに O ... を指定していた場合はシグナルは送られない。 FIOSETOWN fcntl (2) や SIOCSPGRP ioctl (2) をプロセスまたはプロセス ... 。 (Linux 2.2 における) 別の方法としては、 F_SETSIG fcntl (2) を用いてリアルタイムシグナルを設定するやり方も ...
https://man.plustar.jp/manpage/man7/socket.7.html - [similar]
Man page of FORK 6755
FORK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 fork - 子 ... ロセスに関連付けられたレコードロックを引き継がない ( fcntl (2))。 (一方、子プロセスは親プロセスから fcntl (2) ... セスは親プロセスからディレクトリ変更通知 (dnotify) ( fcntl (2) における F_NOTIFY の説明を参照) を引き継がない ... オフセット、シグナル駆動 (signal-driven) I/O 属性 ( fcntl (2) における F_SETOWN , F_SETSIG の説明を参照) を共 ...
https://man.plustar.jp/manpage/man2/fork.2.html - [similar]
Man page of PIPE 6399
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pi ... URCE /* feature_test_macros (7) 参照 */ #include < fcntl.h > /* O_* 定数の定義の取得 */ #include < unistd.h ... e O_DIRECT setting of a pipe file descriptor using fcntl (2). O_NONBLOCK Set the O_NONBLOCK file status fla ... descriptors. Using this flag saves extra calls to fcntl (2) to achieve the same result. 返り値 On success, ...
https://man.plustar.jp/manpage/man2/pipe.2.html - [similar]
Man page of PIPE 6399
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pi ... URCE /* feature_test_macros (7) 参照 */ #include < fcntl.h > /* O_* 定数の定義の取得 */ #include < unistd.h ... e O_DIRECT setting of a pipe file descriptor using fcntl (2). O_NONBLOCK Set the O_NONBLOCK file status fla ... descriptors. Using this flag saves extra calls to fcntl (2) to achieve the same result. 返り値 On success, ...
https://man.plustar.jp/manpage/man2/pipe2.2.html - [similar]
Man page of MKNOD 6277
MKNOD Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 mknod, ... < sys/types.h > #include < sys/stat.h > #include < fcntl.h > #include < unistd.h > int mknod(const char * p ... athname , mode_t mode , dev_t dev ); #include < fcntl.h > /* AT_* 定数の定義 */ #include < sys/stat.h > ... を与える。 関連項目 mknod (1), chmod (2), chown (2), fcntl (2), mkdir (2), mount (2), socket (2), stat (2), u ...
https://man.plustar.jp/manpage/man2/mknod.2.html - [similar]
Man page of MKNOD 6277
MKNOD Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 mknod, ... < sys/types.h > #include < sys/stat.h > #include < fcntl.h > #include < unistd.h > int mknod(const char * p ... athname , mode_t mode , dev_t dev ); #include < fcntl.h > /* AT_* 定数の定義 */ #include < sys/stat.h > ... を与える。 関連項目 mknod (1), chmod (2), chown (2), fcntl (2), mkdir (2), mount (2), socket (2), stat (2), u ...
https://man.plustar.jp/manpage/man2/mknodat.2.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