1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > "Null pointer"に関連した英語例文

セーフサーチ:オフ

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

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

セーフサーチについて

"Null pointer"を含む例文一覧と使い方

該当件数 : 49



例文

returns a non-null pointer to dst . 例文帳に追加

はdstへの (NULL でない) ポインタを返す。 - JM

On failure, a NULL pointer is returned. 例文帳に追加

エラーの場合は NULL ポインタを返す。 - JM

The array is terminated by a null pointer. 例文帳に追加

配列はヌル・ポインターで終端する。 - JM

h_aliases An array of alternative names for the host, terminated by a NULL pointer. 例文帳に追加

配列は NULL ポインタで終端される。 - JM

例文

The list of pointers is terminated by a NULL pointer. 例文帳に追加

ポインタのリストは NULL ポインタで終端される。 - JM


例文

The size argument is zero and buf is not a null pointer. 例文帳に追加

size引数が 0 かつ、buf引数が NULL ポインタでない。 - JM

function returns a NULL pointer on end-of-file. 例文帳に追加

関数はファイルの終端ではNULL ポインタを返す。 - JM

A NULL pointer will always be returned as the Python integer 0.例文帳に追加

NULL ポインタは常に Python 整数型の 0 になります。 - Python

A NULL pointer is returned on EOF or error. 例文帳に追加

EOF か エラーに遭遇した場合には NULL ポインタを返す。 - JM

例文

The array must be terminated by a NULL pointer. 例文帳に追加

配列は、NULL ポインタで終端されなければならない。 - JM

例文

The array of pointers must be terminated by a NULL pointer. 例文帳に追加

ポインタの配列は必ずNULL で終わらなければならない。 - JM

Both argv and envp must be terminated by a null pointer. 例文帳に追加

argv と envp はいずれもの NULL ポインタで終わっている必要がある。 - JM

NULL pointer dereference 例文帳に追加

ヌルポインターの参照先を取得しようとすること《エラーになる》 - 研究社 英和コンピューター用語辞典

A null pointer usually marks the last of a linear sequence of pointers 例文帳に追加

ヌルポインタは, 通常, ポインタの並びの最後をマークする - コンピューター用語辞典

functions return the hostent structure or a NULL pointer if an error occurs. 例文帳に追加

関数はhostent構造体を返す。 エラーが起こったら NULL ポインタを返す。 - JM

Issue #125965: Null Pointer Exception on drag and drop after closing a Visual Web project close. 例文帳に追加

課題 125965: Visual Web プロジェクトを閉じたあとの、ドラッグ&ドロップでの Null ポインタ例外。 - NetBeans

If filename is a NULL pointer, then the returned handle is for the main program. 例文帳に追加

filenameが NULL ポインタである場合は、返されるハンドルはメイン・プログラムのものになる。 - JM

A NULL pointer means that the corresponding entry matches any string. 例文帳に追加

NULL ポインタは、対応するエントリがどんな文字列とも一致することを意味する。 - JM

It is a severe error to ever let a NULL pointer ``escape'' to the Python user.例文帳に追加

NULL ポインタを Python ユーザレベルに ``逃がし'' てしまうと、深刻なエラーを引き起こします。 - Python

Again, a NULL pointer is a wildcard and matches any string. 例文帳に追加

もう一度書いておくが、NULL ポインタはワイルドカードであり、あらゆる文字列と一致する。 - JM

The pair (NULL,0) is an argz vector, and, conversely, argz vectors of length 0 must have NULL pointer. 例文帳に追加

ペア (NULL,0) は argz vector であり、逆に言えば長さ 0 の argz vectorは NULL ポインタを持たなければならない。 - JM

On some systems (but not on Linux), a NULL pointer may be returned instead for an invalid signal number. 例文帳に追加

(Linux はそうではないが)不正なシグナル番号に対して、 NULL ポインタを返すシステムもある。 - JM

operation required a non-NULL pointer in event , 例文帳に追加

操作の際、引き数eventに (たとえ無視される場合であっても) NULL でないポインタを渡す必要があった。 - JM

Issue132946: Null pointer exception when opening project created with a later version of NetBeans IDE.例文帳に追加

課題 132946: NetBeans IDE の新しいバージョンで作成したプロジェクトを開くと、Null ポインタ例外が発生する。 - NetBeans

In the example, self will always be a NULL pointer, since we are defining a function, not a method.例文帳に追加

この例ではメソッドではなく関数を定義しているので、 self は常に NULL ポインタになります。 - Python

Applications that need to be portable to kernels before 2.6.9 should specify a non-NULL pointer in event . 例文帳に追加

2.6.9 より前のカーネルへの移植性が必要なアプリケーションでは、eventに NULL でないポインタを指定すべきである。 - JM

Note that this function will return a non-zero number, as zero is the NULL pointer例文帳に追加

0はNULLポインターであるので、この関数は0でない数を返すだろうということに注意してください - Python

All the other fields in the structure pointed to by hints must contain either 0 or a null pointer, as appropriate. 例文帳に追加

hintsが指し示す構造体の他のすべてのフィールドには0 か NULL ポインタを適切に入れなければならない。 - JM

Issue #114174: WSDL files manually edited by CASA throw Null Pointer Exception in the build.xml output. 例文帳に追加

課題 114174: CASA によって生成された WSDL ファイルを手動で編集すると、build.xml の出力で Null ポインタ例外がスローされる。 - NetBeans

Issue #114171: WSDL files manually edited by CASA throw Null Pointer Exception in the build.xml output. 例文帳に追加

課題 114171: CASA によって生成された WSDL ファイルを手動で編集すると、build.xml の出力で Null ポインタ例外がスローされる。 - NetBeans

This additional argument is an array of pointers to null-terminated strings and must be terminated by a NULL pointer. 例文帳に追加

追加の引き数は、NULL で終端された文字列へのポインタの配列であり、NULL ポインタで終わらなければならない。 - JM

Description: When you open a project created with a later version of the NetBeans IDE, you might get a null pointer exception.例文帳に追加

説明: NetBeans IDE の新しいバージョンで作成したプロジェクトを開くと、Null ポインタ例外が発生する場合があります。 - NetBeans

Also, if the union contains a pointer type, the corresponding argument can be a null pointer constant or a void pointer expression; 例文帳に追加

また、この合併(ユニオン)がポインタ型を含むとすると、対応する引き数はヌルポインタ定数かボイドポインタ式かである。 - コンピューター用語辞典

It is a genuine Python object rather than a NULL pointer, which means ``error'' in most contexts, as we have seen.例文帳に追加

これまで見てきたようにほとんどのコンテキストで ``エラー'' を意味する NULL ポインタとは違い、None は純粋なPython のオブジェクトです。 - Python

To obtain the current disposition of sig without changing it, specify NULL for vec , and a non-NULL pointer for ovec . 例文帳に追加

sigの動作を変更せずに現在の動作を取得するためには、vecに NULL を指定し、ovecに NULL でないポインタを指定すればよい。 - JM

In both of the above cases, if ps is a NULL pointer, a static anonymous state only known to the mbsnrtowcs function is used instead. 例文帳に追加

上記のどちらの場合でも、ps が NULL ポインターならば、代りにmbsnrtowcs 関数のみが使用する静的で名前のない状態が使用される。 - JM

On Linux, argv can be specified as NULL, which has the same effect as specifying this argument as a pointer to a list containing a single NULL pointer. 例文帳に追加

Linux では、argvに NULL を指定することができる。 これは、この引き数に NULL ポインタ1個だけを含むリストへのポインタを指定したのと同じ効果を持つ。 - JM

functions return a pointer to a statically allocated netent structure, or a NULL pointer if an error occurs or the end of the file is reached. 例文帳に追加

関数は、静的に割り当てられた netent 構造体へのポインタを返す。 エラーが起こったり、ファイルの末尾に達した場合は NULL ポインタを返す。 - JM

functions return a pointer to a statically allocated protoent structure, or a NULL pointer if an error occurs or the end of the file is reached. 例文帳に追加

関数は、静的に割り当てられた protoent 構造体へのポインタを返す。 エラーが起こったり、ファイルの最後に達した場合は NULL ポインタを返す。 - JM

functions return a pointer to a statically allocated servent structure, or a NULL pointer if an error occurs or the end of the file is reached. 例文帳に追加

関数は、静的に割り当てられた servent 構造体へのポインタを返す。 エラーが起こったり、ファイルの末尾に達した場合は NULL ポインタを返す。 - JM

In all of the above cases, if ps is a NULL pointer, a static anonymous state only known to the mbrtowc function is used instead. 例文帳に追加

上記の全ての場合において、ps が NULL ポインターならば代わりにmbrtowc 関数のみが使用する静的で名前のない状態が使用される。 - JM

In both of the above cases, if ps is a NULL pointer, a static anonymous state only known to the wcsnrtombs function is used instead. 例文帳に追加

上記のいずれの場合も、ps が NULL ポインタならば、wcsnrtombs 関数だけが知っている静的な匿名の状態がシフト状態の代わりに用いられる。 - JM

In both of the above cases, if ps is a NULL pointer, a static anonymous state only known to the wcsrtombs function is used instead. 例文帳に追加

上記のいずれの場合も、ps が NULL ポインタならば、wcsnrtombs 関数だけが知っている静的な匿名の状態がシフト状態の代わりに用いられる。 - JM

returns a pointer to a string containing the name of the user logged in on the controlling terminal of the process, or a null pointer if this information cannot be determined. 例文帳に追加

は、現在のプロセスの制御端末にログインしているユーザー名の文字列へのポインタを返す。 ユーザー名が決定できない場合は null ポインタを返す。 - JM

If a non-NULL pointer is supplied, each element of the array is set to True if the corresponding color was compressed and False otherwise.例文帳に追加

NULL でないポインタが与えられた場合、配列の各要素には対し、対応する色が圧縮されていればTrueがセットされ、そうでなければFalseがセットされる。 - XFree86

function also specifies the environment of the executed process by following the NULL pointer that terminates the list of arguments in the argument list or the pointer to the argv array with an additional argument. 例文帳に追加

では新しいプロセスの環境も指定する。 環境は引き数リスト (引き数リストもしくは追加の引き数を持ったargv配列へのポインタ) の最後の NULL ポインタに続けて指定する。 - JM

Description: When working with two Visual Web JSF projects, and when closing the second project and returning to the first, may yield an Null Pointer Exception for the first drag and drop.例文帳に追加

説明: 2 つの Visual Web JSF プロジェクトを操作しているときに、2 番目のプロジェクトを閉じて最初のプロジェクトに戻ると、最初のドラッグ&ドロップで Null ポインタ例外が発生することがあります。 - NetBeans

An important convention throughout the Python interpreter is the following: when a function fails, it should set an exception condition and return an error value (usually a NULL pointer).例文帳に追加

Python インタプリタ全体を通して、一つの重要な取り決めがあります:それは、関数が処理に失敗した場合、例外状態をセットして、エラーを示す値 (通常は NULL ポインタ) を返さねばならない、ということです。 - Python

例文

If invalid values are given for one or more modifier categories supported by the locale,a NULL pointer is returned, and none of the current modifiers are changed.At program startup, the modifiers that are in effect are unspecified until the first successful call to set them.例文帳に追加

ロケールがサポートしている1つ以上のモディファイアカテゴリーに対して不正な値が与えられた場合には NULL ポインタが返され、現在のモディファイアはいずれも変更されない。 プログラムの起動時有効にされるモディファイアは、これをセットする最初の関数呼び出しの成功までは不定である。 - XFree86




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
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) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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