manページ検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 369 for OPEN (0.022 sec.)
Man page of GETPT 4462
GETPT Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 getpt - ... に擬似端末多重デバイスをオープンするのと等価である。 open("/dev/ptmx", O_RDWR); 但し、 GNU C ライブラリを使用 ... にエラーを示す値がセットされる。 エラー getpt () は open (2) で説明されている種々のエラーで失敗する可能性が ... 準拠 getpt () は glibc 独自である。代わりに posix_openpt (3) を使用すること。 関連項目 grantpt (3), posix ... _openpt (3), ptsname (3), unlockpt (3), ptmx (4), pty (7 ...
https://man.plustar.jp/manpage/man3/getpt.3.html - [similar]
Man page of PTHREADS 4462
PTHREADS Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 pthr ... ror() dbm_fetch() dbm_firstkey() dbm_nextkey() dbm_open() dbm_store() dirname() dlerror() drand48() ecvt() ... _timedsend() msgrcv() msgsnd() msync() nanosleep() open() openat() [POSIX.1-2008 で追加された] pause() pol ... ss() asctime() asctime_r() catclose() catgets() catopen() chmod() [POSIX.1-2008 で追加された] chown() [POS ... close() dbm_delete() dbm_fetch() dbm_nextkey() dbm_open() dbm_store() dlclose() dlopen() dprintf() [POSIX. ...
https://man.plustar.jp/manpage/man7/pthreads.7.html - [similar]
Man page of ACCESS 4426
ACCESS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 access ... done when actually attempting an operation (e.g., open (2)) on the file. Similarly, for the root user, th ... 返す。 faccessat () の必要性についての説明については openat (2) を参照。 faccessat2() The description of fac ... ux 固有である。 注意 警告 : あるユーザーが、例えば open (2) によるアクセスが可能かどうかを、 (実際に行う前 ... ユーザー ID を実ユーザー ID に一時的に切り替えてから open (2) を呼び出す方法がある。) access () は常にシンボ ...
https://man.plustar.jp/manpage/man2/access.2.html - [similar]
Man page of ACCESS 4426
ACCESS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 access ... done when actually attempting an operation (e.g., open (2)) on the file. Similarly, for the root user, th ... 返す。 faccessat () の必要性についての説明については openat (2) を参照。 faccessat2() The description of fac ... ux 固有である。 注意 警告 : あるユーザーが、例えば open (2) によるアクセスが可能かどうかを、 (実際に行う前 ... ユーザー ID を実ユーザー ID に一時的に切り替えてから open (2) を呼び出す方法がある。) access () は常にシンボ ...
https://man.plustar.jp/manpage/man2/faccessat.2.html - [similar]
Man page of ACCESS 4426
ACCESS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 access ... done when actually attempting an operation (e.g., open (2)) on the file. Similarly, for the root user, th ... 返す。 faccessat () の必要性についての説明については openat (2) を参照。 faccessat2() The description of fac ... ux 固有である。 注意 警告 : あるユーザーが、例えば open (2) によるアクセスが可能かどうかを、 (実際に行う前 ... ユーザー ID を実ユーザー ID に一時的に切り替えてから open (2) を呼び出す方法がある。) access () は常にシンボ ...
https://man.plustar.jp/manpage/man2/faccessat2.2.html - [similar]
Man page of SOCKET 4426
SOCKET Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 socket ... the lowest-numbered file descriptor not currently open for the process. domain 引数は通信を行なうドメイン ... ONBLOCK Set the O_NONBLOCK file status flag on the open file description (see open (2)) referred to by the ... をセットする。 このフラグが役に立つ理由については、 open (2) の O_CLOEXEC フラグの説明を参照のこと。 protoc ...
https://man.plustar.jp/manpage/man2/socket.2.html - [similar]
Man page of MPOOL 4426
MPOOL Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 mpool - ... include < db.h > #include < mpool.h > MPOOL *mpool_open(DBT * key , int fd , pgno_t pagesize , pgno_t maxc ... 装した ライブラリインターフェイスである。 関数 mpool_open () はメモリープールを初期化する。 key 引数はバイト ... 0 を、エラーがあると -1 を返す。 エラー 関数 mpool_open () は失敗するとライブラリルーチン malloc (3) で指定 ... にはない。 BSD 系に存在する。 関連項目 btree (3), dbopen (3), hash (3), recno (3) この文書について この man ...
https://man.plustar.jp/manpage/man3/mpool.3.html - [similar]
Man page of REMOVEXATTR 4382
REMOVEXATTR Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 r ... ルから拡張属性を削除するだけである点が異なる ( fd は open (2) によって返される)。 An extended attribute name ... tr (1), setfattr (1), getxattr (2), listxattr (2), open (2), setxattr (2), stat (2), symlink (7), xattr (7 ...
https://man.plustar.jp/manpage/man2/fremovexattr.2.html - [similar]
Man page of TRUNCATE 4382
TRUNCATE Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 trun ... 要件 ( feature_test_macros (7) 参照): truncate (): _XOPEN_SOURCE >= 500 || /* glibc 2.12 以降: */ _POSIX_C_S ... /* glibc 2.19 以前: */ _BSD_SOURCE ftruncate (): _XOPEN_SOURCE >= 500 || /* glibc 2.3.5 以降: */ _POSIX_C_ ... EINVAL または EBADF The file descriptor fd is not open for writing. POSIX permits, and portable applicati ... the size of a POSIX shared memory object; see shm_open (3). 「説明」の節で述べた詳細は XSI 準拠のシステム ...
https://man.plustar.jp/manpage/man2/ftruncate.2.html - [similar]
Man page of TRUNCATE 4382
TRUNCATE Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 trun ... 要件 ( feature_test_macros (7) 参照): truncate (): _XOPEN_SOURCE >= 500 || /* glibc 2.12 以降: */ _POSIX_C_S ... /* glibc 2.19 以前: */ _BSD_SOURCE ftruncate (): _XOPEN_SOURCE >= 500 || /* glibc 2.3.5 以降: */ _POSIX_C_ ... EINVAL または EBADF The file descriptor fd is not open for writing. POSIX permits, and portable applicati ... the size of a POSIX shared memory object; see shm_open (3). 「説明」の節で述べた詳細は XSI 準拠のシステム ...
https://man.plustar.jp/manpage/man2/ftruncate64.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT

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