manページ検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 187 for DO (0.081 sec.)
Man page of OPEN 5067
OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op ... st char * pathname , int flags , mode_t mode ); /* Documented separately, in openat2 (2): */ int openat2 ... file specified by pathname . If the specified file does not exist, it may optionally (if O_CREAT is spec ... 意」の節を参照。 引数 flags には、アクセスモード O_RDONLY , O_WRONLY , O_RDWR のどれかひとつが入っていなけ ... Y , O_EXCL , O_NOCTTY , O_NOFOLLOW , O_TMPFILE , and O_TRUNC . The file status flags are all of the rema ...
https://man.plustar.jp/manpage/man2/creat.2.html - [similar]
Man page of EXECVE 5067
EXECVE Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 execve ... d via the external variable environ (7). execve () does not return on success, and the text, initialized ... 参照)。 * The file descriptor table is unshared, undoing the effect of the CLONE_FILES flag of clone (2) ... T The file pathname or a script or ELF interpreter does not exist. ENOEXEC 実行ファイルが理解できない形式 ... 準拠 POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD. POSIX does not document the #! behavior, but it exists (wit ...
https://man.plustar.jp/manpage/man2/execve.2.html - [similar]
Man page of MMAP 5067
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... このオプションは使用しないことを推奨する。 MAP_GROWSDOWN スタック用に使用される。マッピングをメモリー内で ... グを割り当てる。詳しい情報は、Linux カーネルソースの Documentation/vm/hugetlbpage.txt を参照。 MAP_LOCKED ... P_DENYWRITE , MAP_EXECUTABLE , MAP_FILE , MAP_GROWSDOWN , MAP_HUGETLB , MAP_LOCKED , MAP_NONBLOCK , MAP_ ... #include < unistd.h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) int ...
https://man.plustar.jp/manpage/man2/mmap.2.html - [similar]
Man page of MMAP 5067
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... このオプションは使用しないことを推奨する。 MAP_GROWSDOWN スタック用に使用される。マッピングをメモリー内で ... グを割り当てる。詳しい情報は、Linux カーネルソースの Documentation/vm/hugetlbpage.txt を参照。 MAP_LOCKED ... P_DENYWRITE , MAP_EXECUTABLE , MAP_FILE , MAP_GROWSDOWN , MAP_HUGETLB , MAP_LOCKED , MAP_NONBLOCK , MAP_ ... #include < unistd.h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) int ...
https://man.plustar.jp/manpage/man2/munmap.2.html - [similar]
Man page of OPEN 5067
OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op ... st char * pathname , int flags , mode_t mode ); /* Documented separately, in openat2 (2): */ int openat2 ... file specified by pathname . If the specified file does not exist, it may optionally (if O_CREAT is spec ... 意」の節を参照。 引数 flags には、アクセスモード O_RDONLY , O_WRONLY , O_RDWR のどれかひとつが入っていなけ ... Y , O_EXCL , O_NOCTTY , O_NOFOLLOW , O_TMPFILE , and O_TRUNC . The file status flags are all of the rema ...
https://man.plustar.jp/manpage/man2/open.2.html - [similar]
Man page of OPEN 5067
OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op ... st char * pathname , int flags , mode_t mode ); /* Documented separately, in openat2 (2): */ int openat2 ... file specified by pathname . If the specified file does not exist, it may optionally (if O_CREAT is spec ... 意」の節を参照。 引数 flags には、アクセスモード O_RDONLY , O_WRONLY , O_RDWR のどれかひとつが入っていなけ ... Y , O_EXCL , O_NOCTTY , O_NOFOLLOW , O_TMPFILE , and O_TRUNC . The file status flags are all of the rema ...
https://man.plustar.jp/manpage/man2/openat.2.html - [similar]
Man page of SIGACTION 5067
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... s specified in sa_flags , then sa_sigaction (instead of sa_handler ) specifies the signal-handling funct ... る。 いくつかの他の実装では生成されない。 SA_NODEFER Do not add the signal to the thread's signal mask whi ... d contains signal context information that was saved on the user-space stack by the kernel; for details, ... (3) and signal (7). Commonly, the handler function doesn't make any use of the third argument. The sigin ...
https://man.plustar.jp/manpage/man2/rt_sigaction.2.html - [similar]
Man page of SIGACTION 5067
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... s specified in sa_flags , then sa_sigaction (instead of sa_handler ) specifies the signal-handling funct ... る。 いくつかの他の実装では生成されない。 SA_NODEFER Do not add the signal to the thread's signal mask whi ... d contains signal context information that was saved on the user-space stack by the kernel; for details, ... (3) and signal (7). Commonly, the handler function doesn't make any use of the third argument. The sigin ...
https://man.plustar.jp/manpage/man2/sigaction.2.html - [similar]
Man page of SYSCALLS 5067
SYSCALLS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sysc ... る。 Often the glibc wrapper function is quite thin, doing little work other than copying arguments to the ... continues with the 3.x kernel series, which followed on from kernel 2.6.39; and the 4.x kernel series, w ... hich followed on from kernel 3.19; and the 5.x kernel series, whi ... ch followed on from kernel 4.20. * 前の安定版カーネル系列から分 ...
https://man.plustar.jp/manpage/man2/syscalls.2.html - [similar]
Man page of PRINTF 5067
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... するものである。 printf () と vprintf () は出力を stdout (標準出力ストリーム) に書き出す。 fprintf () と ... re an argument is required, by writing "%m$" instead of '%' and "*m$" instead of '*', where the decimal ... , e , E , f , F , g , G 変換に対応する引数が long double であることを示す。 (C99 では %LF を使うことを認 ... synonym for z that predates the appearance of z . Do not use in new code. t 整数変換に対応する引数が pt ...
https://man.plustar.jp/manpage/man3/dprintf.3.html - [similar]
PREV 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