manページ検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 253 for flags (0.100 sec.)
Man page of MBIND 5085
MBIND Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 mbind - ... long * nodemask , unsigned long maxnode , unsigned flags ); -lnuma でリンクする。 説明 mbind () は、 addr か ... cy may be something other than "local allocation". flags に MPOL_MF_STRICT が 指定され、 mode が MPOL_DEFAU ... ジが存在すると、 mbind () はエラー EIO で失敗する。 flags に MPOL_MF_MOVE が指定されると、カーネルはそのメモ ... ページがあると、 mbind () はエラー EIO で失敗する。 flags に MPOL_MF_MOVE_ALL が指定されると、カーネルはその ...
https://man.plustar.jp/manpage/man2/mbind.2.html - [similar]
Man page of UMOUNT 5085
UMOUNT Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 umount ... * target ); int umount2(const char * target , int flags ); 説明 umount () と umount2 () は target にマウン ... は umount () と同様に target をアンマウントするが、 flags が追加されており、操作時の振る舞いを制御できる。 M ... CE が同時に指定された。 EINVAL (Linux 2.6.34 以降) flags に無効なフラグが指定されて umount2 () が呼び出され ... y be remounted using a mount (2) call with a mount_flags argument that includes both MS_REC and MS_PRIVATE ...
https://man.plustar.jp/manpage/man2/umount.2.html - [similar]
Man page of UMOUNT 5085
UMOUNT Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 umount ... * target ); int umount2(const char * target , int flags ); 説明 umount () と umount2 () は target にマウン ... は umount () と同様に target をアンマウントするが、 flags が追加されており、操作時の振る舞いを制御できる。 M ... CE が同時に指定された。 EINVAL (Linux 2.6.34 以降) flags に無効なフラグが指定されて umount2 () が呼び出され ... y be remounted using a mount (2) call with a mount_flags argument that includes both MS_REC and MS_PRIVATE ...
https://man.plustar.jp/manpage/man2/umount2.2.html - [similar]
Man page of GETOPT 5085
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... に対する操作が停止される。 _<PID>_GNU_nonoption_argv_flags_ この変数は bash (1) 2.0 が glibc と通信するために ... < stdio.h > int main(int argc, char *argv[]) { int flags, opt; int nsecs, tfnd; nsecs = 0; tfnd = 0; flags ... c, argv, "nt:")) != -1) { switch (opt) { case 'n': flags = 1; break; case 't': nsecs = atoi(optarg); tfnd = ... name\n", argv[0]); exit(EXIT_FAILURE); } } printf("flags=%d; tfnd=%d; nsecs=%d; optind=%d\n", flags, tfnd, ...
https://man.plustar.jp/manpage/man3/getopt.3.html - [similar]
Man page of GETOPT 5085
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... に対する操作が停止される。 _<PID>_GNU_nonoption_argv_flags_ この変数は bash (1) 2.0 が glibc と通信するために ... < stdio.h > int main(int argc, char *argv[]) { int flags, opt; int nsecs, tfnd; nsecs = 0; tfnd = 0; flags ... c, argv, "nt:")) != -1) { switch (opt) { case 'n': flags = 1; break; case 't': nsecs = atoi(optarg); tfnd = ... name\n", argv[0]); exit(EXIT_FAILURE); } } printf("flags=%d; tfnd=%d; nsecs=%d; optind=%d\n", flags, tfnd, ...
https://man.plustar.jp/manpage/man3/getopt_long.3.html - [similar]
Man page of GETOPT 5085
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... に対する操作が停止される。 _<PID>_GNU_nonoption_argv_flags_ この変数は bash (1) 2.0 が glibc と通信するために ... < stdio.h > int main(int argc, char *argv[]) { int flags, opt; int nsecs, tfnd; nsecs = 0; tfnd = 0; flags ... c, argv, "nt:")) != -1) { switch (opt) { case 'n': flags = 1; break; case 't': nsecs = atoi(optarg); tfnd = ... name\n", argv[0]); exit(EXIT_FAILURE); } } printf("flags=%d; tfnd=%d; nsecs=%d; optind=%d\n", flags, tfnd, ...
https://man.plustar.jp/manpage/man3/getopt_long_only.3.html - [similar]
Man page of GLOB 5085
GLOB Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 glob, gl ... ude < glob.h > int glob(const char * pattern , int flags , int (* errfunc ) (const char * epath , int eerrn ... 動的に確保された記憶領域に入れられる。 パラメーター flags には以下の示す定数のうち、指定したいものをビットご ... な意味を持つメタキャラクターを無効することができる。 flags には以下に示すものも指定できる。 これらは GNU で拡 ... 。その際2回目以降の呼び出しでは GLOB_APPEND フラグが flags に設定されていなければならない。 GNU の拡張として、 ...
https://man.plustar.jp/manpage/man3/glob.3.html - [similar]
Man page of GLOB 5085
GLOB Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 glob, gl ... ude < glob.h > int glob(const char * pattern , int flags , int (* errfunc ) (const char * epath , int eerrn ... 動的に確保された記憶領域に入れられる。 パラメーター flags には以下の示す定数のうち、指定したいものをビットご ... な意味を持つメタキャラクターを無効することができる。 flags には以下に示すものも指定できる。 これらは GNU で拡 ... 。その際2回目以降の呼び出しでは GLOB_APPEND フラグが flags に設定されていなければならない。 GNU の拡張として、 ...
https://man.plustar.jp/manpage/man3/globfree.3.html - [similar]
Man page of MQ_GETATTR 5085
MQ_GETATTR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mq ... 以下のように定義されている: struct mq_attr { long mq_flags; /* フラグ: 0 か O_NONBLOCK */ long mq_maxmsg; /* ... gs; /* キューに現在入っているメッセージ数 */ }; mq_flags フィールドには、オープンメッセージキュー記述 (open ... ーの属性を設定する。 変更することができる属性は、 mq_flags の O_NONBLOCK フラグの設定だけである。 newattr の他 ... セージキュー記述子が不正である。 EINVAL newattr->mq_flags に O_NONBLOCK 以外のビットがセットされていた。 属性 ...
https://man.plustar.jp/manpage/man3/mq_getattr.3.html - [similar]
Man page of MQ_GETATTR 5085
MQ_GETATTR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mq ... 以下のように定義されている: struct mq_attr { long mq_flags; /* フラグ: 0 か O_NONBLOCK */ long mq_maxmsg; /* ... gs; /* キューに現在入っているメッセージ数 */ }; mq_flags フィールドには、オープンメッセージキュー記述 (open ... ーの属性を設定する。 変更することができる属性は、 mq_flags の O_NONBLOCK フラグの設定だけである。 newattr の他 ... セージキュー記述子が不正である。 EINVAL newattr->mq_flags に O_NONBLOCK 以外のビットがセットされていた。 属性 ...
https://man.plustar.jp/manpage/man3/mq_setattr.3.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