manページ検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 1031 for errno (0.921 sec.)
JM Project (Japanese)::List(man1) 3760
Linux マニュアル 一覧表 アルファベット順 - h linuxマニュアルの h の一覧表です。 Linux マニュアル ... head man1 head - ファイルの最初の部分を表示する h_errno man3 gethostbyname, gethostbyaddr, sethostent, get ... hostent, endhostent, h_errno, herror, hstrerror, gethostbyaddr_r, gethostbyname ... thostbyaddr, sethostent, gethostent, endhostent, h_errno, herror, hstrerror, gethostbyaddr_r, gethostbyname ... thostbyaddr, sethostent, gethostent, endhostent, h_errno, herror, hstrerror, gethostbyaddr_r, gethostbyname ...
https://man.plustar.jp/manpage/man_h.html - [similar]
Man page of _SYSCALL 3705
_SYSCALL Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 _sys ... その値 をそのまま返す。一方、 r が負の場合には、変数 errno に - r を設定し、-1 を返す。 エラーコードについては ... errno (3) を参照。 システムコールを定義する際、引数の型は ... clude < stdio.h > #include < stdlib.h > #include < errno.h > #include < linux/unistd.h > /* for _syscallX m ... of processes = 40 関連項目 intro (2), syscall (2), errno (3) この文書について この man ページは Linux man-p ...
https://man.plustar.jp/manpage/man2/_syscall.2.html - [similar]
Man page of ERR 3705
ERR Section: C Library Functions (3) Index JM Home Page BSD mandoc Linux NetKit (0.17) 名前 err ... Fn verr , Fn warn , Fn vwarn 関数の場合、大域変数 errno の現在の値に対応したエラーメッセージ文字列が出力さ ... 引き数 Fa eval の値で終了する。 例 現在のエラー番号 (errno) 情報の文字列を表示して終了する: if ((p = malloc(s ... %s: trying the block device", raw_device, strerror(errno)); if ((fd = open(block_device, O_RDONLY, 0)) == - ...
https://man.plustar.jp/manpage/man3/err.3.html - [similar]
Man page of STRTOUL 3705
STRTOUL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strto ... でオーバーフローが発生した場合は ULONG_MAX を返し、 errno に ERANGE を設定する。 ( ULONG_MAX を ULLONG_MAX と ... が行われなかった場合 (数字がなく、0 を返した場合)、 errno に EINVAL が設定される場合がある。 属性 この節で使 ... る可能性があるので、 プログラムは関数を呼び出す前に errno を 0 に設定し、呼び出し後に errno が 0 以外の値かど ...
https://man.plustar.jp/manpage/man3/strtoul.3.html - [similar]
Man page of STRTOUL 3705
STRTOUL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strto ... でオーバーフローが発生した場合は ULONG_MAX を返し、 errno に ERANGE を設定する。 ( ULONG_MAX を ULLONG_MAX と ... が行われなかった場合 (数字がなく、0 を返した場合)、 errno に EINVAL が設定される場合がある。 属性 この節で使 ... る可能性があるので、 プログラムは関数を呼び出す前に errno を 0 に設定し、呼び出し後に errno が 0 以外の値かど ...
https://man.plustar.jp/manpage/man3/strtoull.3.html - [similar]
Man page of STRTOUL 3705
STRTOUL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strto ... でオーバーフローが発生した場合は ULONG_MAX を返し、 errno に ERANGE を設定する。 ( ULONG_MAX を ULLONG_MAX と ... が行われなかった場合 (数字がなく、0 を返した場合)、 errno に EINVAL が設定される場合がある。 属性 この節で使 ... る可能性があるので、 プログラムは関数を呼び出す前に errno を 0 に設定し、呼び出し後に errno が 0 以外の値かど ...
https://man.plustar.jp/manpage/man3/strtouq.3.html - [similar]
Man page of INTRO 3656
INTRO Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 intro - ... に返した際にシステムコールがエラー番号を返したいれば errno を設定する しかし、ラッパー関数がこれ以上のことを行 ... どのシステムコールは負のエラー番号を返す (具体的には errno (3) で説明されている定数のいずれかを負にした値を返 ... ステムコールが負の値を返した場合、ラッパーは絶対値を errno 変数にコピーし、ラッパーの返り値として -1 を返す。 ... 関連項目 _syscall (2), syscall (2), syscalls (2), errno (3), intro (3), capabilities (7), credentials (7), ...
https://man.plustar.jp/manpage/man2/intro.2.html - [similar]
Man page of FPATHCONF 3656
FPATHCONF Section: Linux Programmer's Manual (3) Updated: 2017-07-13 Index JM Home Page 名前 fpa ... e of the following: * On error, -1 is returned and errno is set to indicate the cause of the error (for exa ... nd that limit is indeterminate, -1 is returned and errno is not changed. (To distinguish an indeterminate l ... imit from an error, set errno to zero before the call, and then check whether er ...
https://man.plustar.jp/manpage/man3/fpathconf.3.html - [similar]
Man page of FPATHCONF 3656
FPATHCONF Section: Linux Programmer's Manual (3) Updated: 2017-07-13 Index JM Home Page 名前 fpa ... e of the following: * On error, -1 is returned and errno is set to indicate the cause of the error (for exa ... nd that limit is indeterminate, -1 is returned and errno is not changed. (To distinguish an indeterminate l ... imit from an error, set errno to zero before the call, and then check whether er ...
https://man.plustar.jp/manpage/man3/pathconf.3.html - [similar]
Man page of ERR 3602
ERR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 err, verr ... (), verr (), warn (), vwarn () は、グローバル変数 errno に基づいて strerror (3) から得たエラーメッセージを ... これらの関数は非標準の BSD 拡張である。 例 現在の errno の情報を表示し、終了する: p = malloc(size); if (p ... %s: trying the block device", raw_device, strerror(errno)); fd = open(block_device, O_RDONLY, 0); if (fd == ...
https://man.plustar.jp/manpage/man3/errx.3.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