STDERRを含む例文一覧と使い方
該当件数 : 51件
/dev/stderr File descriptor 2 is duplicated. 例文帳に追加
/dev/stderrファイル・ディスクリプター 2 が複製されます。 - JM
For messages written to stderr , the format depends on the MSGVERB 例文帳に追加
stderrに書き出されるメッセージのフォーマットは、MSGVERB - JM
For libc4 and libc5, the prompt is not written to /dev/tty but to stderr . 例文帳に追加
libc4 と libc5 では、promptは/dev/ttyにではなくstderrに出力された。 - JM
The standard error stream stderr is always unbuffered by default. 例文帳に追加
標準エラー出力stderrはデフォルトでは常に unbuffered である。 - JM
These objects contain the original values of stdin,stderr and stdout at the start of the program. 例文帳に追加
それぞれ起動時のstdin・stderr・stdoutの値を保存します。 - Python
The file names ``/dev/stdout'' and ``/dev/stderr'' are handled specially; they refer to the standard 例文帳に追加
``/dev/stdout'' および ``/dev/stderr'' というファイル名は特別に扱われ、 - JM
Normally during command substitution stderr is redirected to /dev/null . 例文帳に追加
通常はコマンド置換のときにstderrが/dev/nullにリダイレクトされる。 - JM
("message verbosity") can be used to suppress parts of the output to stderr . 例文帳に追加
("message verbosity") はstderrへの出力の一部を抑制するのに使うことができる。 - JM
and stderr are 0, 1, and 2, respectively. 例文帳に追加
stderrに結びつけられているファイルディスクリプタの番号は、それぞれ 0, 1, 2 である。 - JM
If fd2p is 0, then the stderr (unit 2 of the remote command) will be made the same as the stdout 例文帳に追加
fd2pがゼロの場合は、stderr(リモートコマンドの unit 2) はstdoutと一緒にまとめられる。 - JM
The function should print a suitable string to stderr . 例文帳に追加
この関数は標準エラー出力( stderr ) に対しての適切な文字列を書き出さなければならない。 - JM
For glibc2, if /dev/tty cannot be opened, the prompt is written to stderr and the password is read from stdin . 例文帳に追加
glibc2 では、/dev/ttyがオープンできない場合はpromptはstderrに書き出され、パスワードはstdinから読み込まれた。 - JM
and stderr are specified to be macros, assigning to them is non-portable. 例文帳に追加
stderrはすべてマクロとして定義されているので、これらへの代入は移植性を保証されない。 - JM
When you run nb.exe, a console opens on the desktop with stderr and stdout output from the NetBeans IDE.例文帳に追加
nb.exe を実行すると、デスクトップ上に、NetBeans IDE からの stderr および stdout 出力を受け取るコンソールが表示されます。 - NetBeans
function is to change the file associated with a standard text stream ( stderr ", " stdin ", or " stdout ). 例文帳に追加
関数の主な用途は、標準テキストストリーム( stderr ", " stdin ", " stdout ) と対応付けられているファイルを変更することである。 - JM
If the file argument to one of the primaries is one of /dev/stdin, /dev/stdout, or /dev/stderr, file descriptor 0, 1, or 2, respectively, is checked. 例文帳に追加
プライマリのいずれかに対する file 引き数が/dev/stdin、/dev/stdout、/dev/stderrのいずれかであれば、 対応するファイル・ディスクリプターが調べられます。 ( /dev/stdin、/dev/stdout、/dev/stderr に対応するファイル・ディスクリプターはそれぞれ 0、1、2 です。 - JM
and then outputs to stderr the program name, a colon and a space, the message specified by the printf (3)-style 例文帳に追加
書き出す内容は、プログラム名・コロン・スペース・printf (3) - JM
function displays a message on stderr consisting of the string s, a colon, a space, and a string describing the signal number sig. 例文帳に追加
関数は、文字列 s、コロン、スペース、シグナル番号 sig を説明する文字列から構成されるメッセージをstderr に表示する。 - JM
Output to stdout is captured, but not output to stderr (exceptiontracebacks are captured via a different means). 例文帳に追加
stdout への出力は取り込まれますが、stderr は取り込まれません (例外発生時のトレースバックは別の方法で取り込まれます)。 - Python
Verbose - to print out extensions (stderr). 例文帳に追加
標準以上の情報を出力する(標準エラー出力)。 - XFree86
and stderr macros conform to C89 and this standard also stipulates that these three streams shall be open at program startup. 例文帳に追加
stderrマクロは C89 に準拠している。 また C89 では、これら 3 つのストリームがプログラムの起動時にオープンされているべきであることが規定されている。 - JM
(Write a question on stderr, and read the answer from stdin. 例文帳に追加
(問い合わせは標準エラーに書かれ、返答は標準入力から読まれる。 - JM
また、sys.stderr.close() が stderr を閉じないようにos.close() を使わなければならないことにも注意してください。 - Python
Should an event timeout, a warning message will be printed to stderr.例文帳に追加
イベントがタイムアウトすると、警告メッセージが標準エラー出力に出力される。 - XFree86
Print (to stderr) a warning message tied to the current logical line in the current file.例文帳に追加
標準エラー出力に現在のファイルの論理行に結びついた警告メッセージを出力します。 - Python
The file /usr/X11R6/lib/X11/xdm/xdm-errors will contain error messages from xdm and anything output to stderr by Xsetup, Xstartup, Xsession or Xreset.例文帳に追加
xdmと Xsetup, Xstartup, Xsession, Xreset が標準エラー出力に送ったエラーメッセエージは、/usr/X11R6/lib/X11/xdm/xdm-errors ファイルに格納される。 - XFree86
If the test times out waiting for the event, a error message is sent to stderr. -Await例文帳に追加
このテストがイベント待ちでタイムアウトした場合、エラーメッセージが標準エラー出力に送られる。 - XFree86
These statistics are written to stderr, when done preprocessing. 例文帳に追加
という形式で表す。 これらの統計量はデータを前処理する時に標準エラー出力に書き出される。 - JM
For example, for a proxy service of "LBX",the proxy address would be the X display address of the proxy (e.g, "blah.x.org:63").If xfindproxy is unsuccessful in obtaining a proxy address, it will print an error to stderr.例文帳に追加
例えば、プロキシサービス "LBX" については、プロキシのアドレスはプロキシの X ディスプレイのアドレス(つまり、"blah.x.org:63")となる。 - XFree86
Normally, xon disconnects the remote process from stdin, stdout and stderr to eliminate the daemon processes which usually connect them across the network.例文帳に追加
これは、通常ネットワーク上でこれらの入出力の処理を行うデーモンプロセスを排除するためである。 - XFree86
This pattern is basically a three character sequence representing stdin, stdout and stderr of newcommand. 例文帳に追加
このパターンは基本的に 3 つの文字からなるシーケンスで、newcommand の標準入力、標準出力、標準エラー出力を表す。 - JM
An error message indicating a missing menu is printed to stderr but otherwise nothing bad (or good)happens.例文帳に追加
メニューが無いことを示すエラーメッセージが標準エラー出力に出力されるが、それ以外には不都合は(良いことも)ない。 - XFree86
is called immediately; if set to 3, a diagnostic message is printed on stderr and the program is aborted. 例文帳に追加
が呼び出される。 3 にセットされていると、診断メッセージが標準エラー出力に表示され、プログラムは強制終了 (abort) される。 - JM
If XieAwait does not complete naturally,or after return from XieAwait the flo is still active, an error is reported to stderr.例文帳に追加
XieAwait が自然に終了しなかった場合や XieAwait の後に flo が依然アクティブである場合には、エラーが標準エラー出力に出力される。 - XFree86
This works, becauseless listens on stderr (a behavior that screen would not expect without the `|') when its stdin is not a tty. 例文帳に追加
これが動作するのは、標準入力が tty でないとき、lessが標準エラー出力を監視する (`|' が無ければscreenが想定しない動作) からである。 - JM
If the proxy is not using the Proxy Manager and the default port number cannot be used, the port number that is used will be written to stderr.例文帳に追加
プロキシがプロキシマネージャを使っておらず、かつデフォルトのポート番号が使えなければ、実際に使われたポート番号が標準エラー出力に出力される。 - XFree86
This file contains errors from xdm as well as anything written to stderr by the various scripts and programs run during the progress of the session.例文帳に追加
このファイルにはxdmが出力したエラーや、セッション中に実行された様々なスクリプトやプログラムが標準エラー出力に書き出したエラーが記録されている。 - XFree86
The flow of data between new commands stdin/stdout/stderr, the process originally started in the window (let us call it "application-process") and screen itself (window) is controlled by the filedescriptor pattern fdpat.例文帳に追加
newcommand と標準入力/標準出力/標準エラー出力の間のデータフロー、もともとこのウィンドウで開始されたプロセス(これを「アプリケーションプロセス」と呼ぼう)、screen そのもの (ウィンドウ)、の三つは、ファイルディスクリプタパターン fdpat で制御する。 - JM
It takes the first of stdin, stdout, stderr that is a tty, and stores the corresponding pathname minus a possible leading /dev/ into this field, and then writes the struct to the utmp file. 例文帳に追加
この関数は、標準入力・標準出力・標準エラー出力の中から端末 (tty) である最初のものをとり、対応するパス名から先頭の /dev/ を引いたものをこのフィールドに格納して、この構造体を utmp ファイルに書き込む。 - JM
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| 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. |
| © 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 (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会員(無料)になると
|