1153万例文収録!

「errno」に関連した英語例文の一覧と使い方(3ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

errnoを含む例文一覧と使い方

該当件数 : 205



例文

errno is defined by the ISO C standard to be a modifiable lvalue of type int, and must not be explicitly declared; errno may be a macro. 例文帳に追加

errno は、ISO C standard で int 型の変更可能な左辺値として定義されており、明示的に宣言を行ってはならない;errno はマクロの場合もありえる。 errno はスレッド毎に値を持つ。 - JM

is returned and the global variable errno is set to indicate the error. 例文帳に追加

が返され、大域変数errnoがエラーを示すために設定される。 - JM

fails, errno will be set to one among the following values: EACCES 例文帳に追加

が失敗した場合、errno に以下の値のいずれかが設定される:EACCES - JM

On failure, errno will be set to one of the following: EACCES 例文帳に追加

失敗した場合はerrnoには以下の値のどれかが設定される:EACCES - JM

例文

fails, errno is set to one of the following: EACCES 例文帳に追加

が失敗した場合、errnoに以下の値のどれかを設定して返す:EACCES - JM


例文

fails, errno is set as follows: EINVAL 例文帳に追加

は以下のようにセットされる:EINVAL - JM

On failure, errno is set to indicate the cause of the error. 例文帳に追加

失敗した場合、エラーの原因を示すためerrnoが設定される。 - JM

If wc is an invalid wide character, it sets errno to EILSEQ and returns WEOF. 例文帳に追加

wc が不正なワイド文字の場合、errno に EILSEQ を設定して WEOF を返す。 - JM

for this case. Range error: result overflow errno is not set for this case. 例文帳に追加

範囲エラー: 結果のオーバーフローこの場合、errnoは設定されない。 - JM

例文

A few functions set errno , but don't raise an exception. 例文帳に追加

errnoを設定するが、例外を上げない関数も少しだけ存在する。 - JM

例文

On failure, errno is set to one of the following: EACCES 例文帳に追加

失敗した場合、errnoは以下の値の中のどれか一つに設定される:EACCES - JM

On failure, errno is set to one of the following values: EACCES 例文帳に追加

失敗した場合、errnoに以下の値のいずれか一つが設定される:EACCES - JM

fails, errno will be set to one among the following values: E2BIG 例文帳に追加

が失敗した場合にはerrnoに以下の値のいずれかが設定される:E2BIG - JM

If the named attribute does not exist, errno is set to ENOATTR . 例文帳に追加

指定された名前の属性が存在しない場合、errnoにENOATTR がセットされる。 - JM

On failure errno will be set to one of the following: EACCES 例文帳に追加

失敗した場合、errnoには以下の値のいずれか一つが設定される:EACCES - JM

is specified, and the attribute does not exist, errno is set to ENOATTR . 例文帳に追加

が指定され、属性がまだ存在しない場合、errnoにENOATTR がセットされる。 - JM

If a wide-character conversion error occurs, it sets errno to EILSEQ and returns WEOF . 例文帳に追加

ワイド文字変換でエラーが発生した場合は、errno に EILSEQ をセットし、WEOF を返す。 - JM

On failure, a non-zero value is returned and errno is set to indicate the error. 例文帳に追加

エラーの場合、0 以外の値を返し、errnoをエラーを示す値に設定する。 - JM

is specified, and the attribute exists already, errno is set to EEXIST . 例文帳に追加

が指定され、かつ属性がすでに存在する場合、errnoにEEXIST がセットされる。 - JM

In both cases, errno is set to ERANGE . 例文帳に追加

オーバーフロー、アンダーフローのいずれの場合にも大域変数 errno にはERANGE が設定される。 - JM

The following errors can occur: Domain error: x is negative errno is set to EDOM . 例文帳に追加

以下のエラーが発生する可能性がある。 領域エラー: x が負errnoにEDOM - JM

saves and restores the value of the global variable errno例文帳に追加

はグローバル変数 errno の値を保存しておいて元に戻す点が異なります。 - Python

, since the lock manipulation does not guarantee that errno is left alone.例文帳に追加

というのは、ロック操作が errno に何もしないという保証がないからです。 - Python

"-fno-math-errno" option causes the executable to employ implementations of some mathematical functions that are faster than the standard implementations, but do not set errno on error. (The gcc (1) 例文帳に追加

の"-fno-math-errno"オプションを使うと、実行ファイルで、標準の実装よりも高速な数学関数の実装が使用されるようになるが、エラー時にerrnoが設定されない( gcc (1) - JM

Otherwise, NULL is returned and the global variable errno is set to indicate the error. 例文帳に追加

失敗した場合は、 NULL を返し、大域変数errnoにエラーを示す値をセットする。 - JM

NULL is returned if there was an error, with errno set to indicate the error. 例文帳に追加

エラーがあった場合は NULL を返し、errnoをエラーを示す値に適切に設定する。 - JM

If a wide character conversion error occurs, it sets errno to EILSEQ and returns WEOF . 例文帳に追加

ワイド文字の変換に失敗した場合には errno にEILSEQ を設定してWEOF を返す。 - JM

Each of these calls sets errno to an appropriate value in the case of an error. 例文帳に追加

エラーの場合、これらのシステムコールはいずれもerrnoに適切な値を設定する。 - JM

Dictionary providing a mapping from the errno value to the string name in the underlying system.例文帳に追加

errno 値を背後のシステムにおける文字列表現に対応付ける辞書です。 - Python

function may also fail and set errno for any of the errors specified for the routines close (2), 例文帳に追加

関数はこれ以外にもclose (2), - JM

These functions should not fail and do not set the external variable errno . 例文帳に追加

これらの関数は失敗すべきではなく、また、外部変数errnoに値をセットしない。 - JM

On failure, these functions return NULL, and errno is set to indicate the error. 例文帳に追加

失敗した場合、これらの関数は NULL を返し、errnoにエラーを示す値を設定する。 - JM

The following errors can occur: Pole error: x is a non-positive integer errno is set to ERANGE 例文帳に追加

以下のエラーが発生する可能性がある。 極エラー: x が正でない整数errnoにERANGE - JM

calls on the set (with an error return and errno set to EIDRM ). 例文帳に追加

コールでブロックされている全てのプロセスを目覚めさせる(エラー値が返されて、errnoにEIDRM - JM

If there is insufficient space remaining to store the extended attribute, errno is set to either ENOSPC , 例文帳に追加

拡張属性を記憶するのに十分なスペースが残っていない場合、errnoにENOSPC - JM

The <errno> header file defines the integer variable errno , which is set by system calls and some library functions in the event of an error to indicate what went wrong. 例文帳に追加

ヘッダファイル<errno>で整数型の変数errnoが定義されており、システムコールやいくつかのライブラリ関数は、エラーが発生した際にこの変数にその原因を示す値を設定する。 - JM

If no other file is found, however, they will return with the global variable errno set to EACCES . 例文帳に追加

他にファイルが見つからなくなった場合グローバル変数errnoにEACCES を設定し復帰する。 - JM

On error, the terminal state is restored, errno is set appropriately, and NULL is returned. 例文帳に追加

エラーが起こると、端末の状態を復元し、errnoを適切な値に設定して、NULL を返す。 - JM

function may fail and set errno for any of the errors specified for the library routine malloc (3). 例文帳に追加

は失敗するとライブラリルーチンmalloc (3) で指定されているエラーに応じたerrnoをセットする。 - JM

function may fail and set errno for any of the errors specified for the library routine write (2). 例文帳に追加

は失敗するとライブラリルーチンwrite (2) で指定されているエラーに応じたerrnoをセットする。 - JM

function may fail and set errno for any of the errors specified for the library routine free (3). 例文帳に追加

は失敗するとライブラリルーチンfree (3) で指定されているエラーに応じたerrnoをセットする。 - JM

If the type argument is invalid, and this condition is detected, errno is set to EINVAL . 例文帳に追加

引き数typeが無効であり、この状態が検知された場合には、errnoがEINVAL にセットされる。 - JM

Raised when a Windows-specific error occurs or when the error numberdoes not correspond to an errno value. 例文帳に追加

Windows 特有のエラーか、エラー番号が errno 値に対応しない場合に送出されます。 - Python

The error indicator is 0 if the operation succeeded, otherwise the value of the errno variable.例文帳に追加

)処理が正常に終了した場合には0を返し、エラー時にはerrnoの値を返します。 - Python

functions may fail and set errno for any of the errors specified for the library routines read (2), 例文帳に追加

は失敗するとライブラリルーチンread (2), - JM

However, on (very) old Unix systems, there may be no <errno> and the declaration is needed. "SEE ALSO" 例文帳に追加

しかし、(非常に) 古い Unix システムでは、<errno>がなく、宣言が必要なことがあるかもしれない。 - JM

There are two error-reporting mechanisms: the older one sets errno ; 例文帳に追加

エラー通知機構は 2 種類あり、古いものがerrnoを設定するやり方であり、新しいものがfenv (3) - JM

indexed by errno can be used to obtain the error message without the newline. 例文帳に追加

errnoを添字とする配列で、この配列から改行無しのエラーメッセージが取得される。 - JM

You can find out what the I/O error was from the values $client-errno and $client-errstring. 例文帳に追加

発生した I/O エラーの内容については、$client-errno および$client-errstring の値から知ることができます。 - PEAR

例文

or fsync (2). 例文帳に追加

fsync (2) で指定されているエラーに応じたerrnoをセットする。 - JM




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS