Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
「errno」に関連した英語例文の一覧と使い方 - Weblio英語例文検索
[go: Go Back, main page]

1153万例文収録!

「errno」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 205



例文

errno is set to ERANGE , 例文帳に追加

errnoはERANGE - JM

errno may be set to ERANGE , 例文帳に追加

errnoはERANGE - JM

in module errno 例文帳に追加

errno モジュール - Python

and the external errno (see errno (3)) 例文帳に追加

と外部変数errno( errno (3) - JM

例文

(error status whatever one would have gotten in errno , 例文帳に追加

と( errno - JM


例文

errno (built-in module),[Link] 例文帳に追加

errno (standard モジュール) - Python

6.23 errno -- Standard errno system symbols 例文帳に追加

6.23 errno -- 標準の errno システムシンボル - Python

To avoid the complexities of using errno and fetestexcept (3) 例文帳に追加

errnoとfetestexcept (3) - JM

fails with a timeout error ( errno 例文帳に追加

はタイムアウトエラー( errno - JM

例文

errno (standard module) 例文帳に追加

errno (組み込み モジュール),[Link] - Python

例文

fails with errno set to EEXIST . 例文帳に追加

は失敗し、errnoにEEXIST - JM

fails with errno set to EAGAIN 例文帳に追加

は失敗し、errno にEAGAIN - JM

is returned, and errno is set to ERANGE . 例文帳に追加

が返され、errnoがERANGE - JM

is stored in errno . 例文帳に追加

errnoに代入される。 - JM

In case of error, errno is set to EINVAL : 例文帳に追加

エラーの場合、errnoがEINVAL - JM

Standard errno system symbols. 例文帳に追加

標準の errno システムシンボル。 - Python

returns NULL and sets errno to zero. 例文帳に追加

はNULL を返し、errnoを 0 にする。 - JM

errno is also set. 例文帳に追加

errno も同様に設定される。 - JM

For a pole error, errno is set to EDOM ; 例文帳に追加

極エラーの場合に、errnoにEDOM - JM

errno may take on these values: EBADF 例文帳に追加

errno は次のような値をとる:EBADF - JM

Other system error, check errno for details. 例文帳に追加

詳しくはerrnoを調べること。 - JM

on failure and set errno to indicate the error. 例文帳に追加

errnoがエラーの種類を示す。 - JM

"Errno's (Section two only)" . 例文帳に追加

"errno (セクション 2 のみ)" - JM

Errno's (Section two only) 例文帳に追加

errno (セクション 2 のみ) - JM

fails, and sets errno to EEXIST . 例文帳に追加

は失敗し、errnoにEEXIST がセットされる。 - JM

fails, with errno set to EAGAIN . 例文帳に追加

は失敗し、errnoにEAGAIN がセットされる。 - JM

Pole error: x is zero errno is set to ERANGE . 例文帳に追加

極エラー (pole error): x が 0 であるerrnoにERANGE - JM

The system call fails with errno set to ENOMSG . 例文帳に追加

システムコールは失敗し、errnoにはENOMSG - JM

returns 0, and errno is set to EINVAL . 例文帳に追加

は 0 を返し、errnoにEINVAL を設定する。 - JM

fails, with errno set to EIDRM . 例文帳に追加

は失敗し、errnoにEIDRM が設定される。 - JM

fails, with errno set to EINTR . 例文帳に追加

は失敗しerrnoにEINTR が設定される。 - JM

For the error codes, see errno (3). 例文帳に追加

エラーコードについてはerrno (3) を参照。 - JM

Some also set errno . 例文帳に追加

いくつかの関数はerrnoも設定する。 - JM

errno is not set for this case. 例文帳に追加

この場合はerrnoは設定されない。 - JM

Range error, underflow errno is set to ERANGE . 例文帳に追加

範囲エラー、アンダーフローの場合errnoにERANGE - JM

can fail and set errno to any error specified for read (2) 例文帳に追加

では、read (2) - JM

can fail and set errno to any error specified for write (2) 例文帳に追加

では、write (2) - JM

which outputs strerror(errno) . 例文帳に追加

これはstrerror(errno)を出力するものである。 - JM

These functions do not set errno . 例文帳に追加

これらの関数はerrnoを設定しない。 - JM

Range error: result overflow errno is set to ERANGE . 例文帳に追加

範囲エラー: 結果のオーバーフローerrnoにERANGE - JM

Range error: the result overflows errno is set to ERANGE . 例文帳に追加

範囲エラー: 結果がオーバーフローerrnoにERANGE - JM

Range error: the result underflows errno is set to ERANGE . 例文帳に追加

範囲エラー: 結果がアンダーフローerrnoにERANGE - JM

These will store their error code in errno . 例文帳に追加

これによりerrnoにそのエラーコードが入る。 - JM

Pole error: x is zero, and y is negative errno is set to ERANGE 例文帳に追加

極エラー: x がゼロで、y が負errnoにERANGE - JM

call to return with errno set to EINTR. 例文帳に追加

errno に EINTR をセットして戻ることになる。 - JM

call expires: the system call fails, with errno set to EAGAIN . 例文帳に追加

は失敗し、errnoにEAGAIN が設定される。 - JM

returns NULL and sets the external variable errno to 0. 例文帳に追加

はNULL を返し、外部変数errnoを 0 にする。 - JM

Changes to errno are unspecified. 例文帳に追加

errnoの変更については規定されていない。 - JM

On error, errno is set appropriately. 例文帳に追加

エラーの場合、errnoが適切に設定される。 - JM

例文

for this case. Range error: result underflow errno is set to ERANGE . 例文帳に追加

範囲エラー: 結果のアンダーフローerrnoにERANGE - JM




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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 (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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS