manページ検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 253 for flags (0.012 sec.)
Man page of SEMGET 5324
SEMGET Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 semget ... o specify the IPC_CREAT ( -c ) and IPC_EXCL ( -x ) flags for the call to semget (). The usage of this progr ... t main(int argc, char *argv[]) { int semid, nsems, flags, opt; key_t key; flags = 0; while ((opt = getopt(a ... gc, argv, "cx")) != -1) { switch (opt) { case 'c': flags |= IPC_CREAT; break; case 'x': flags |= IPC_EXCL; ... atoi(argv[optind + 2]); semid = semget(key, nsems, flags | 0600); if (semid == -1) { perror("semget"); exit ...
https://man.plustar.jp/manpage/man2/semget.2.html - [similar]
Man page of READV 5324
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... ruct iovec * iov , int iovcnt , off_t offset , int flags ); ssize_t pwritev2(int fd , const struct iovec * ... iov , int iovcnt , off_t offset , int flags ); glibc 向けの機能検査マクロの要件 ( feature_test ... () and pwritev () calls, but add a fifth argument, flags , which modifies the behavior on a per-call basis. ... n the current file offset is used and updated. The flags argument contains a bitwise OR of zero or more of ...
https://man.plustar.jp/manpage/man2/writev.2.html - [similar]
Man page of CLOCK_NANOSLEEP 5264
CLOCK_NANOSLEEP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名 ... me.h > int clock_nanosleep(clockid_t clockid , int flags , const struct timespec * request , struct timespe ... 返す CPU クロック ID は clockid に渡すこともできる。 flags が 0 の場合、 request に指定された値は clockid で指 ... たクロックの現在の値からの相対的な期間と解釈される。 flags が TIMER_ABSTIME の場合、 request は指定されたクロ ... R で失敗する。さらに、 remain が NULL でなく、かつ flags が TIMER_ABSTIME でない場合には、 remain に残りの停 ...
https://man.plustar.jp/manpage/man2/clock_nanosleep.2.html - [similar]
Man page of SETXATTR 5264
SETXATTR Section: Linux Programmer's Manual (2) Updated: 2014-02-06 Index JM Home Page 名前 setx ... ar * name , const void * value , size_t size , int flags ); int lsetxattr(const char * path , const char * ... name , const void * value , size_t size , int flags ); int fsetxattr(int fd , const char * name , cons ... t void * value , size_t size , int flags ); 説明 拡張属性は、inode (ファイル、ディレクトリ、 ... リデータの集合である。 操作の意味を明確にするために flags 引き数を使用することができる。 XATTR_CREATE は属性 ...
https://man.plustar.jp/manpage/man2/fsetxattr.2.html - [similar]
Man page of SETXATTR 5264
SETXATTR Section: Linux Programmer's Manual (2) Updated: 2014-02-06 Index JM Home Page 名前 setx ... ar * name , const void * value , size_t size , int flags ); int lsetxattr(const char * path , const char * ... name , const void * value , size_t size , int flags ); int fsetxattr(int fd , const char * name , cons ... t void * value , size_t size , int flags ); 説明 拡張属性は、inode (ファイル、ディレクトリ、 ... リデータの集合である。 操作の意味を明確にするために flags 引き数を使用することができる。 XATTR_CREATE は属性 ...
https://man.plustar.jp/manpage/man2/lsetxattr.2.html - [similar]
Man page of SETXATTR 5264
SETXATTR Section: Linux Programmer's Manual (2) Updated: 2014-02-06 Index JM Home Page 名前 setx ... ar * name , const void * value , size_t size , int flags ); int lsetxattr(const char * path , const char * ... name , const void * value , size_t size , int flags ); int fsetxattr(int fd , const char * name , cons ... t void * value , size_t size , int flags ); 説明 拡張属性は、inode (ファイル、ディレクトリ、 ... リデータの集合である。 操作の意味を明確にするために flags 引き数を使用することができる。 XATTR_CREATE は属性 ...
https://man.plustar.jp/manpage/man2/setxattr.2.html - [similar]
Man page of TIMERFD_CREATE 5264
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... s/timerfd.h > int timerfd_create(int clockid , int flags ); int timerfd_settime(int fd , int flags , const ... を参照のこと。 バージョン 2.6.26 以前の Linux では、 flags 引き数は未使用であり、0 を指定しなければならない。 ... e で指定された時間後に、一回だけ満了して停止する。 flags 引き数には 0 か TFD_TIMER_ABSTIME を指定する。 0 は ... CK_MONOTONIC でも CLOCK_REALTIME でもない。 EINVAL flags が無効である。もしくは、Linux 2.6.26 以前の場合には ...
https://man.plustar.jp/manpage/man2/timerfd_create.2.html - [similar]
Man page of TIMERFD_CREATE 5264
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... s/timerfd.h > int timerfd_create(int clockid , int flags ); int timerfd_settime(int fd , int flags , const ... を参照のこと。 バージョン 2.6.26 以前の Linux では、 flags 引き数は未使用であり、0 を指定しなければならない。 ... e で指定された時間後に、一回だけ満了して停止する。 flags 引き数には 0 か TFD_TIMER_ABSTIME を指定する。 0 は ... CK_MONOTONIC でも CLOCK_REALTIME でもない。 EINVAL flags が無効である。もしくは、Linux 2.6.26 以前の場合には ...
https://man.plustar.jp/manpage/man2/timerfd_gettime.2.html - [similar]
Man page of TIMERFD_CREATE 5264
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... s/timerfd.h > int timerfd_create(int clockid , int flags ); int timerfd_settime(int fd , int flags , const ... を参照のこと。 バージョン 2.6.26 以前の Linux では、 flags 引き数は未使用であり、0 を指定しなければならない。 ... e で指定された時間後に、一回だけ満了して停止する。 flags 引き数には 0 か TFD_TIMER_ABSTIME を指定する。 0 は ... CK_MONOTONIC でも CLOCK_REALTIME でもない。 EINVAL flags が無効である。もしくは、Linux 2.6.26 以前の場合には ...
https://man.plustar.jp/manpage/man2/timerfd_settime.2.html - [similar]
Man page of DBOPEN 5264
DBOPEN Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 dbopen ... ude < fcntl.h > DB *dbopen(const char * file , int flags , int mode , DBTYPE type , const void * openinfo ) ... ィスク上に保存したくないファイルを作ることもできる。 flags と mode 引数は open (2) ルーチンで指定するのと同様 ... (*del)(const DB *db, const DBT *key, unsigned int flags); int (*fd)(const DB *db); int (*get)(const DB *db ... , DBT *key, DBT *data, unsigned int flags); int (*put)(const DB *db, DBT *key, const DBT *da ...
https://man.plustar.jp/manpage/man3/db.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT

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