manページ検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 253 for flags (0.018 sec.)
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/optarg.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/opterr.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/optind.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/optopt.3.html - [similar]
Man page of RMT 5085
RMT Section: GNU TAR マニュアル (8) Updated: 2018/03/24 Index JM Home Page 名前 rmt - リモートの ... ションにおいて説明しています。 コマンド O device \n flags \n 指定された flags を使って device をオープンしま ... プンされます。 引数 device オープンするデバイス名。 flags open (2) に対するフラグ。 10 進数値、または fcntl. ... 成功時には A0\n を返します。 拡張 BSD バージョンでは flags に 10 進数のみ指定可能です。 C [ device ] \n 現在オ ...
https://man.plustar.jp/manpage/man8/rmt.8.html - [similar]
Man page of INIT_MODULE 5025
INIT_MODULE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 i ... it_module(int fd , const char * param_values , int flags ); 注意 : glibc では、 ヘッダーファイルでの init_m ... param_values 引数は init_module () と同じである。 flags 引数で finit_module () の動作を変更できる。 flags ... 。 EFBIG fd が参照するファイルが大きすぎる。 EINVAL flags が無効である。 ENOEXEC fd がオープンされたファイル ... ; unsigned long size; long usecount; unsigned long flags; unsigned int nsyms; unsigned int ndeps; struct mo ...
https://man.plustar.jp/manpage/man2/finit_module.2.html - [similar]
Man page of SIGNALFD 5025
SIGNALFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sign ... int signalfd(int fd , const sigset_t * mask , int flags ); 説明 signalfd () は、呼び出し元宛てのシグナルを ... referred to by the new file descriptor. Using this flag saves extra calls to fcntl (2) to achieve the same ... を参照のこと。 バージョン 2.6.26 以前の Linux では、 flags 引数は未使用であり、0 を指定しなければならない。 s ... signalfd ファイルディスクリプターではない。 EINVAL flags が無効である。もしくは、Linux 2.6.26 以前の場合には ...
https://man.plustar.jp/manpage/man2/signalfd.2.html - [similar]
Man page of SIGNALFD 5025
SIGNALFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sign ... int signalfd(int fd , const sigset_t * mask , int flags ); 説明 signalfd () は、呼び出し元宛てのシグナルを ... referred to by the new file descriptor. Using this flag saves extra calls to fcntl (2) to achieve the same ... を参照のこと。 バージョン 2.6.26 以前の Linux では、 flags 引数は未使用であり、0 を指定しなければならない。 s ... signalfd ファイルディスクリプターではない。 EINVAL flags が無効である。もしくは、Linux 2.6.26 以前の場合には ...
https://man.plustar.jp/manpage/man2/signalfd4.2.html - [similar]
Man page of MAGIC 5025
MAGIC Section: C Library Functions (3) Index JM Home Page BSD mandoc 名前 magic_open magic_close ... magic_error magic_file magic_buffer magic_setflags magic_check magic_compile magic_load - マジックナン ... magic 書式 In magic.h Ft magic_t Fn magic_open int flags Ft void Fn magic_close magic_t cookie Ft const cha ... nst void *buffer, size_t length Ft int Fn magic_setflags magic_t cookie, int flags Ft int Fn magic_check ma ... 当てにエラーがあった場合、 この関数は NULL を返す。 flags 引き数は、他のマジック関数の挙動を指定する。 MAGIC ...
https://man.plustar.jp/manpage/man3/libmagic.3.html - [similar]
Man page of ELF 5025
ELF Section: Linux Programmer's Manual (5) Updated: 2013-04-17 Index JM Home Page 名前 elf - 実行 ... ry; ElfN_Off e_phoff; ElfN_Off e_shoff; uint32_t e_flags; uint16_t e_ehsize; uint16_t e_phentsize; uint16_t ... ダーテーブルがない場合、 このメンバには 0 が入る。 e_flags このメンバはファイルに関連付けられたプロセッサ固有 ... r; uint32_t p_filesz; uint32_t p_memsz; uint32_t p_flags; uint32_t p_align; } Elf32_Phdr; typedef struct { ... uint32_t p_type; uint32_t p_flags; Elf64_Off p_offset; Elf64_Addr p_vaddr; Elf64_Add ...
https://man.plustar.jp/manpage/man5/elf.5.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT

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