manページ検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 591 for error (0.089 sec.)
Man page of FDIM 4057
FDIM Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 fdim, fd ... る。 結果がオーバーフローする場合、範囲エラー (range error) が発生し、 各関数はそれぞれ HUGE_VAL , HUGE_VALF ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... る。 範囲エラー (range error): 結果のオーバーフロー errno に ERANGE が設定される ...
https://man.plustar.jp/manpage/man3/fdim.3.html - [similar]
Man page of FDIM 4057
FDIM Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 fdim, fd ... る。 結果がオーバーフローする場合、範囲エラー (range error) が発生し、 各関数はそれぞれ HUGE_VAL , HUGE_VALF ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... る。 範囲エラー (range error): 結果のオーバーフロー errno に ERANGE が設定される ...
https://man.plustar.jp/manpage/man3/fdimf.3.html - [similar]
Man page of FDIM 4057
FDIM Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 fdim, fd ... る。 結果がオーバーフローする場合、範囲エラー (range error) が発生し、 各関数はそれぞれ HUGE_VAL , HUGE_VALF ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... る。 範囲エラー (range error): 結果のオーバーフロー errno に ERANGE が設定される ...
https://man.plustar.jp/manpage/man3/fdiml.3.html - [similar]
Man page of FMTMSG 4057
FMTMSG Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 fmtmsg ... れない。 MM_HALT この値は HALT として表示される。 MM_ERROR この値は ERROR として表示される。 MM_WARNING この値 ... nt err; err = fmtmsg(class, "util-linux:mount", MM_ERROR, "unknown mount option", "See mount (8).", "util-l ... onsole output\n"); break; default: printf("Unknown error from fmtmsg()\n"); } exit(EXIT_SUCCESS); } 出力は ... util-linux:mount: ERROR: unknown mount option TO FIX: See mount (8). util- ...
https://man.plustar.jp/manpage/man3/fmtmsg.3.html - [similar]
Man page of SQRT 4057
SQRT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 sqrt, sq ... 大が返される。 x が 0 未満の場合、領域エラー (domain error) が発生し、 NaN が返される。 エラー これらの関数を ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... る。 領域エラー (domain error): x が 0 未満 errno に EDOM が設定される。 不正 (i ...
https://man.plustar.jp/manpage/man3/sqrt.3.html - [similar]
Man page of SQRT 4057
SQRT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 sqrt, sq ... 大が返される。 x が 0 未満の場合、領域エラー (domain error) が発生し、 NaN が返される。 エラー これらの関数を ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... る。 領域エラー (domain error): x が 0 未満 errno に EDOM が設定される。 不正 (i ...
https://man.plustar.jp/manpage/man3/sqrtf.3.html - [similar]
Man page of SQRT 4057
SQRT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 sqrt, sq ... 大が返される。 x が 0 未満の場合、領域エラー (domain error) が発生し、 NaN が返される。 エラー これらの関数を ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... る。 領域エラー (domain error): x が 0 未満 errno に EDOM が設定される。 不正 (i ...
https://man.plustar.jp/manpage/man3/sqrtl.3.html - [similar]
Man page of FSYNC 4013
FSYNC Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 fsync - ... 有効なオープンされたディスクリプターでない。 EIO An error occurred during synchronization. This error may re ... ile descriptor on the same file. Since Linux 4.13, errors from write-back will be reported to all file desc ... at might have written the data which triggered the error. Some filesystems (e.g., NFS) keep close track of ... systems (e.g., most local filesystems) will report errors to all file descriptors that were open on the fil ...
https://man.plustar.jp/manpage/man2/fdatasync.2.html - [similar]
Man page of FSYNC 4013
FSYNC Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 fsync - ... 有効なオープンされたディスクリプターでない。 EIO An error occurred during synchronization. This error may re ... ile descriptor on the same file. Since Linux 4.13, errors from write-back will be reported to all file desc ... at might have written the data which triggered the error. Some filesystems (e.g., NFS) keep close track of ... systems (e.g., most local filesystems) will report errors to all file descriptors that were open on the fil ...
https://man.plustar.jp/manpage/man2/fsync.2.html - [similar]
Man page of MPROTECT 4013
MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mpro ... < errno.h > #include < sys/mman.h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } whi ... r; if (sigaction(SIGSEGV, &sa, NULL) == -1) handle_error("sigaction"); pagesize = sysconf(_SC_PAGE_SIZE); i ... f (pagesize == -1) handle_error("sysconf"); /* Allocate a buffer aligned on a page ... agesize, 4 * pagesize); if (buffer == NULL) handle_error("memalign"); printf("Start of region: %p\n", buffe ...
https://man.plustar.jp/manpage/man2/mprotect.2.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 NEXT

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